Package ch.bailu.gtk.gst
Schnittstelle PadProbeType
public interface PadProbeType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intprobe upstream events and queries and downstream buffers, buffer lists, events and queriesstatic final intprobe and block padsstatic final intprobe and block downstream data (buffers, buffer lists, and events)static final intprobe and block upstream data (events)static final intprobe and block at the next opportunity, at data flow or when idlestatic final intprobe buffersstatic final intprobe buffer listsstatic final intprobe upstream and downstream data (buffers, buffer lists, and events)static final intprobe downstream data (buffers, buffer lists, and events)static final intprobe upstream data (events)static final intprobe upstream and downstream eventsstatic final intprobe downstream eventsstatic final intprobe flush events.static final intprobe upstream eventsstatic final intprobe idle pads and block while the callback is calledstatic final intinvalid probe typestatic final intprobe pullstatic final intprobe pushstatic final intprobe upstream and downstream queriesstatic final intprobe downstream queriesstatic final intprobe upstream queriesstatic final intprobe 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:
-