Uses of Interface
javax.media.Control

Packages that use Control
javax.media   
javax.tv.media   
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 
org.ocap.shared.media Extensions to JMF to support DVR playback. 
 

Uses of Control in javax.media
 

Subinterfaces of Control in javax.media
 interface CachingControl
           
 interface GainControl
           
 

Methods in javax.media that return Control
 Control Controller.getControl(String forName)
           
 Control[] Controller.getControls()
           
 

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.
 

Uses of Control in org.ocap.shared.media
 

Subinterfaces of Control in org.ocap.shared.media
 interface FrameControl
          This interface provides single frame move control for a Player presenting video, for example an MPEG video stream.
 interface MediaTimeFactoryControl
          Provides the ability to obtain media times with various special characteristics when applied to the content being played by this JMF player.
 interface TimeLineControl
          Provides access to the transmitted timelines in a piece of content
 interface TimeShiftControl
          This interface represents a trick-mode control that can be used for retrieving more information corresponding to the playback of the time-shift buffer.