Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
MediaStreamTrack.MediaType |
RtpTransceiver.getMediaType()
Media type of the transceiver.
|
static MediaStreamTrack.MediaType |
MediaStreamTrack.MediaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaStreamTrack.MediaType[] |
MediaStreamTrack.MediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RtpTransceiver |
PeerConnection.addTransceiver(MediaStreamTrack.MediaType mediaType) |
RtpTransceiver |
PeerConnection.addTransceiver(MediaStreamTrack.MediaType mediaType,
RtpTransceiver.RtpTransceiverInit init) |
void |
RtpReceiver.Observer.onFirstPacketReceived(MediaStreamTrack.MediaType media_type) |