inputTrack property

  1. @TagNumber.new(3)
int get inputTrack

Required. The zero-based index of the track in the input file.

Implementation

@$pb.TagNumber(3)
$core.int get inputTrack => $_getIZ(2);
  1. @TagNumber.new(3)
set inputTrack (int v)

Implementation

@$pb.TagNumber(3)
set inputTrack($core.int v) { $_setSignedInt32(2, v); }