Schnittstelle TocScope


public interface TocScope
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    TOC for the currently active/selected stream
    (this is a TOC representing the current stream from start to EOS,
    and is what a TOC writer / muxer is usually interested in; it will
    usually be a subset of the global TOC, e.g. just the chapters of
    the current title, or the chapters selected for playback from the
    current title)
    static final int
    global TOC representing all selectable options
    (this is what applications are usually interested in)
  • Felddetails

    • GLOBAL

      static final int GLOBAL
      global TOC representing all selectable options
      (this is what applications are usually interested in)
      Siehe auch:
    • CURRENT

      static final int CURRENT
      TOC for the currently active/selected stream
      (this is a TOC representing the current stream from start to EOS,
      and is what a TOC writer / muxer is usually interested in; it will
      usually be a subset of the global TOC, e.g. just the chapters of
      the current title, or the chapters selected for playback from the
      current title)
      Siehe auch: