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