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

#import <RTCAudioTrack.h>

Inheritance diagram for RTCAudioTrack:
RTCMediaStreamTrack RTCMediaStreamTrack NSObject NSObject NSObject NSObject

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

RTCAudioSourcesource
 
rtc::scoped_refptr< webrtc::AudioTrackInterfacenativeAudioTrack [implementation]
 
- Properties inherited from RTCMediaStreamTrack
NSStringkind
 
NSStringtrackId
 
BOOL isEnabled
 
RTCMediaStreamTrackState readyState
 
rtc::scoped_refptr< webrtc::MediaStreamTrackInterfacenativeTrack [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]
 

Method Documentation

◆ initWithFactory:source:trackId:() [1/2]

- (instancetype) initWithFactory: (RTCPeerConnectionFactory *)  factory
source: (RTCAudioSource *)  source
trackId: (NSString *)  trackId 
implementation

Initialize an RTCAudioTrack with an id.

◆ initWithFactory:source:trackId:() [2/2]

- (instancetype) initWithFactory: (RTCPeerConnectionFactory *)  factory
source: (RTCAudioSource *)  source
trackId: (NSString *)  trackId 
implementation

Initialize an RTCAudioTrack with an id.

◆ NS_UNAVAILABLE() [1/2]

- (instancetype) NS_UNAVAILABLE

Implements RTCMediaStreamTrack.

◆ NS_UNAVAILABLE() [2/2]

- (instancetype) NS_UNAVAILABLE

Implements RTCMediaStreamTrack.

Property Documentation

◆ nativeAudioTrack

- (scoped_refptr<)webrtc:
readnonatomicassignimplementation

AudioTrackInterface created or passed in at construction.

◆ source

- (RTCAudioSource *) source
readnonatomicassign

The audio source for this audio track.


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