Schnittstelle BufferingMode


public interface BufferingMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the stream is being downloaded
    static final int
    the stream is a live stream
    static final int
    a small amount of data is buffered
    static final int
    the stream is being downloaded in a ringbuffer
  • Felddetails

    • STREAM

      static final int STREAM
      a small amount of data is buffered
      Siehe auch:
    • DOWNLOAD

      static final int DOWNLOAD
      the stream is being downloaded
      Siehe auch:
    • TIMESHIFT

      static final int TIMESHIFT
      the stream is being downloaded in a ringbuffer
      Siehe auch:
    • LIVE

      static final int LIVE
      the stream is a live stream
      Siehe auch: