Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

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. 
 

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.getControls()
          Get a list of the Control objects that this Controller supports.
 Control Controller.getControl(java.lang.String forName)
          Get the Control that supports the class or interface specified.
 

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.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.