| |
|
| java.lang.Object com.sun.mmedia.Configuration com.sun.mmedia.DefaultConfiguration com.sun.mmedia.CougarQSoundAbbConfig
CougarQSoundAbbConfig | public class CougarQSoundAbbConfig extends DefaultConfiguration (Code) | | The configuration module for MIDP with QSound audio engine for MIDP subset of JSR135.
|
CougarQSoundAbbConfig | public CougarQSoundAbbConfig()(Code) | | Constructor for the Configuration object
|
getAudioRenderer | public PCMAudioOut getAudioRenderer()(Code) | | Gets the audio renderer.
The audio renderer |
getImageAccessor | public ImageAccess getImageAccessor()(Code) | | Gets the image accessor.
The image accessor |
getSupportedMediaProcessorInputTypes | public String[] getSupportedMediaProcessorInputTypes()(Code) | | |
getSupportedProtocols | public String[] getSupportedProtocols(String content_type)(Code) | | Gets the supportedProtocols attribute of the DefaultConfiguration object
Parameters: content_type - Description of the Parameter The supportedProtocols value |
getSupportedSoundSource3DPlayerTypes | public String[] getSupportedSoundSource3DPlayerTypes()(Code) | | |
getTonePlayer | public TonePlayer getTonePlayer()(Code) | | Gets the tonePlayer attribute of the DefaultConfiguration object
The tonePlayer value |
getVideoRenderer | public VideoRenderer getVideoRenderer(Player player, int sourceWidth, int sourceHeight)(Code) | | Gets the video renderer.
The video renderer |
init | protected void init()(Code) | | method that performs real initialization.
Called only from constructor.
Must be overwritten by derived classes
|
|
|
|