|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <RTCAudioTrack.h>
Instance Methods | |
| (instancetype) | - NS_UNAVAILABLE |
| (instancetype) | - NS_UNAVAILABLE |
| (instancetype) | - initWithFactory:source:trackId: [implementation] |
| (instancetype) | - initWithFactory:source:trackId: [implementation] |
Instance Methods inherited from RTCMediaStreamTrack | |
| (instancetype) | - initWithNativeTrack:type: [implementation] |
| (instancetype) | - initWithNativeTrack:type: [implementation] |
| (instancetype) | - initWithNativeTrack: [implementation] |
| (instancetype) | - initWithNativeTrack: [implementation] |
| (BOOL) | - isEqualToTrack: [implementation] |
| (BOOL) | - isEqualToTrack: [implementation] |
Properties | |
| RTCAudioSource * | source |
| rtc::scoped_refptr< webrtc::AudioTrackInterface > | nativeAudioTrack [implementation] |
Properties inherited from RTCMediaStreamTrack | |
| NSString * | kind |
| NSString * | trackId |
| BOOL | isEnabled |
| RTCMediaStreamTrackState | readyState |
| rtc::scoped_refptr< webrtc::MediaStreamTrackInterface > | nativeTrack [implementation] |
Additional Inherited Members | |
Class Methods inherited from RTCMediaStreamTrack | |
| (webrtc::MediaStreamTrackInterface::TrackState) | + nativeTrackStateForState: [implementation] |
| (webrtc::MediaStreamTrackInterface::TrackState) | + nativeTrackStateForState: [implementation] |
| (RTCMediaStreamTrackState) | + trackStateForNativeState: [implementation] |
| (RTCMediaStreamTrackState) | + trackStateForNativeState: [implementation] |
| (NSString *) | + stringForState: [implementation] |
| (NSString *) | + stringForState: [implementation] |
|
implementation |
Initialize an RTCAudioTrack with an id.
|
implementation |
Initialize an RTCAudioTrack with an id.
| - (instancetype) NS_UNAVAILABLE |
Implements RTCMediaStreamTrack.
| - (instancetype) NS_UNAVAILABLE |
Implements RTCMediaStreamTrack.
|
readnonatomicassignimplementation |
AudioTrackInterface created or passed in at construction.
|
readnonatomicassign |
The audio source for this audio track.
1.8.13