Module: Gst::SchedulingFlags

Defined in:
(unknown)

Constant Summary collapse

SEEKABLE =

if seeking is possible

1 or :seekable
SEQUENTIAL =

if sequential access is recommended

2 or :sequential
BANDWIDTH_LIMITED =

if bandwidth is limited and buffering possible (since 1.2)

4 or :bandwidth_limited