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

Packages that use AudioOutputPort
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 AudioOutputPort in org.ocap.hardware.device
 

Methods in org.ocap.hardware.device that return AudioOutputPort
 AudioOutputPort VideoOutputSettings.getAudioOutputPort()
          Get the AudioOutputPort object which can be used to control the audio output port associated with this video output port.
 AudioOutputPort[] OCSound.getAudioOutputs()
          Get the audio output ports on which this audio clip would be played.
 

Methods in org.ocap.hardware.device with parameters of type AudioOutputPort
 void OCSound.addAudioOutput(AudioOutputPort au)
          Add an AudioOutputPort to the set of audio output ports where this clip will be played.
 void OCSound.removeAudioOutput(AudioOutputPort au)
          Remove an AudioOutputPort from the set of audio ouput ports where this clip will be played.