TXTrackInfo constructor

TXTrackInfo(
  1. String name,
  2. int trackIndex,
  3. int trackType
)

Implementation

TXTrackInfo(this.name, this.trackIndex, this.trackType);