PadMode#

class PadMode#

The status of a GstPad. After activating a pad, which usually happens when the parent element goes from READY to PAUSED, the GstPadMode defines if the pad operates in push or pull mode.

Methods#

class PadMode
get_name() str#

Return the name of a pad mode, for use in debug messages mostly.

Fields#

class PadMode
NONE#

The type of the None singleton.

PULL#

The type of the None singleton.

PUSH#

The type of the None singleton.