Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MediaReadyState

Ready state indicates if the audio/video is ready to play or not.

Index

Enumeration members

HaveCurrentData

HaveCurrentData: = 2

Data for the current playback position is available, but not enough data to play next frame/millisecond.

HaveEnoughData

HaveEnoughData: = 4

Enough data available to start playing.

HaveFutureData

HaveFutureData: = 3

Data for the current and at least the next frame is available.

HaveMetadata

HaveMetadata: = 1

Metadata for the audio/video is ready.

HaveNothing

HaveNothing: = 0

No information whether or not the audio/video is ready.