Method

AgsSoundcardget_presets

since: 3.0.0

Declaration [src]

void
ags_soundcard_get_presets (
  AgsSoundcard* soundcard,
  guint* channels,
  guint* rate,
  guint* buffer_size,
  AgsSoundcardFormat* format
)

Description [src]

Get presets.

Available since: 3.0.0

Parameters

channels

Type: guint*

The audio channels.

The argument will be set by the function.
rate

Type: guint*

The samplerate.

The argument will be set by the function.
buffer_size

Type: guint*

The buffer size.

The argument will be set by the function.
format

Type: AgsSoundcardFormat

The format.

The argument will be set by the function.
The instance takes ownership of the data, and is responsible for freeing it.