| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.device | |
| org.jitsi.service.neomedia |
| Modifier and Type | Method and Description |
|---|---|
MediaDevice |
MediaServiceImpl.getDefaultDevice(org.jitsi.utils.MediaType mediaType,
MediaUseCase useCase)
Gets the default MediaDevice for the specified
MediaType.
|
List<MediaDevice> |
MediaServiceImpl.getDevices(org.jitsi.utils.MediaType mediaType,
MediaUseCase useCase)
Gets a list of the MediaDevices known to this
MediaService and handling the specified MediaType.
|
| Modifier and Type | Method and Description |
|---|---|
List<javax.media.CaptureDeviceInfo> |
DeviceConfiguration.getAvailableVideoCaptureDevices(MediaUseCase useCase)
Gets the list of video capture devices which are available through this
DeviceConfiguration, amongst which is
DeviceConfiguration.getVideoCaptureDevice(MediaUseCase) and represent acceptable
values for DeviceConfiguration.setVideoCaptureDevice(CaptureDeviceInfo, boolean) |
javax.media.CaptureDeviceInfo |
DeviceConfiguration.getVideoCaptureDevice(MediaUseCase useCase)
Returns a device that we could use for video capture.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaUseCase |
MediaUseCase.parseString(String mediaUseCase)
Returns a MediaUseCase value corresponding to the specified
mediaUseCase.
|
static MediaUseCase |
MediaUseCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaUseCase[] |
MediaUseCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MediaDevice |
MediaService.getDefaultDevice(org.jitsi.utils.MediaType mediaType,
MediaUseCase useCase)
Returns the default MediaDevice for the specified media
type.
|
List<MediaDevice> |
MediaService.getDevices(org.jitsi.utils.MediaType mediaType,
MediaUseCase useCase)
Returns a list containing all devices known to this service
implementation and handling the specified MediaType.
|
Copyright © 2022 jitsi.org. All rights reserved.