webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"RTCRtpTransceiver.idl";
Public Member Functions | |
void | setDirection (RTCRtpTransceiverDirection direction) |
void | stop () |
Public Attributes | |
readonly attribute DOMString | mid |
readonly attribute RTCRtpSender | sender |
readonly attribute RTCRtpReceiver | receiver |
readonly attribute boolean | stopped |
readonly attribute RTCRtpTransceiverDirection | direction |
void RTCRtpTransceiver::setDirection | ( | RTCRtpTransceiverDirection | direction | ) |
void RTCRtpTransceiver::stop | ( | ) |
readonly attribute RTCRtpTransceiverDirection RTCRtpTransceiver::direction |
readonly attribute RTCRtpReceiver RTCRtpTransceiver::receiver |
readonly attribute RTCRtpSender RTCRtpTransceiver::sender |