GstSegment

Undocumented in source.

Members

Variables

appliedRate
double appliedRate;

the already applied rate to the segment

base
ulong base;

the running time (plus elapsed time, see offset) of the segment start

duration
ulong duration;

the duration of the stream

flags
GstSegmentFlags flags;

flags for this segment

format
GstFormat format;

the format of the segment values

offset
ulong offset;

the amount (in buffer timestamps) that has already been elapsed in the segment

position
ulong position;

the buffer timestamp position in the segment (used internally by elements such as sources, demuxers or parsers to track progress)

rate
double rate;

the playback rate of the segment

start
ulong start;

the start of the segment in buffer timestamp time (PTS)

stop
ulong stop;

the stop of the segment in buffer timestamp time (PTS)

time
ulong time;

the stream time of the segment start