Uses of Enum Class
org.webrtc.RtpTransceiver.RtpTransceiverDirection
-
Uses of RtpTransceiver.RtpTransceiverDirection in org.webrtc
Modifier and TypeFieldDescriptionprivate final RtpTransceiver.RtpTransceiverDirection
RtpTransceiver.RtpTransceiverInit.direction
Modifier and TypeMethodDescription(package private) static RtpTransceiver.RtpTransceiverDirection
RtpTransceiver.RtpTransceiverDirection.fromNativeIndex
(int nativeIndex) RtpTransceiver.getCurrentDirection()
The current_direction attribute indicates the current direction negotiated for this transceiver.RtpTransceiver.getDirection()
The direction attribute indicates the preferred direction of this transceiver, which will be used in calls to CreateOffer and CreateAnswer.private static RtpTransceiver.RtpTransceiverDirection
RtpTransceiver.nativeCurrentDirection
(long rtpTransceiver) private static RtpTransceiver.RtpTransceiverDirection
RtpTransceiver.nativeDirection
(long rtpTransceiver) Returns the enum constant of this class with the specified name.RtpTransceiver.RtpTransceiverDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static boolean
RtpTransceiver.nativeSetDirection
(long rtpTransceiver, RtpTransceiver.RtpTransceiverDirection rtpTransceiverDirection) boolean
RtpTransceiver.setDirection
(RtpTransceiver.RtpTransceiverDirection rtpTransceiverDirection) Sets the preferred direction of this transceiver.ModifierConstructorDescriptionRtpTransceiverInit
(RtpTransceiver.RtpTransceiverDirection direction, List<String> streamIds) RtpTransceiverInit
(RtpTransceiver.RtpTransceiverDirection direction, List<String> streamIds, List<RtpParameters.Encoding> sendEncodings)