Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
RtpTransceiver.RtpTransceiverDirection |
RtpTransceiver.getCurrentDirection()
The current_direction attribute indicates the current direction negotiated
for this transceiver.
|
RtpTransceiver.RtpTransceiverDirection |
RtpTransceiver.getDirection()
The direction attribute indicates the preferred direction of this
transceiver, which will be used in calls to CreateOffer and CreateAnswer.
|
static RtpTransceiver.RtpTransceiverDirection |
RtpTransceiver.RtpTransceiverDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RtpTransceiver.RtpTransceiverDirection[] |
RtpTransceiver.RtpTransceiverDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RtpTransceiver.setDirection(RtpTransceiver.RtpTransceiverDirection rtpTransceiverDirection)
Sets the preferred direction of this transceiver.
|
Constructor and Description |
---|
RtpTransceiverInit(RtpTransceiver.RtpTransceiverDirection direction) |
RtpTransceiverInit(RtpTransceiver.RtpTransceiverDirection direction,
java.util.List<java.lang.String> streamIds) |