Method

HinawaSndMotuRegisterDspParameterget_headphone_output_paired_volume

deprecated: 2.5. 

Declaration [src]

void
hinawa_snd_motu_register_dsp_parameter_get_headphone_output_paired_volume (
  const HinawaSndMotuRegisterDspParameter* self,
  guint8* volume
)

Description [src]

Get the array with elements for the data of paired headphone output volume. The data has volume value between 0x00 and 0x80.

Deprecated since: 2.5.

Use Hitaki.SndMotuRegisterDspParameter.get_headphone_output_paired_volume instead.

Parameters

volume

Type: guint8*

The value of paired headphone output.

The argument will be set by the function.