Contents

init

Initializes an instance of a stereo pan control.

Declaration

virtual bool init(IOUserAudioDriver *in_driver, bool in_is_settable, float in_control_value, IOUserAudioObjectPropertyElement in_left_channel, IOUserAudioObjectPropertyElement in_right_channel, IOUserAudioObjectPropertyElement in_control_element, IOUserAudioObjectPropertyScope in_control_scope, IOUserAudioClassID in_control_class_id);

Parameters

Return Value

true if initialization succeeded; false otherwise.

See Also

Creating a Stereo Pan Control