Interface MediaDeviceWrapper
-
- All Superinterfaces:
MediaDevice
- All Known Implementing Classes:
AudioMixerMediaDevice,VideoTranslatorMediaDevice
public interface MediaDeviceWrapper extends MediaDevice
Represents a special-purpose MediaDevice which is effectively built on top of and forwarding to another MediaDevice.- Author:
- Lyubomir Marinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MediaDevicegetWrappedDevice()Gets the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to.-
Methods inherited from interface org.jitsi.service.neomedia.device.MediaDevice
getDirection, getFormat, getMediaType, getSupportedExtensions, getSupportedFormats, getSupportedFormats, getSupportedFormats
-
-
-
-
Method Detail
-
getWrappedDevice
MediaDevice getWrappedDevice()
Gets the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to.- Returns:
- the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to
-
-