Package org.ocap.media

The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components

See:
          Description

Interface Summary
AlternativeMediaPresentationReason This interface represents possible reasons that lead to alternative media presentation.
ClosedCaptioningControl This interface is used to turn closed-captioning in a running JMF player on and off and to select a captioning service (C1 to C4 and T1 to T4) to be represented.
ClosedCaptioningListener This is a listener interface to receive a notification when the state of closed-captioning has changed or a new closed-captioning service (C1 to C4, T1 to T4) is selected.
MediaAccessAuthorization A MediaAccessAuthorization object represents the presentation authorization given by a registered MediaAccessHandler for a specific A/V content.
MediaAccessHandler A class implementing this interface can prevent the presentation of A/V service components.
MediaTimerListener This is a listener to inform events on a MediaTimer object.
ParentalControlRatings This interface contains constant definitions that can be used with the MediaAccessHandlerRegistrar.setSignaledBlocking(int) method.
VBIFilter This class represents a VBI filter.
VBIFilterListener This interface represents a VBI filter event listener.
VideoFormatControl This interface extends VideoFormatControl with constant definitions representing additional decoder format conversion (DFC) options.
 

Class Summary
AlternativeMediaPresentationEvent AlternativeMediaPresentationEvent is a JMF event generated to indicate that an "alternative" content is presented during the media presentation of a service.
BlockedService This class represents a service that is blocked from a start time for a specific duration.
ClosedCaptioningAttribute This class represents a system wide preference of closed-captioning representation.
ClosedCaptioningEvent This class is an event to notify a change of a closed-captioning state.
FilterResourceAvailableEvent This event notifies an application that a VBIFilterGroup released VBIFilters, i.e., another application may have an opportunity to reserve new VBIFilters.
ForcedDisconnectedEvent This event indicates a VBIFilterGroup is detached from a ServiceContext for any reason.
MediaAccessHandlerRegistrar This class allows an application to block presentation of A/V content based on program content rating signaling or by specification of BlockedServices.
MediaPresentationEvent MediaPresentationEvent is a JMF event used as the parent class of events indicating dynamic changes to the presentation of media components.
MediaTimer This is a timer class that counts time based on a media time of a specified Player.
NormalMediaPresentationEvent NormalMediaPresentationEvent is a JMF event generated when the normal media components of a service are presented.
VBIFilterEvent This class represents a VBI filter event.
VBIFilterGroup This class represents a group of VBI data filters.
 

Package org.ocap.media Description

The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components