webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | Public Attributes | Properties | List of all members
RTCRtpReceiver Class Reference

#import <RTCRtpReceiver.h>

Inheritance diagram for RTCRtpReceiver:
NSObject NSObject

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithNativeRtpReceiver: [implementation]
 
(instancetype) - initWithNativeRtpReceiver: [implementation]
 

Class Methods

(RTCRtpMediaType) + mediaTypeForNativeMediaType: [implementation]
 
(RTCRtpMediaType) + mediaTypeForNativeMediaType: [implementation]
 

Public Attributes

readonly attribute MediaStreamTrack track
 

Properties

rtc::scoped_refptr< webrtc::RtpReceiverInterfacenativeRtpReceiver [implementation]
 

Method Documentation

◆ initWithNativeRtpReceiver:() [1/2]

- (instancetype) initWithNativeRtpReceiver: (rtc::scoped_refptr< webrtc::RtpReceiverInterface >)  NS_DESIGNATED_INITIALIZER
implementation

Initialize an RTCRtpReceiver with a native RtpReceiverInterface.

◆ initWithNativeRtpReceiver:() [2/2]

- (instancetype) initWithNativeRtpReceiver: (rtc::scoped_refptr< webrtc::RtpReceiverInterface >)  NS_DESIGNATED_INITIALIZER
implementation

Initialize an RTCRtpReceiver with a native RtpReceiverInterface.

◆ mediaTypeForNativeMediaType:() [1/2]

+ (RTCRtpMediaType) mediaTypeForNativeMediaType: (cricket::MediaType nativeMediaType
implementation

◆ mediaTypeForNativeMediaType:() [2/2]

+ (RTCRtpMediaType) mediaTypeForNativeMediaType: (cricket::MediaType nativeMediaType
implementation

◆ NS_UNAVAILABLE() [1/2]

- (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

- (instancetype) NS_UNAVAILABLE

Member Data Documentation

◆ track

- (RTCMediaStreamTrack *) track

Property Documentation

◆ nativeRtpReceiver

- (scoped_refptr<) webrtc:
readnonatomicassignimplementation

The documentation for this class was generated from the following files: