Schnittstelle StreamType


public interface StreamType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The stream is of audio data
    static final int
    The stream is a muxed container type
    static final int
    The stream contains subtitle / subpicture data.
    static final int
    The stream is of unknown (unclassified) type.
    static final int
    The stream carries video data
  • Felddetails

    • UNKNOWN

      static final int UNKNOWN
      The stream is of unknown (unclassified) type.
      Siehe auch:
    • AUDIO

      static final int AUDIO
      The stream is of audio data
      Siehe auch:
    • VIDEO

      static final int VIDEO
      The stream carries video data
      Siehe auch:
    • CONTAINER

      static final int CONTAINER
      The stream is a muxed container type
      Siehe auch:
    • TEXT

      static final int TEXT
      The stream contains subtitle / subpicture data.
      Siehe auch: