Module: Gst::BufferingMode

Defined in:
(unknown)

Constant Summary collapse

STREAM =

a small amount of data is buffered

0 or :stream
DOWNLOAD =

the stream is being downloaded

1 or :download
TIMESHIFT =

the stream is being downloaded in a ringbuffer

2 or :timeshift
LIVE =

the stream is a live stream

3 or :live