Uses of Interface
org.jitsi.service.neomedia.control.KeyFrameControl
-
-
Uses of KeyFrameControl in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return KeyFrameControl Modifier and Type Method Description KeyFrameControlVideoMediaStreamImpl. getKeyFrameControl()ImplementsVideoMediaStream.getKeyFrameControl(). -
Uses of KeyFrameControl in org.jitsi.impl.neomedia.codec.video.h264
Methods in org.jitsi.impl.neomedia.codec.video.h264 with parameters of type KeyFrameControl Modifier and Type Method Description voidDePacketizer. setKeyFrameControl(KeyFrameControl keyFrameControl)Sets the KeyFrameControl to be used by this DePacketizer as a means of control over its key frame-related logic.voidJNIDecoder. setKeyFrameControl(KeyFrameControl keyFrameControl)Sets the KeyFrameControl to be used by this DePacketizer as a means of control over its key frame-related logic.voidJNIEncoder. setKeyFrameControl(KeyFrameControl keyFrameControl)Sets the KeyFrameControl to be used by this JNIEncoder as a means of control over its key frame-related logic. -
Uses of KeyFrameControl in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device with parameters of type KeyFrameControl Modifier and Type Method Description voidVideoMediaDeviceSession. setKeyFrameControl(KeyFrameControl keyFrameControl)Sets the KeyFrameControl to be used by this VideoMediaDeviceSession as a means of control over its key frame-related logic. -
Uses of KeyFrameControl in org.jitsi.impl.neomedia.recording
Methods in org.jitsi.impl.neomedia.recording with parameters of type KeyFrameControl Modifier and Type Method Description voidWebmDataSink. setKeyFrameControl(KeyFrameControl keyFrameControl) -
Uses of KeyFrameControl in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return KeyFrameControl Modifier and Type Method Description KeyFrameControlVideoMediaStream. getKeyFrameControl()Gets the KeyFrameControl of this VideoMediaStream. -
Uses of KeyFrameControl in org.jitsi.service.neomedia.control
Classes in org.jitsi.service.neomedia.control that implement KeyFrameControl Modifier and Type Class Description classKeyFrameControlAdapterProvides a default implementation ofKeyFrameControl.
-