Schnittstelle PadProbeType


public interface PadProbeType
  • Feldübersicht Linksymbol

    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 Linksymbol

    • INVALID Linksymbol

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

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

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

      static final int BUFFER
      probe buffers
      Siehe auch:
    • BUFFER_LIST Linksymbol

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

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

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

      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 Linksymbol

      static final int QUERY_DOWNSTREAM
      probe downstream queries
      Siehe auch:
    • QUERY_UPSTREAM Linksymbol

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

      static final int PUSH
      probe push
      Siehe auch:
    • PULL Linksymbol

      static final int PULL
      probe pull
      Siehe auch:
    • BLOCKING Linksymbol

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

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

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

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

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

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

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

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

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

      static final int SCHEDULING
      probe push and pull
      Siehe auch: