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

#import <RTCMediaSource.h>

Inheritance diagram for RTCMediaSource:
NSObject NSObject RTCAudioSource RTCAudioSource RTCVideoSource RTCVideoSource RTCAVFoundationVideoSource RTCAVFoundationVideoSource RTCAVFoundationVideoSource RTCAVFoundationVideoSource

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithNativeMediaSource:type: [implementation]
 
(instancetype) - initWithNativeMediaSource:type: [implementation]
 

Class Methods

(webrtc::MediaSourceInterface::SourceState+ nativeSourceStateForState: [implementation]
 
(webrtc::MediaSourceInterface::SourceState+ nativeSourceStateForState: [implementation]
 
(RTCSourceState) + sourceStateForNativeState: [implementation]
 
(RTCSourceState) + sourceStateForNativeState: [implementation]
 
(NSString *) + stringForState: [implementation]
 
(NSString *) + stringForState: [implementation]
 

Properties

RTCSourceState state
 
rtc::scoped_refptr< webrtc::MediaSourceInterfacenativeMediaSource [implementation]
 

Method Documentation

◆ initWithNativeMediaSource:type:() [1/2]

- (instancetype) initWithNativeMediaSource: (rtc::scoped_refptr< webrtc::MediaSourceInterface >)  nativeMediaSource
type: (RTCMediaSourceType)  NS_DESIGNATED_INITIALIZER 
implementation

◆ initWithNativeMediaSource:type:() [2/2]

- (instancetype) initWithNativeMediaSource: (rtc::scoped_refptr< webrtc::MediaSourceInterface >)  nativeMediaSource
type: (RTCMediaSourceType)  NS_DESIGNATED_INITIALIZER 
implementation

◆ nativeSourceStateForState:() [1/2]

+ MediaSourceInterface: (RTCSourceState)  state
implementation

◆ nativeSourceStateForState:() [2/2]

+ MediaSourceInterface: (RTCSourceState)  state
implementation

◆ NS_UNAVAILABLE() [1/2]

- (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

- (instancetype) NS_UNAVAILABLE

◆ sourceStateForNativeState:() [1/2]

+ (RTCSourceState) sourceStateForNativeState: (webrtc::MediaSourceInterface::SourceState nativeState
implementation

◆ sourceStateForNativeState:() [2/2]

+ (RTCSourceState) sourceStateForNativeState: (webrtc::MediaSourceInterface::SourceState nativeState
implementation

◆ stringForState:() [1/2]

+ (NSString *) stringForState: (RTCSourceState)  state
implementation

◆ stringForState:() [2/2]

+ (NSString *) stringForState: (RTCSourceState)  state
implementation

Property Documentation

◆ nativeMediaSource

- (scoped_refptr<) webrtc:
readnonatomicassignimplementation

◆ state

- (RTCSourceState) state
readnonatomicassign

The current state of the RTCMediaSource.


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