javax.microedition.amms.control
Interface ContainerFormatControl
- All Superinterfaces:
- javax.microedition.media.Control, FormatControl
- public interface ContainerFormatControl
- extends FormatControl
ContainerFormatControl
controls the setting of the container formats.
ContainerFormatControl
specifies the file format of an audio-video container format.
If a Player
or a MediaProcessor
provides
ContainerFormatControl
, that Player
or MediaProcessor
must provide both
AudioFormatControl
and VideoFormatControl
as well.
Container Formats
Format definitions are not part of this specification. Instead, a list of definitions
can be downloaded from Forum Nokia. The list will be constantly updated and new types
will be added as needed.
Method Summary |
void |
setFormat(java.lang.String format)
Sets the container format of the audio-video media. |
Methods inherited from interface javax.microedition.amms.control.FormatControl |
getEstimatedBitRate, getFormat, getIntParameterValue, getMetadataOverride, getMetadataSupportMode, getStrParameterValue, getSupportedFormats, getSupportedIntParameterRange, getSupportedIntParameters, getSupportedMetadataKeys, getSupportedStrParameters, getSupportedStrParameterValues, setMetadata, setMetadataOverride, setParameter, setParameter |
setFormat
public void setFormat(java.lang.String format)
- Sets the container format of the audio-video media. This method resets all audio and
video settings possibly done through
AudioFormatControl
and
VideoFormatControl
.
- Specified by:
setFormat
in interface FormatControl
- Parameters:
format
- the new format
Copyright © 2004-2005 Nokia Corporation. See the Copyright for details.