TVITrack Class Reference

Inherits from NSObject
Declared in TVITrack.h

Overview

TVITrack is the base class from which all other Track types are derived.

  trackId

A unique identifier for the Track.

@property (nonatomic, copy, readonly, nonnull) NSString *trackId

Declared In

TVITrack.h

  enabled

Indicates if the track is enabled or not.

@property (nonatomic, assign, readonly, getter=isEnabled) BOOL enabled

Declared In

TVITrack.h

  state

The current state of the Track.

@property (nonatomic, assign, readonly) TVITrackState state

Declared In

TVITrack.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

TVITrack cannot be created explicitly.

Declared In

TVITrack.h