|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MediaPresentationEvaluationTrigger | |
|---|---|
| org.ocap.media | The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components |
| Uses of MediaPresentationEvaluationTrigger in org.ocap.media |
|---|
| Fields in org.ocap.media declared as MediaPresentationEvaluationTrigger | |
|---|---|
static MediaPresentationEvaluationTrigger |
MediaPresentationEvaluationTrigger.CURRENT_PROGRAM_EVENT_CHANGED
MediaPresentationEvaluationTrigger indicating that current
program event has changed. |
static MediaPresentationEvaluationTrigger |
MediaPresentationEvaluationTrigger.NEW_SELECTED_SERVICE
MediaPresentationEvaluationTrigger indicating that a new
service has been selected. |
static MediaPresentationEvaluationTrigger |
MediaPresentationEvaluationTrigger.NEW_SELECTED_SERVICE_COMPONENTS
MediaPresentationEvaluationTrigger indicating that new
service components have been selected via JMF control or via ServiceContext. |
static MediaPresentationEvaluationTrigger |
MediaPresentationEvaluationTrigger.PMT_CHANGED
MediaPresentationEvaluationTrigger indicating that the
broadcast PMT has changed. |
static MediaPresentationEvaluationTrigger |
MediaPresentationEvaluationTrigger.POWER_STATE_CHANGED
MediaPresentationEvaluationTrigger indicating that the power
state has changed, e.g., switch to Software Standby. |
static MediaPresentationEvaluationTrigger |
MediaPresentationEvaluationTrigger.PROGRAM_EVENT_RATING_CHANGED
MediaPresentationEvaluationTrigger indicating that program event
rating has changed. |
static MediaPresentationEvaluationTrigger |
MediaPresentationEvaluationTrigger.RESOURCE_AVAILABILITY_CHANGED
MediaPresentationEvaluationTrigger indicating that access
to a resource has changed : lost or free resource. |
static MediaPresentationEvaluationTrigger |
MediaPresentationEvaluationTrigger.USER_RATING_CHANGED
MediaPresentationEvaluationTrigger indicating that the user
preference for rating has been changed. |
| Methods in org.ocap.media that return MediaPresentationEvaluationTrigger | |
|---|---|
MediaPresentationEvaluationTrigger |
MediaPresentationEvent.getTrigger()
|
| Methods in org.ocap.media with parameters of type MediaPresentationEvaluationTrigger | |
|---|---|
MediaAccessAuthorization |
MediaAccessHandler.checkMediaAccessAuthorization(Player p,
OcapLocator sourceURL,
boolean isSourceDigital,
ElementaryStream[] esList,
MediaPresentationEvaluationTrigger evaluationTrigger)
The checkMediaAccessAuthorization() method is invoked each time a
is generated either by the OCAP
implementation, or, by a monitor application that has MonitorAppPermission(�mediaAccess�)
through the JMF control. |
void |
MediaAccessConditionControl.conditionHasChanged(MediaPresentationEvaluationTrigger trigger)
Notifies the player that the conditions to authorize the service presentation have been modified, and so a new check must be done for the specified player. |
abstract void |
MediaAccessHandlerRegistrar.setExternalTriggers(MediaPresentationEvaluationTrigger[] triggers)
Defines the list of triggers that the Monitor Application wants to generate. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||