Uses of Enum Class
dev.onvoid.webrtc.RTCRtpTransceiverDirection
Packages that use RTCRtpTransceiverDirection
-
Uses of RTCRtpTransceiverDirection in dev.onvoid.webrtc
Fields in dev.onvoid.webrtc declared as RTCRtpTransceiverDirectionModifier and TypeFieldDescriptionRTCRtpTransceiverInit.direction
The direction of the RTCRtpTransceiver.Methods in dev.onvoid.webrtc that return RTCRtpTransceiverDirectionModifier and TypeMethodDescriptionRTCRtpTransceiver.getCurrentDirection()
Indicates the current direction negotiated for this transceiver.RTCRtpTransceiver.getDirection()
Indicates the preferred direction of this transceiver, which will be used in calls to createOffer and createAnswer.static RTCRtpTransceiverDirection
Returns the enum constant of this class with the specified name.static RTCRtpTransceiverDirection[]
RTCRtpTransceiverDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.onvoid.webrtc with parameters of type RTCRtpTransceiverDirectionModifier and TypeMethodDescriptionvoid
RTCRtpTransceiver.setDirection
(RTCRtpTransceiverDirection direction) Sets the preferred direction of this transceiver.