Virtual Method
AgsSoundcardget_presets
since: 3.0.0
Declaration [src]
void
get_presets (
AgsSoundcard* soundcard,
guint* channels,
guint* rate,
guint* buffer_size,
AgsSoundcardFormat* format
)
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 caller of the method takes ownership of the returned data, and is responsible for freeing it.