Segment.stop

Set stop field.

  1. ulong stop [@property getter]
  2. ulong stop [@property setter]
    class Segment
    @property
    void
    stop
    (
    ulong propval
    )

Parameters

propval ulong

the stop time of the segment (in buffer timestamps) (PTS), that is the timestamp of the last buffer to output inside the segment (first one during reverse playback). For example decoders will clip out buffers after the stop time.