Package ch.bailu.gtk.gst
Schnittstelle PadProbeType
public interface PadProbeType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
probe upstream events and queries and downstream buffers, buffer lists, events and queriesstatic final int
probe and block padsstatic final int
probe and block downstream data (buffers, buffer lists, and events)static final int
probe and block upstream data (events)static final int
probe and block at the next opportunity, at data flow or when idlestatic final int
probe buffersstatic final int
probe buffer listsstatic final int
probe upstream and downstream data (buffers, buffer lists, and events)static final int
probe downstream data (buffers, buffer lists, and events)static final int
probe upstream data (events)static final int
probe upstream and downstream eventsstatic final int
probe downstream eventsstatic final int
probe flush events.static final int
probe upstream eventsstatic final int
probe idle pads and block while the callback is calledstatic final int
invalid probe typestatic final int
probe pullstatic final int
probe pushstatic final int
probe upstream and downstream queriesstatic final int
probe downstream queriesstatic final int
probe upstream queriesstatic final int
probe push and pull
-
Felddetails
-
INVALID
static final int INVALIDinvalid probe type- Siehe auch:
-
IDLE
static final int IDLEprobe idle pads and block while the callback is called- Siehe auch:
-
BLOCK
static final int BLOCKprobe and block pads- Siehe auch:
-
BUFFER
static final int BUFFERprobe buffers- Siehe auch:
-
BUFFER_LIST
static final int BUFFER_LISTprobe buffer lists- Siehe auch:
-
EVENT_DOWNSTREAM
static final int EVENT_DOWNSTREAMprobe downstream events- Siehe auch:
-
EVENT_UPSTREAM
static final int EVENT_UPSTREAMprobe upstream events- Siehe auch:
-
EVENT_FLUSH
static final int EVENT_FLUSHprobe flush events. This probe has to be
explicitly enabled and is not included in the
@@GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM or
@@GST_PAD_PROBE_TYPE_EVENT_UPSTREAM probe types.- Siehe auch:
-
QUERY_DOWNSTREAM
static final int QUERY_DOWNSTREAMprobe downstream queries- Siehe auch:
-
QUERY_UPSTREAM
static final int QUERY_UPSTREAMprobe upstream queries- Siehe auch:
-
PUSH
static final int PUSHprobe push- Siehe auch:
-
PULL
static final int PULLprobe pull- Siehe auch:
-
BLOCKING
static final int BLOCKINGprobe and block at the next opportunity, at data flow or when idle- Siehe auch:
-
DATA_DOWNSTREAM
static final int DATA_DOWNSTREAMprobe downstream data (buffers, buffer lists, and events)- Siehe auch:
-
DATA_UPSTREAM
static final int DATA_UPSTREAMprobe upstream data (events)- Siehe auch:
-
DATA_BOTH
static final int DATA_BOTHprobe upstream and downstream data (buffers, buffer lists, and events)- Siehe auch:
-
BLOCK_DOWNSTREAM
static final int BLOCK_DOWNSTREAMprobe and block downstream data (buffers, buffer lists, and events)- Siehe auch:
-
BLOCK_UPSTREAM
static final int BLOCK_UPSTREAMprobe and block upstream data (events)- Siehe auch:
-
EVENT_BOTH
static final int EVENT_BOTHprobe upstream and downstream events- Siehe auch:
-
QUERY_BOTH
static final int QUERY_BOTHprobe upstream and downstream queries- Siehe auch:
-
ALL_BOTH
static final int ALL_BOTHprobe upstream events and queries and downstream buffers, buffer lists, events and queries- Siehe auch:
-
SCHEDULING
static final int SCHEDULINGprobe push and pull- Siehe auch:
-