Schnittstelle SchedulingFlags


public interface SchedulingFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    if bandwidth is limited and buffering possible (since 1.2)
    static final int
    if seeking is possible
    static final int
    if sequential access is recommended
  • Felddetails

    • SEEKABLE

      static final int SEEKABLE
      if seeking is possible
      Siehe auch:
    • SEQUENTIAL

      static final int SEQUENTIAL
      if sequential access is recommended
      Siehe auch:
    • BANDWIDTH_LIMITED

      static final int BANDWIDTH_LIMITED
      if bandwidth is limited and buffering possible (since 1.2)
      Siehe auch: