Module: Gst::TaskState

Defined in:
(unknown)

Constant Summary collapse

STARTED =

the task is started and running

0 or :started
STOPPED =

the task is stopped

1 or :stopped
PAUSED =

the task is paused

2 or :paused