Uses of Interface
javax.media.Control

Packages that use Control
javax.media   
javax.tv.media Provides controls and events for the management of real-time media in a television environment. 
org.davic.media Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. 
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
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 Control in javax.media
 

Subinterfaces of Control in javax.media
 interface CachingControl
          CachingControl is an interface supported by Players that are capable of reporting download progress.
 interface GainControl
          GainControl is an interface for manipulating audio signal gain.
 

Methods in javax.media that return Control
 Control Controller.getControl(String forName)
          Get the Control that supports the class or interface specified.
 Control[] Controller.getControls()
          Get a list of the Control objects that this Controller supports.
 

Uses of Control in javax.tv.media
 

Subinterfaces of Control in javax.tv.media
 interface AWTVideoSizeControl
          AWTVideoSizeControl allows setting clipping, scaling, and translation of a video stream in a simple, interoperable way.
 interface MediaSelectControl
          MediaSelectControl allows the selection of different kinds of content in a running Player.
 

Uses of Control in org.davic.media
 

Subinterfaces of Control in org.davic.media
 interface AudioLanguageControl
          Audio language control
 interface FreezeControl
          This interface should be implemented to enable the application to freeze the player.
 interface LanguageControl
          This interface is the base interface for both audio and subtitling language control.
 interface MediaTimeEventControl
          This interface describes methods for the application to associate events with the media time of the current stream.
 interface MediaTimePositionControl
          This interface should be implemented to enable the application to position the media position in time (timeline control).
 interface SubtitlingLanguageControl
          Subtitling language control
 

Uses of Control in org.dvb.media
 

Subinterfaces of Control in org.dvb.media
 interface BackgroundVideoPresentationControl
          A control to support the setting and querying of the video presentation for background players.
 interface DVBMediaSelectControl
          DVBMediaSelectControl extends MediaSelectControl allowing the selection of different kinds of content in a running Player.
 interface SubtitlingEventControl
          Allow applications to register and unregister their interest in events related to the availability and presentation of subtitles.
 interface VideoFormatControl
          This provides a means for applications to get information associated with the format and aspect ratio of the video being presented to the user.
 interface VideoPresentationControl
          A control to support setting and querying the video presentation.
 

Uses of Control in org.ocap.media
 

Subinterfaces of Control in org.ocap.media
 interface 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.
 interface MediaAccessConditionControl
           This interface allows an application to notify that conditions of media presentation in a running JMF player have been modified, and so the check for media presentation must be done.
 



Copyright © 2011. All Rights Reserved.