GstSchedulingFlags

The different scheduling flags. GST_SCHEDULING_FLAG_SEEKABLE if seeking is possible GST_SCHEDULING_FLAG_SEQUENTIAL if sequential access is recommended GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED if bandwidth is limited and buffering possible (since 1.2)

Values

ValueMeaning
SEEKABLE(1 << 0)
SEQUENTIAL(1 << 1)
BANDWIDTH_LIMITED(1 << 2)

Meta