ags_soundcard_helper

ags_soundcard_helper

Functions

Description

Functions

ags_soundcard_helper_config_get_dsp_channels ()

guint
ags_soundcard_helper_config_get_dsp_channels
                               (AgsConfig *config);

Get dsp channels count.

Parameters

config

the AgsConfig

 

Returns

the count of dsp channels

Since: 2.0.0


ags_soundcard_helper_config_get_pcm_channels ()

guint
ags_soundcard_helper_config_get_pcm_channels
                               (AgsConfig *config);

Get pcm channels count.

Parameters

config

the AgsConfig

 

Returns

the count of pcm channels

Since: 2.0.0


ags_soundcard_helper_config_get_samplerate ()

gdouble
ags_soundcard_helper_config_get_samplerate
                               (AgsConfig *config);

Get samplerate.

Parameters

config

the AgsConfig

 

Returns

the samplerate

Since: 2.0.0


ags_soundcard_helper_config_get_buffer_size ()

guint
ags_soundcard_helper_config_get_buffer_size
                               (AgsConfig *config);

Get buffer size.

Parameters

config

the AgsConfig

 

Returns

the buffer size

Since: 2.0.0


ags_soundcard_helper_config_get_format ()

guint
ags_soundcard_helper_config_get_format
                               (AgsConfig *config);

Get format as AgsSoundcardFormat.

Parameters

config

the AgsConfig

 

Returns

the format

Since: 2.0.0

Types and Values