Schnittstelle StreamFlags


public interface StreamFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    This stream has no special attributes
    static final int
    This stream should be selected by default.
    static final int
    This stream is a sparse stream (e.g. a subtitle
    stream), data may flow only in irregular intervals with large gaps in
    between.
    static final int
    This stream should not be selected by default.
  • Felddetails

    • NONE

      static final int NONE
      This stream has no special attributes
      Siehe auch:
    • SPARSE

      static final int SPARSE
      This stream is a sparse stream (e.g. a subtitle
      stream), data may flow only in irregular intervals with large gaps in
      between.
      Siehe auch:
    • SELECT

      static final int SELECT
      This stream should be selected by default. This
      flag may be used by demuxers to signal that a stream should be selected
      by default in a playback scenario.
      Siehe auch:
    • UNSELECT

      static final int UNSELECT
      This stream should not be selected by default.
      This flag may be used by demuxers to signal that a stream should not
      be selected by default in a playback scenario, but only if explicitly
      selected by the user (e.g. an audio track for the hard of hearing or
      a director's commentary track).
      Siehe auch: