|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <RTCVideoSource.h>
Instance Methods | |
| (instancetype) | - NS_UNAVAILABLE |
| (instancetype) | - NS_UNAVAILABLE |
| (instancetype) | - initWithNativeVideoSource: [implementation] |
| (instancetype) | - initWithNativeVideoSource: [implementation] |
| (instancetype) | - initWithNativeMediaSource:type: [implementation] |
| (instancetype) | - initWithNativeMediaSource:type: [implementation] |
Properties | |
| rtc::scoped_refptr< webrtc::VideoTrackSourceInterface > | nativeVideoSource [implementation] |
Properties inherited from RTCMediaSource | |
| RTCSourceState | state |
| rtc::scoped_refptr< webrtc::MediaSourceInterface > | nativeMediaSource [implementation] |
Additional Inherited Members | |
Class Methods inherited from RTCMediaSource | |
| (webrtc::MediaSourceInterface::SourceState) | + nativeSourceStateForState: [implementation] |
| (webrtc::MediaSourceInterface::SourceState) | + nativeSourceStateForState: [implementation] |
| (RTCSourceState) | + sourceStateForNativeState: [implementation] |
| (RTCSourceState) | + sourceStateForNativeState: [implementation] |
| (NSString *) | + stringForState: [implementation] |
| (NSString *) | + stringForState: [implementation] |
|
implementation |
Implements RTCMediaSource.
|
implementation |
Implements RTCMediaSource.
|
implementation |
Initialize an RTCVideoSource from a native VideoTrackSourceInterface.
|
implementation |
Initialize an RTCVideoSource from a native VideoTrackSourceInterface.
| - (instancetype) NS_UNAVAILABLE |
Implements RTCMediaSource.
Implemented in RTCAVFoundationVideoSource, and RTCAVFoundationVideoSource.
| - (instancetype) NS_UNAVAILABLE |
Implements RTCMediaSource.
Implemented in RTCAVFoundationVideoSource, and RTCAVFoundationVideoSource.
|
readnonatomicassignimplementation |
The VideoTrackSourceInterface object passed to this RTCVideoSource during construction.
1.8.13