sbIMediaItemControllerListener Interface Reference

Interface to receive events from a mediaItemController. More...

import"sbIMediaItemController.idl";

Inheritance diagram for sbIMediaItemControllerListener:
[legend]
Collaboration diagram for sbIMediaItemControllerListener:
[legend]

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...
 

Detailed Description

Interface to receive events from a mediaItemController.

See Also
sbIMediaItem,sbIMediaItemController,sbIMediaCoreSequencer

Definition at line 41 of file sbIMediaItemController.idl.

Member Function Documentation

void sbIMediaItemControllerListener::onValidatePlaybackComplete ( in sbIMediaItem  aItem,
in long  aResult 
)

Event triggered when the controller is done validating playback for an item.

Parameters
aItemThe item for which playback validation has completed
aResultA constant indicating the result of the validation

Member Data Documentation

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.


The documentation for this interface was generated from the following file: