| Package | Description |
|---|---|
| com.sun.media.amovie | |
| com.sun.tv | |
| com.sun.tv.media | |
| com.sun.tv.media.controls | |
| javax.media | |
| javax.tv.media | |
| org.davic.media | |
| org.dvb.media |
| Modifier and Type | Method and Description |
|---|---|
Control[] |
AMController.getControls() |
| Modifier and Type | Method and Description |
|---|---|
Control |
Handler.getControl(String forName)
Get the
Control that supports the
class or interface specified. |
Control[] |
Handler.getControls()
Get a list of the
Control objects that
this Controller supports. |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTVideoSizeControlImpl
An interface that allows setting clipping, scaling, and translation
of a video stream in a simple, interoperable way.
|
class |
GainControlAdapter
This class is a part of the porting layer implementation for JavaTV
GainControlAdapter implements javax.media.GainControl.
|
class |
MediaSelectControlImpl
Provides an interface to allow the selection of different kinds of
content from a running
Player. |
| Modifier and Type | Field and Description |
|---|---|
protected Control[] |
MediaPlayer.controls |
| Modifier and Type | Method and Description |
|---|---|
Control |
MediaController.getControl(String forName)
Get the
Control that supports the
class or interface specified. |
Control[] |
MediaPlayer.getControls()
Return the controls that have been added (atleast includes the
playback control)
|
Control[] |
MediaController.getControls()
Return a list of Control objects this Controller
supports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaPlayer.addControls(Control[] newControls)
Add more controls to the player
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomicControl
This iterface is a part of the porting layer implementation for JavaTV.
|
interface |
NumericControl
This interface is a part of the porting layer implementation for JavaTV.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicControlAdapter
This class is a part of the porting layer implementation for JavaTV.
|
class |
NumericControlAdapter
This class is a part of the porting layer implementation for JavaTV.
|
| Modifier and Type | Field and Description |
|---|---|
protected Control |
AtomicControlAdapter.parent |
| Modifier and Type | Method and Description |
|---|---|
Control |
ControlChangeEvent.getControl()
Returns the Control that generated this event.
|
Control |
AtomicControlAdapter.getParent()
Returns the control group to which this control belongs, if any.
|
Control |
AtomicControl.getParent()
Returns the control group to which this control belongs, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicControlAdapter.setParent(Control p)
sets the parent control for the specified control
|
| Constructor and Description |
|---|
AtomicControlAdapter(Component c,
boolean def,
Control parent)
constructs an atomic control adapter.
|
ControlChangeEvent(Control c)
Creates a ControlChangeEvent with the specified control.
|
NumericControlAdapter(float ll,
float ul,
float dv,
float gran,
boolean log,
Component comp,
boolean def,
Control parent) |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
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 |
MediaTimePositionControl
This interface should be implemented to enable the application to position the media position in time (timeline control).
|
interface |
SubtitlingLanguageControl
Subtitling language control
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BackgroundVideoPresentationControl
A control to support the setting and querying of the video
presentation for background players.
|
interface |
ComponentBasedPlayerControl
The presence of this Control on a Player indicates that the
Player can be used as either a background Player or a
component-based Player.
|
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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.