endTimeOffset property

  1. @TagNumber.new(3)
Duration get endTimeOffset

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);
  1. @TagNumber.new(3)
set endTimeOffset (Duration v)

Implementation

@$pb.TagNumber(3)
set endTimeOffset($10.Duration v) { setField(3, v); }