Segment.start

Set start field.

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

Parameters

propval ulong

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