org.ocap.media
Class AlternativeMediaPresentationEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
org.ocap.media.MediaPresentationEvent
org.ocap.media.AlternativeMediaPresentationEvent
- All Implemented Interfaces:
- Serializable, MediaEvent
public abstract class AlternativeMediaPresentationEvent
- extends MediaPresentationEvent
AlternativeMediaPresentationEvent
is a JMF event generated
to indicate that an "alternative" content is presented during the media
presentation of a service.
Alternative content is defined as content that is not actually part of
the service.
- See Also:
- Serialized Form
Method Summary |
int |
getReason()
Gets the reason alternative content is being presented. |
getReason
public int getReason()
- Gets the reason alternative content is being presented.
- Returns:
- Returns the reason that lead to the non presentation of
the given service component. Possible reasons are defined
in
AlternativeMediaPresentationReason
)
interface.