Uses of Class
org.jitsi.service.neomedia.MediaDirection
-
Packages that use MediaDirection Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.device org.jitsi.impl.neomedia.transform.csrc org.jitsi.service.neomedia org.jitsi.service.neomedia.device -
-
Uses of MediaDirection in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return MediaDirection Modifier and Type Method Description MediaDirectionMediaStreamImpl. getDirection()Gets the direction in which this MediaStream is allowed to stream media.Methods in org.jitsi.impl.neomedia with parameters of type MediaDirection Modifier and Type Method Description voidAbstractRTPConnector. setDirection(MediaDirection direction)Configures this AbstractRTPConnector to allow RTP in the specified direction.voidMediaStreamImpl. setDirection(MediaDirection direction)Sets the direction in which media in this MediaStream is to be streamed. -
Uses of MediaDirection in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device that return MediaDirection Modifier and Type Method Description MediaDirectionAudioMixerMediaDevice. getDirection()Returns the MediaDirection supported by this device.MediaDirectionAudioSilenceMediaDevice. getDirection()Returns the MediaDirection supported by this device.MediaDirectionMediaDeviceImpl. getDirection()Returns the MediaDirection supported by this device.MediaDirectionVideoTranslatorMediaDevice. getDirection()Returns the MediaDirection supported by this device.MediaDirectionMediaDeviceSession. getStartedDirection()Gets the MediaDirection in which this instance has been started.Methods in org.jitsi.impl.neomedia.device with parameters of type MediaDirection Modifier and Type Method Description voidMediaDeviceSession. start(MediaDirection direction)Starts the processing of media in this instance in a specific direction.protected voidMediaDeviceSession. startedDirectionChanged(MediaDirection oldValue, MediaDirection newValue)Notifies this instance that the value of its startedDirection property has changed from a specific oldValue to a specific newValue.protected voidVideoMediaDeviceSession. startedDirectionChanged(MediaDirection oldValue, MediaDirection newValue)Notifies this instance that the value of its startedDirection property has changed from a specific oldValue to a specific newValue.voidMediaDeviceSession. stop(MediaDirection direction)Stops the processing of media in this instance in a specific direction. -
Uses of MediaDirection in org.jitsi.impl.neomedia.transform.csrc
Methods in org.jitsi.impl.neomedia.transform.csrc with parameters of type MediaDirection Modifier and Type Method Description voidCsrcTransformEngine. setCsrcAudioLevelExtensionID(byte extID, MediaDirection dir)Sets the ID that this transformer should be using for audio level extensions or disables audio level extensions if extID is -1.voidSsrcTransformEngine. setSsrcAudioLevelExtensionID(byte extID, MediaDirection dir) -
Uses of MediaDirection in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return MediaDirection Modifier and Type Method Description MediaDirectionMediaDirection. and(MediaDirection direction)Applies an extra direction constraint to this MediaDirection or in other words performs an and operation.MediaDirectionMediaStream. getDirection()Gets the direction in which this MediaStream is allowed to stream media.MediaDirectionRTPExtension. getDirection()Returns the direction that the corresponding MediaDevice supports for this extension.MediaDirectionMediaDirection. getDirectionForAnswer(MediaDirection remotePartyDir)Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection applying a remote party constraint.MediaDirectionMediaDirection. getReverseDirection()Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection.MediaDirectionMediaDirection. or(MediaDirection direction)Reverses a direction constraint on this MediaDirection or in other words performs an or operation.static MediaDirectionMediaDirection. parseString(String mediaDirectionStr)Returns a MediaDirection value corresponding to the specified mediaDirectionStr or in other words SENDONLY for "sendonly", RECVONLY for "recvonly", SENDRECV for "sendrecv", and INACTIVE for "inactive".static MediaDirectionMediaDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaDirection[]MediaDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jitsi.service.neomedia with parameters of type MediaDirection Modifier and Type Method Description MediaDirectionMediaDirection. and(MediaDirection direction)Applies an extra direction constraint to this MediaDirection or in other words performs an and operation.protected voidAbstractMediaStream. assertDirection(MediaDirection direction, MediaDirection deviceDirection, String illegalArgumentExceptionMessage)Asserts that the state of this instance will remain consistent if a specific MediaDirection (i.e.MediaDirectionMediaDirection. getDirectionForAnswer(MediaDirection remotePartyDir)Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection applying a remote party constraint.MediaDirectionMediaDirection. or(MediaDirection direction)Reverses a direction constraint on this MediaDirection or in other words performs an or operation.voidMediaStream. setDirection(MediaDirection direction)Sets the direction in which media in this MediaStream is to be streamed.Constructors in org.jitsi.service.neomedia with parameters of type MediaDirection Constructor Description RTPExtension(URI extensionURI, MediaDirection direction)Creates an RTPExtension instance for the specified extensionURI and direction.RTPExtension(URI extensionURI, MediaDirection direction, String extensionAttributes)Creates an RTPExtension instance for the specified extensionURI and direction and sets the specified extensionAttributes. -
Uses of MediaDirection in org.jitsi.service.neomedia.device
Methods in org.jitsi.service.neomedia.device that return MediaDirection Modifier and Type Method Description MediaDirectionMediaDevice. getDirection()Returns the MediaDirection supported by this device.
-