public class DSManager extends Object
DSManager manager = new DSManager();
DSCaptureDevice[] devices = manager.getCaptureDevices();
// Utilize any DSCaptureDevice instance obtained through manager.
manager.dispose();
// Do NOT utilize any DSCaptureDevice instance obtained through manager!
| Constructor and Description |
|---|
DSManager()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose the object.
|
DSCaptureDevice[] |
getCaptureDevices()
Get the array of capture devices.
|
public void dispose()
public DSCaptureDevice[] getCaptureDevices()
Copyright © 2022 jitsi.org. All rights reserved.