|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MediaDirection in net.java.sip.communicator.impl.neomedia |
|---|
| Methods in net.java.sip.communicator.impl.neomedia that return MediaDirection | |
|---|---|
MediaDirection |
MediaStreamImpl.getDirection()
Gets the direction in which this MediaStream is allowed to stream media. |
| Methods in net.java.sip.communicator.impl.neomedia with parameters of type MediaDirection | |
|---|---|
void |
MediaStreamImpl.setDirection(MediaDirection direction)
Sets the direction in which media in this MediaStream is to be streamed. |
| Uses of MediaDirection in net.java.sip.communicator.impl.neomedia.device |
|---|
| Methods in net.java.sip.communicator.impl.neomedia.device that return MediaDirection | |
|---|---|
MediaDirection |
AudioMixerMediaDevice.getDirection()
Returns the MediaDirection supported by this device. |
MediaDirection |
VideoTranslatorMediaDevice.getDirection()
Returns the MediaDirection supported by this device. |
MediaDirection |
MediaDeviceImpl.getDirection()
Returns the MediaDirection supported by this device. |
MediaDirection |
MediaDeviceSession.getStartedDirection()
Gets the MediaDirection in which this instance has been started. |
| Methods in net.java.sip.communicator.impl.neomedia.device with parameters of type MediaDirection | |
|---|---|
void |
MediaDeviceSession.start(MediaDirection direction)
Starts the processing of media in this instance in a specific direction. |
protected void |
MediaDeviceSession.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 void |
VideoMediaDeviceSession.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. |
void |
MediaDeviceSession.stop(MediaDirection direction)
Stops the processing of media in this instance in a specific direction. |
| Uses of MediaDirection in net.java.sip.communicator.impl.neomedia.transform.csrc |
|---|
| Methods in net.java.sip.communicator.impl.neomedia.transform.csrc with parameters of type MediaDirection | |
|---|---|
void |
CsrcTransformEngine.setCsrcAudioLevelAudioLevelExtensionID(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. |
| Uses of MediaDirection in net.java.sip.communicator.impl.protocol.jabber |
|---|
| Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type MediaDirection | |
|---|---|
protected MediaStream |
CallPeerMediaHandlerGTalkImpl.initStream(String streamName,
StreamConnector connector,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
boolean masterStream)
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice. |
protected MediaStream |
CallPeerMediaHandlerJabberImpl.initStream(String streamName,
StreamConnector connector,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
boolean masterStream)
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice. |
| Uses of MediaDirection in net.java.sip.communicator.impl.protocol.jabber.jinglesdp |
|---|
| Methods in net.java.sip.communicator.impl.protocol.jabber.jinglesdp that return MediaDirection | |
|---|---|
static MediaDirection |
JingleUtils.getDirection(ContentPacketExtension.SendersEnum senders,
boolean initiatorPerspective)
Determines the direction of the media stream that content describes and returns the corresponding MediaDirection enum entry. |
static MediaDirection |
JingleUtils.getDirection(ContentPacketExtension content,
boolean initiatorPerspective)
Determines the direction of the media stream that content describes and returns the corresponding MediaDirection enum entry. |
| Methods in net.java.sip.communicator.impl.protocol.jabber.jinglesdp with parameters of type MediaDirection | |
|---|---|
static ContentPacketExtension.SendersEnum |
JingleUtils.getSenders(MediaDirection direction,
boolean initiatorPerspective)
Converts the specified media direction into the corresponding ContentPacketExtension.SendersEnum value so that we could add it to a content element. |
| Uses of MediaDirection in net.java.sip.communicator.impl.protocol.sip.sdp |
|---|
| Methods in net.java.sip.communicator.impl.protocol.sip.sdp that return MediaDirection | |
|---|---|
static MediaDirection |
SdpUtils.getDirection(javax.sdp.MediaDescription mediaDesc)
Determines the direction of the media stream that mediaDesc describes and returns the corresponding MediaDirection enum entry. |
| Methods in net.java.sip.communicator.impl.protocol.sip.sdp with parameters of type MediaDirection | |
|---|---|
static javax.sdp.MediaDescription |
SdpUtils.createMediaDescription(String transport,
List<MediaFormat> formats,
StreamConnector connector,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
DynamicPayloadTypeRegistry dynamicPayloadTypes,
DynamicRTPExtensionsRegistry rtpExtensionsRegistry)
Creates a new MediaDescription instance according to the specified formats, connector and direction, and using the dynamicPayloadTypes registry to handle dynamic payload type registrations. |
| Uses of MediaDirection in net.java.sip.communicator.service.neomedia |
|---|
| Methods in net.java.sip.communicator.service.neomedia that return MediaDirection | |
|---|---|
MediaDirection |
MediaDirection.and(MediaDirection direction)
Applies an extra direction constraint to this MediaDirection or in other words performs an and operation. |
MediaDirection |
MediaStream.getDirection()
Gets the direction in which this MediaStream is allowed to stream media. |
MediaDirection |
RTPExtension.getDirection()
Returns the direction that the corresponding MediaDevice supports for this extension. |
MediaDirection |
MediaDirection.getDirectionForAnswer(MediaDirection remotePartyDir)
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection applying a remote party constraint. |
MediaDirection |
MediaDirection.getReverseDirection()
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection. |
MediaDirection |
MediaDirection.or(MediaDirection direction)
Reverses a direction constraint on this MediaDirection or in other words performs an or operation. |
static MediaDirection |
MediaDirection.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 MediaDirection |
MediaDirection.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 net.java.sip.communicator.service.neomedia with parameters of type MediaDirection | |
|---|---|
MediaDirection |
MediaDirection.and(MediaDirection direction)
Applies an extra direction constraint to this MediaDirection or in other words performs an and operation. |
MediaDirection |
MediaDirection.getDirectionForAnswer(MediaDirection remotePartyDir)
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection applying a remote party constraint. |
MediaDirection |
MediaDirection.or(MediaDirection direction)
Reverses a direction constraint on this MediaDirection or in other words performs an or operation. |
void |
MediaStream.setDirection(MediaDirection direction)
Sets the direction in which media in this MediaStream is to be streamed. |
| Constructors in net.java.sip.communicator.service.neomedia with parameters of type MediaDirection | |
|---|---|
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 net.java.sip.communicator.service.neomedia.device |
|---|
| Methods in net.java.sip.communicator.service.neomedia.device that return MediaDirection | |
|---|---|
MediaDirection |
MediaDevice.getDirection()
Returns the MediaDirection supported by this device. |
| Uses of MediaDirection in net.java.sip.communicator.service.protocol.event |
|---|
| Methods in net.java.sip.communicator.service.protocol.event that return types with arguments of type MediaDirection | |
|---|---|
Map<MediaType,MediaDirection> |
CallEvent.getMediaDirections()
Return the media directions map |
| Method parameters in net.java.sip.communicator.service.protocol.event with type arguments of type MediaDirection | |
|---|---|
void |
CallEvent.setMediaDirections(Map<MediaType,MediaDirection> mediaDirections)
Update media types for the event. |
| Uses of MediaDirection in net.java.sip.communicator.service.protocol.media |
|---|
| Methods in net.java.sip.communicator.service.protocol.media that return MediaDirection | |
|---|---|
protected MediaDirection |
CallPeerMediaHandler.getDirectionUserPreference(MediaType mediaType)
Gets the MediaDirection value which represents the preference of the user with respect to streaming media of the specified MediaType. |
| Methods in net.java.sip.communicator.service.protocol.media with parameters of type MediaDirection | |
|---|---|
protected MediaStream |
MediaHandler.configureStream(CallPeerMediaHandler<?> callPeerMediaHandler,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
MediaStream stream,
boolean masterStream)
Configures stream to use the specified device, format, target, direction, etc. |
(package private) MediaStream |
MediaHandler.initStream(CallPeerMediaHandler<?> callPeerMediaHandler,
StreamConnector connector,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
boolean masterStream)
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice. |
protected MediaStream |
CallPeerMediaHandler.initStream(StreamConnector connector,
MediaDevice device,
MediaFormat format,
MediaStreamTarget target,
MediaDirection direction,
List<RTPExtension> rtpExtensions,
boolean masterStream)
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice. |
| Method parameters in net.java.sip.communicator.service.protocol.media with type arguments of type MediaDirection | |
|---|---|
void |
AbstractOperationSetBasicTelephony.fireCallEvent(int eventID,
Call sourceCall,
Map<MediaType,MediaDirection> mediaDirections)
Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall. |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||