Schnittstelle PadProbeType


public interface PadProbeType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    probe upstream events and queries and downstream buffers, buffer lists, events and queries
    static final int
    probe and block pads
    static 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 idle
    static final int
    probe buffers
    static final int
    probe buffer lists
    static 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 events
    static final int
    probe downstream events
    static final int
    probe flush events.
    static final int
    probe upstream events
    static final int
    probe idle pads and block while the callback is called
    static final int
    invalid probe type
    static final int
    probe pull
    static final int
    probe push
    static final int
    probe upstream and downstream queries
    static final int
    probe downstream queries
    static final int
    probe upstream queries
    static final int
    probe push and pull
  • Felddetails

    • INVALID

      static final int INVALID
      invalid probe type
      Siehe auch:
    • IDLE

      static final int IDLE
      probe idle pads and block while the callback is called
      Siehe auch:
    • BLOCK

      static final int BLOCK
      probe and block pads
      Siehe auch:
    • BUFFER

      static final int BUFFER
      probe buffers
      Siehe auch:
    • BUFFER_LIST

      static final int BUFFER_LIST
      probe buffer lists
      Siehe auch:
    • EVENT_DOWNSTREAM

      static final int EVENT_DOWNSTREAM
      probe downstream events
      Siehe auch:
    • EVENT_UPSTREAM

      static final int EVENT_UPSTREAM
      probe upstream events
      Siehe auch:
    • EVENT_FLUSH

      static final int EVENT_FLUSH
      probe 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_DOWNSTREAM
      probe downstream queries
      Siehe auch:
    • QUERY_UPSTREAM

      static final int QUERY_UPSTREAM
      probe upstream queries
      Siehe auch:
    • PUSH

      static final int PUSH
      probe push
      Siehe auch:
    • PULL

      static final int PULL
      probe pull
      Siehe auch:
    • BLOCKING

      static final int BLOCKING
      probe and block at the next opportunity, at data flow or when idle
      Siehe auch:
    • DATA_DOWNSTREAM

      static final int DATA_DOWNSTREAM
      probe downstream data (buffers, buffer lists, and events)
      Siehe auch:
    • DATA_UPSTREAM

      static final int DATA_UPSTREAM
      probe upstream data (events)
      Siehe auch:
    • DATA_BOTH

      static final int DATA_BOTH
      probe upstream and downstream data (buffers, buffer lists, and events)
      Siehe auch:
    • BLOCK_DOWNSTREAM

      static final int BLOCK_DOWNSTREAM
      probe and block downstream data (buffers, buffer lists, and events)
      Siehe auch:
    • BLOCK_UPSTREAM

      static final int BLOCK_UPSTREAM
      probe and block upstream data (events)
      Siehe auch:
    • EVENT_BOTH

      static final int EVENT_BOTH
      probe upstream and downstream events
      Siehe auch:
    • QUERY_BOTH

      static final int QUERY_BOTH
      probe upstream and downstream queries
      Siehe auch:
    • ALL_BOTH

      static final int ALL_BOTH
      probe upstream events and queries and downstream buffers, buffer lists, events and queries
      Siehe auch:
    • SCHEDULING

      static final int SCHEDULING
      probe push and pull
      Siehe auch: