Data Members



_audioPlayMode

protected:
 audioPlayMode _audioPlayMode;

The current audio play mode for the device.


_leftPortChannel

protected:
 UInt8 _leftPortChannel; /* matches IOCDTypes consts */

 /*!
 * @var _rightPortChannel
 * The current signal-routing assignment of the right-channel audio signal.
 */
 UInt8 _rightPortChannel; /* matches IOCDTypes consts */

 struct qualifiedCDAddress _audioStopAddress;
};

The current signal-routing assignment of the left-channel audio signal.


_leftVolume

protected:
 UInt8 _leftVolume;

The current volume of the left channel.


_rightVolume

protected:
 UInt8 _rightVolume;

The current volume of the right channel.


© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)