org.ocap.media
Class MediaPresentationEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
org.ocap.media.MediaPresentationEvent
- All Implemented Interfaces:
- Serializable, MediaEvent
- Direct Known Subclasses:
- AlternativeMediaPresentationEvent, NormalMediaPresentationEvent
public abstract class MediaPresentationEvent
- extends ControllerEvent
MediaPresentationEvent
is a JMF event used as the parent
class of events indicating dynamic changes to the presentation of
media components.
- See Also:
- Serialized Form
Method Summary |
OcapLocator[] |
getLocators()
Gets the array of locators used for authorized presentation. |
boolean |
isSourceDigital()
Indicates if the pending presentation is a digital service. |
isSourceDigital
public boolean isSourceDigital()
- Indicates if the pending presentation is a digital service.
- Returns:
- Returns true if the presented source is digital,
false otherwise.
getLocators
public OcapLocator[] getLocators()
- Gets the array of locators used for authorized presentation.
- Returns:
- Returns the array of locators for presentation.