public interface MediaDevices extends EngineService
Modifier and Type | Method and Description |
---|---|
java.util.List<MediaDevice> |
list(MediaDeviceType type)
Returns an immutable list of the details about all the available media devices of the given
type or an empty collection if there is no devices of the given type . |
java.util.List<MediaDevice> list(MediaDeviceType type)
type
or an empty collection if there is no devices of the given type
.type
- a media device typejava.lang.IllegalStateException
- when the engine is closed