Uses of Class
org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
-
Uses of AbstractMediaDevice in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return AbstractMediaDevice Modifier and Type Method Description AbstractMediaDeviceMediaStreamImpl. getDevice()Gets the MediaDevice that this stream uses to play back and capture media. -
Uses of AbstractMediaDevice in org.jitsi.impl.neomedia.device
Subclasses of AbstractMediaDevice in org.jitsi.impl.neomedia.device Modifier and Type Class Description classAudioMediaDeviceImplExtends MediaDeviceImpl with audio-specific functionality.classAudioMixerMediaDeviceImplements a MediaDevice which performs audio mixing usingAudioMixer.classAudioSilenceMediaDeviceImplements a MediaDevice which provides silence in the form of audio media and does not play back any (audio) media (because Jitsi Videobridge is a server-side technology).classMediaDeviceImplImplements MediaDevice for the JMF CaptureDevice.classVideoTranslatorMediaDeviceImplements a MediaDevice which is to be used in video conferencing implemented with an RTP translator.Methods in org.jitsi.impl.neomedia.device that return AbstractMediaDevice Modifier and Type Method Description AbstractMediaDeviceMediaDeviceSession. getDevice()Gets the MediaDevice associated with this instance and the work of a MediaStream with which is represented by it.Methods in org.jitsi.impl.neomedia.device with parameters of type AbstractMediaDevice Modifier and Type Method Description protected voidMediaDeviceSession. checkDevice(AbstractMediaDevice device)Asserts that a specific MediaDevice is acceptable to be set as the MediaDevice of this instance.protected voidVideoMediaDeviceSession. checkDevice(AbstractMediaDevice device)Asserts that a specific MediaDevice is acceptable to be set as the MediaDevice of this instance.Constructors in org.jitsi.impl.neomedia.device with parameters of type AbstractMediaDevice Constructor Description AudioMediaDeviceSession(AbstractMediaDevice device)Initializes a new MediaDeviceSession instance which is to represent the use of a specific MediaDevice by a MediaStream.MediaDeviceSession(AbstractMediaDevice device)Initializes a new MediaDeviceSession instance which is to represent the use of a specific MediaDevice by a MediaStream.VideoMediaDeviceSession(AbstractMediaDevice device)Initializes a new VideoMediaDeviceSession instance which is to represent the work of a MediaStream with a specific video MediaDevice. -
Uses of AbstractMediaDevice in org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading
Subclasses of AbstractMediaDevice in org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading Modifier and Type Class Description classVideoGreyFadingMediaDeviceImplements a MediaDevice which provides a fading animation from white to black to white... -
Uses of AbstractMediaDevice in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
Subclasses of AbstractMediaDevice in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile Modifier and Type Class Description classIVFMediaDeviceImplements a MediaDevice which provides a fading animation from white to black to white...
-