Interface to receive events from a mediaItemController. More...
import"sbIMediaItemController.idl";
Public Member Functions | |
void | onValidatePlaybackComplete (in sbIMediaItem aItem, in long aResult) |
Event triggered when the controller is done validating playback for an item. More... | |
Public Attributes | |
const long | VALIDATEPLAYBACKCOMPLETE_PROCEED = 0 |
Result constant for onValidatePlaybackComplete used to proceed with playing the validated item. More... | |
const long | VALIDATEPLAYBACKCOMPLETE_SKIP = 1 |
Result constant for onValidatePlaybackComplete used to skip item and continue on with the next in queue. More... | |
Interface to receive events from a mediaItemController.
Definition at line 41 of file sbIMediaItemController.idl.
void sbIMediaItemControllerListener::onValidatePlaybackComplete | ( | in sbIMediaItem | aItem, |
in long | aResult | ||
) |
Event triggered when the controller is done validating playback for an item.
aItem | The item for which playback validation has completed |
aResult | A constant indicating the result of the validation |
const long sbIMediaItemControllerListener::VALIDATEPLAYBACKCOMPLETE_PROCEED = 0 |
Result constant for onValidatePlaybackComplete used to proceed with playing the validated item.
Definition at line 47 of file sbIMediaItemController.idl.
const long sbIMediaItemControllerListener::VALIDATEPLAYBACKCOMPLETE_SKIP = 1 |
Result constant for onValidatePlaybackComplete used to skip item and continue on with the next in queue.
Definition at line 52 of file sbIMediaItemController.idl.