Uses of Class
org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Packages that use MediaDeviceImpl Package Description org.jitsi.impl.neomedia.device org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile -
-
Uses of MediaDeviceImpl in org.jitsi.impl.neomedia.device
Subclasses of MediaDeviceImpl in org.jitsi.impl.neomedia.device Modifier and Type Class Description classAudioMediaDeviceImplExtends MediaDeviceImpl with audio-specific functionality.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).Constructors in org.jitsi.impl.neomedia.device with parameters of type MediaDeviceImpl Constructor Description VideoTranslatorMediaDevice(MediaDeviceImpl device)Initializes a new VideoTranslatorMediaDevice which enables a specific MediaDevice to be used in video conferencing implemented with an RTP translator. -
Uses of MediaDeviceImpl in org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading
Subclasses of MediaDeviceImpl 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 MediaDeviceImpl in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
Subclasses of MediaDeviceImpl 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...
-