Uses of Class
dev.onvoid.webrtc.RTCRtpTransceiverDirection
-
Packages that use RTCRtpTransceiverDirection Package Description dev.onvoid.webrtc -
-
Uses of RTCRtpTransceiverDirection in dev.onvoid.webrtc
Fields in dev.onvoid.webrtc declared as RTCRtpTransceiverDirection Modifier and Type Field Description RTCRtpTransceiverDirectionRTCRtpTransceiverInit. directionThe direction of the RTCRtpTransceiver.Methods in dev.onvoid.webrtc that return RTCRtpTransceiverDirection Modifier and Type Method Description RTCRtpTransceiverDirectionRTCRtpTransceiver. getCurrentDirection()Indicates the current direction negotiated for this transceiver.RTCRtpTransceiverDirectionRTCRtpTransceiver. getDirection()Indicates the preferred direction of this transceiver, which will be used in calls to createOffer and createAnswer.static RTCRtpTransceiverDirectionRTCRtpTransceiverDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCRtpTransceiverDirection[]RTCRtpTransceiverDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.onvoid.webrtc with parameters of type RTCRtpTransceiverDirection Modifier and Type Method Description voidRTCRtpTransceiver. setDirection(RTCRtpTransceiverDirection direction)Sets the preferred direction of this transceiver.
-