Virtual Method
AgsAudioSoundResourceget_presets
since: 3.0.0
Declaration [src]
void
get_presets (
AgsSoundResource* sound_resource,
guint* channels,
guint* samplerate,
guint* buffer_size,
AgsSoundcardFormat* format
)
Parameters
channels
-
Type:
guint*
Return location of channels.
The data is owned by the caller of the method. samplerate
-
Type:
guint*
Return location of samplerate.
The data is owned by the caller of the method. buffer_size
-
Type:
guint*
Return location of buffer-size.
The data is owned by the caller of the method. format
-
Type:
AgsSoundcardFormat
Return location of format.
The data is owned by the caller of the method.