Uses of Class
org.jitsi.service.neomedia.RTPExtension
-
Packages that use RTPExtension Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.device org.jitsi.service.neomedia org.jitsi.service.neomedia.device -
-
Uses of RTPExtension in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return types with arguments of type RTPExtension Modifier and Type Method Description Map<Byte,RTPExtension>MediaStreamImpl. getActiveRTPExtensions()Returns a map containing all currently active RTPExtensions in use by this stream.Methods in org.jitsi.impl.neomedia with parameters of type RTPExtension Modifier and Type Method Description voidAudioMediaStreamImpl. addRTPExtension(byte extensionID, RTPExtension rtpExtension)In addition to callingMediaStreamImpl.addRTPExtension(byte, RTPExtension)this method enables sending of CSRC audio levels.voidMediaStreamImpl. addRTPExtension(byte extensionID, RTPExtension rtpExtension)Maps or updates the mapping between extensionID and rtpExtension.byteMediaStreamImpl. getActiveRTPExtensionID(RTPExtension rtpExtension)Returns the ID currently assigned to a specific RTP extension. -
Uses of RTPExtension in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device that return types with arguments of type RTPExtension Modifier and Type Method Description List<RTPExtension>AbstractMediaDevice. getSupportedExtensions()Returns a List containing (at the time of writing) a single extension descriptor indicating RECVONLY support for mixer-to-client audio levels.List<RTPExtension>AudioMediaDeviceImpl. getSupportedExtensions()Returns a List containing extension descriptor indicating RECVONLY support for mixer-to-client audio levels, and extension descriptor indicating SENDRECV support for client-to-mixer audio levels.List<RTPExtension>AudioMixerMediaDevice. getSupportedExtensions()Returns a List containing (at the time of writing) a single extension descriptor indicating SENDRECV for mixer-to-client audio levels. -
Uses of RTPExtension in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return types with arguments of type RTPExtension Modifier and Type Method Description Map<Byte,RTPExtension>MediaStream. getActiveRTPExtensions()Returns a map containing all currently active RTPExtensions in use by this stream.Methods in org.jitsi.service.neomedia with parameters of type RTPExtension Modifier and Type Method Description voidMediaStream. addRTPExtension(byte extensionID, RTPExtension rtpExtension)Adds or updates an association in this MediaStream mapping the specified extensionID to rtpExtension and enabling or disabling its use according to the direction attribute of rtpExtension. -
Uses of RTPExtension in org.jitsi.service.neomedia.device
Methods in org.jitsi.service.neomedia.device that return types with arguments of type RTPExtension Modifier and Type Method Description List<RTPExtension>MediaDevice. getSupportedExtensions()Returns the List of RTPExtensions that this device know how to handle.
-