inputTrack property
Required. The zero-based index of the track in the input file.
Implementation
@$pb.TagNumber(3)
$core.int get inputTrack => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set inputTrack($core.int v) { $_setSignedInt32(2, v); }
Required. The zero-based index of the track in the input file.
@$pb.TagNumber(3)
$core.int get inputTrack => $_getIZ(2);
@$pb.TagNumber(3)
set inputTrack($core.int v) { $_setSignedInt32(2, v); }