Package ch.bailu.gtk.gst
Schnittstelle SchedulingFlags
public interface SchedulingFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
if bandwidth is limited and buffering possible (since 1.2)static final int
if seeking is possiblestatic final int
if sequential access is recommended
-
Felddetails
-
SEEKABLE
static final int SEEKABLEif seeking is possible- Siehe auch:
-
SEQUENTIAL
static final int SEQUENTIALif sequential access is recommended- Siehe auch:
-
BANDWIDTH_LIMITED
static final int BANDWIDTH_LIMITEDif bandwidth is limited and buffering possible (since 1.2)- Siehe auch:
-