javax.microedition.media.control |
Mobile Media API (JSR-135)
Mobile Media API (JSR-135) - Control Package
@since MMAPI, v1.1
|
Java Source File Name | Type | Comment |
FramePositioningControl.java | Interface | The FramePositioningControl is the interface to control
precise positioning to a video frame for Players .
Frame numbers for a bounded movie must be non-negative
and should generally begin with 0,
corresponding to media time 0. |
GUIControl.java | Interface | GUIControl extends Control and is defined
for controls that provide GUI functionalities. |
MetaDataControl.java | Interface | MetaDataControl is used to retrieve metadata information
included within the media streams. |
MIDIControl.java | Interface | MIDIControl provides access to MIDI rendering
and transmitting devices.
Typical devices that are controlled with MIDIControl
are internal synthesizers (software/hardware) or external
hardware ports. |
PitchControl.java | Interface | PitchControl raises or lowers the playback pitch of audio without
changing the playback speed.
PitchControl can be implemented in Players for MIDI media or
sampled audio. |
RateControl.java | Interface | RateControl controls the playback rate of a
Player .
The rate defines the relationship between the
Player's media time and its
TimeBase . |
RecordControl.java | Interface | RecordControl controls the recording of media
from a Player . |
StopTimeControl.java | Interface | StopTimeControl allows one to specify a preset stop time for
a Player . |
TempoControl.java | Interface | TempoControl controls the tempo, in musical terms, of a song.
TempoControl is typically implemented in Players for MIDI
media, i.e. |
ToneControl.java | Interface | |
VideoControl.java | Interface | VideoControl controls the display of video. |
VolumeControl.java | Interface | |