GstSegment
- appliedRate
double appliedRate;
Undocumented in source.
- base
ulong base;
Undocumented in source.
- duration
ulong duration;
Undocumented in source.
- flags
GstSegmentFlags flags;
Undocumented in source.
- format
GstFormat format;
Undocumented in source.
- offset
ulong offset;
Undocumented in source.
- position
ulong position;
Undocumented in source.
- rate
double rate;
Undocumented in source.
- start
ulong start;
Undocumented in source.
- stop
ulong stop;
Undocumented in source.
- time
ulong time;
Undocumented in source.
gstreamerc gstreamertypes
aliasesenumsstructsvariables
Main Gtk struct. A helper structure that holds the configured region of interest in a media file. GstSegmentFlags flags; flags for this segment gdouble rate; the rate of the segment gdouble applied_rate; the already applied rate to the segment GstFormat format; the format of the segment values guint64 base; the base of the segment guint64 offset; the offset to apply to start or stop guint64 start; the start of the segment guint64 stop; the stop of the segment guint64 time; the stream time of the segment guint64 position; the position in the segment guint64 duration; the duration of the segment