ToiMediaPlayerDataAvailableEvent Interface Reference

Description

Tells the observer when the status of stream data availability changes, e.g. when there is not enough data available for playback.

Parameters:
statusThe availability of stream data; true if stream data is received at a rate acceptable for playback, and false otherwise.

import "ToiMediaPlayerDataAvailableEvent.idl";

Inheritance diagram for ToiMediaPlayerDataAvailableEvent:
ToiEvent

List of all members.

Public Attributes

readonly attribute boolean status