TVILocalVideoTrack Class Reference
Inherits from | TVIVideoTrack : TVITrack : NSObject |
---|---|
Declared in | TVIVideoTrack.h |
enabled
Indicates if track is enabled.
@property (nonatomic, assign, getter=isEnabled) BOOL enabled
Declared In
TVIVideoTrack.h
capturer
The capturer that is associated with this track.
@property (nonatomic, strong, readonly, nonnull) id<TVIVideoCapturer> capturer
Declared In
TVIVideoTrack.h
constraints
The video constraints.
@property (nonatomic, strong, readonly, nonnull) TVIVideoConstraints *constraints
Declared In
TVIVideoTrack.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Discussion
Tracks cannot be created explicitly
Declared In
TVIVideoTrack.h