Uses of Class
org.ocap.hardware.device.FeatureNotSupportedException

Packages that use FeatureNotSupportedException
org.ocap.hardware.device Provides extension classes and interfaces related to accessing and controlling certain device parameters that are normally controlled by a device manufacturer specific application. 
 

Uses of FeatureNotSupportedException in org.ocap.hardware.device
 

Methods in org.ocap.hardware.device that throw FeatureNotSupportedException
 void AudioOutputPort.setCompression(int compression)
          Set the compression level of the audio device.
 void AudioOutputPort.setEncoding(int encoding)
          Set the desired encoding format for digital audio output for this audio device.
 void AudioOutputPort.setLoopThru(boolean loopthru)
          Set the loop-thru setting for the audio device.
 void HostSettings.setMainVideoOutputPort(HScreen screen, VideoOutputPort port)
          Set the main video output port for the given HScreen.
 void VideoOutputSettings.setOutputConfiguration(VideoOutputConfiguration config)
          Set the output configuration for this video output port.
 void AudioOutputPort.setStereoMode(int mode)
          Set the stereo mode of the audio device.