Tells the observer when the status of stream data availability changes, e.g. when there is not enough data available for playback.
status | The availability of stream data; true if stream data is received at a rate acceptable for playback, and false otherwise. |
import "ToiMediaPlayerDataAvailableEvent.idl";
Public Attributes | |
readonly attribute boolean | status |
readonly attribute long | evtType |
readonly attribute ToiEventTarget | evtTarget |
readonly attribute unsigned long long | evtTimeStamp |
readonly attribute ToiEventTarget ToiEvent::evtTarget [inherited] |
The event target that generated the event.
readonly attribute unsigned long long ToiEvent::evtTimeStamp [inherited] |
The time stamp that the event is generated.
readonly attribute long ToiEvent::evtType [inherited] |
The type of the event.