TVILocalVideoTrack Class Reference

Inherits from TVIVideoTrack : TVITrack : NSObject
Declared in TVIVideoTrack.h

Overview

TVILocalVideoTrack represents local video produced by a TVIVideoCapturer.

  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