webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
RTCRtpTransceiver Interface Reference

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
 

Member Function Documentation

◆ setDirection()

void RTCRtpTransceiver::setDirection ( RTCRtpTransceiverDirection  direction)

◆ stop()

void RTCRtpTransceiver::stop ( )

Member Data Documentation

◆ direction

readonly attribute RTCRtpTransceiverDirection RTCRtpTransceiver::direction

◆ mid

readonly attribute DOMString RTCRtpTransceiver::mid

◆ receiver

readonly attribute RTCRtpReceiver RTCRtpTransceiver::receiver

◆ sender

readonly attribute RTCRtpSender RTCRtpTransceiver::sender

◆ stopped

readonly attribute boolean RTCRtpTransceiver::stopped

The documentation for this interface was generated from the following file: