MillicastSDK 2.0.0
|
Represents a captured instance of a media source. More...
#import <track.h>
Instance Methods | |
(NSString *) | - getId |
(NSString *) | - kind |
(BOOL) | - isEnabled |
(void) | - enable: |
cpp_track | |
source | |
initWithCppTrack: | |
initWithSource:cppTrack: | |
Represents a captured instance of a media source.
- (void) enable: | (BOOL) | e |
Enables or disables the track. A disabled audio track produces silence. A disabled video track produces black frames.
- (NSString *) getId |
Get the track Id.
- (BOOL) isEnabled |
Checks whether the track is enabled or not.
- (NSString *) kind |
Get the track type.