Uses of Class
org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Packages that use MediaDeviceSession Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.device -
-
Uses of MediaDeviceSession in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return MediaDeviceSession Modifier and Type Method Description MediaDeviceSessionMediaStreamImpl. getDeviceSession()Gets the MediaDeviceSession which represents the work of this MediaStream with its associated MediaDevice.Methods in org.jitsi.impl.neomedia with parameters of type MediaDeviceSession Modifier and Type Method Description protected voidAudioMediaStreamImpl. deviceSessionChanged(MediaDeviceSession oldValue, MediaDeviceSession newValue)Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.protected voidMediaStreamImpl. deviceSessionChanged(MediaDeviceSession oldValue, MediaDeviceSession newValue)Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.protected voidVideoMediaStreamImpl. deviceSessionChanged(MediaDeviceSession oldValue, MediaDeviceSession newValue)Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed. -
Uses of MediaDeviceSession in org.jitsi.impl.neomedia.device
Subclasses of MediaDeviceSession in org.jitsi.impl.neomedia.device Modifier and Type Class Description classAudioMediaDeviceSessionExtends MediaDeviceSession to add audio-specific functionality.classVideoMediaDeviceSessionExtends MediaDeviceSession to add video-specific functionality.Methods in org.jitsi.impl.neomedia.device that return MediaDeviceSession Modifier and Type Method Description MediaDeviceSessionAbstractMediaDevice. createSession()Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.MediaDeviceSessionAudioMixerMediaDevice. createSession()Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.MediaDeviceSessionAudioSilenceMediaDevice. createSession()Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.MediaDeviceSessionVideoTranslatorMediaDevice. createSession()Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.Methods in org.jitsi.impl.neomedia.device with parameters of type MediaDeviceSession Modifier and Type Method Description voidAudioMediaDeviceSession. copyPlayback(MediaDeviceSession deviceSession)Copies the playback part of a specific MediaDeviceSession into this instance.voidMediaDeviceSession. copyPlayback(MediaDeviceSession deviceSession)Copies the playback part of a specific MediaDeviceSession into this instance.
-