TWCMedia Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TWCMedia.h |
audioTracks
A collection of TWCAudioTrack objects.
@property (nonatomic, strong, readonly, nonnull) NSArray<TWCAudioTrack*> *audioTracksDiscussion
A collection of TWCAudioTrack objects.
Declared In
TWCMedia.h
videoTracks
A collection of TWCVideoTrack objects.
@property (nonatomic, strong, readonly, nonnull) NSArray<TWCVideoTrack*> *videoTracksDiscussion
A collection of TWCVideoTrack objects.
Declared In
TWCMedia.h
– getTrack:
Find a track by its unique identifier.
- (nullable TWCMediaTrack *)getTrack:(nonnull NSString *)trackIdParameters
trackId |
The unique identifier for the track. |
|---|
Return Value
A TWCMediaTrack if one can be found with the identifier provided, otherwise nil.
Discussion
Find a track by its unique identifier.
Declared In
TWCMedia.h