Schnittstelle Format


public interface Format
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    buffers (few, if any, elements implement this as of
    May 2009)
    static final int
    bytes
    static final int
    the default format of the pad/element.
    static final int
    percentage of stream (few, if any, elements implement
    this as of May 2009)
    static final int
    time in nanoseconds
    static final int
    undefined format
  • Felddetails

    • UNDEFINED

      static final int UNDEFINED
      undefined format
      Siehe auch:
    • DEFAULT

      static final int DEFAULT
      the default format of the pad/element. This can be
      samples for raw audio, frames/fields for raw video (some, but not all,
      elements support this; use @GST_FORMAT_TIME if you don't have a good
      reason to query for samples/frames)
      Siehe auch:
    • BYTES

      static final int BYTES
      bytes
      Siehe auch:
    • TIME

      static final int TIME
      time in nanoseconds
      Siehe auch:
    • BUFFERS

      static final int BUFFERS
      buffers (few, if any, elements implement this as of
      May 2009)
      Siehe auch:
    • PERCENT

      static final int PERCENT
      percentage of stream (few, if any, elements implement
      this as of May 2009)
      Siehe auch: