endTimeOffset property
End time in seconds for the atom, relative to the input file timeline.
When end_time_offset is not specified, the inputs are used until
the end of the atom.
Implementation
@$pb.TagNumber(3)
$10.Duration get endTimeOffset => $_getN(2);
Implementation
@$pb.TagNumber(3)
set endTimeOffset($10.Duration v) { setField(3, v); }