Method

AgsAudioSoundResourceget_presets

since: 3.0.0

Declaration [src]

void
ags_sound_resource_get_presets (
  AgsSoundResource* sound_resource,
  guint* channels,
  guint* samplerate,
  guint* buffer_size,
  AgsSoundcardFormat* format
)

Description [src]

Get presets of sound_resource.

Available since: 3.0.0

Parameters

channels

Type: guint*

Return location of channels.

The data is owned by the caller of the function.
samplerate

Type: guint*

Return location of samplerate.

The data is owned by the caller of the function.
buffer_size

Type: guint*

Return location of buffer-size.

The data is owned by the caller of the function.
format

Type: AgsSoundcardFormat

Return location of format.

The data is owned by the caller of the function.