Segment.stop

Get stop field.

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

Return Value

Type: 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.