AgsSoundProvider

AgsSoundProvider — provide accoustics

Functions

Object Hierarchy

    GInterface
    ╰── AgsSoundProvider

Known Implementations

AgsSoundProvider is implemented by AgsAudioApplicationContext and AgsXorgApplicationContext.

Includes

#include <ags/thread/ags_sound_provider.h>

Description

The AgsSoundProvider provides you the advanced audio capabilities.

Functions

ags_sound_provider_set_soundcard ()

void
ags_sound_provider_set_soundcard (AgsSoundProvider *sound_provider,
                                  GList *soundcard);

Set soundcards.

Parameters

sound_provider

the AgsSoundProvider

 

soundcard

a GList-struc containing AgsSoundcard

 

Since: 0.7.4


ags_sound_provider_get_soundcard ()

GList *
ags_sound_provider_get_soundcard (AgsSoundProvider *sound_provider);

Get soundcards.

Parameters

sound_provider

the AgsSoundProvider

 

Returns

a GList containing AgsSoundcard

Since: 0.7.4


ags_sound_provider_set_sequencer ()

void
ags_sound_provider_set_sequencer (AgsSoundProvider *sound_provider,
                                  GList *sequencer);

Set sequencers.

Parameters

sound_provider

the AgsSoundProvider

 

sequencer

a GList-struc containing AgsSequencer

 

Since: 0.7.4


ags_sound_provider_get_sequencer ()

GList *
ags_sound_provider_get_sequencer (AgsSoundProvider *sound_provider);

Get sequencers.

Parameters

sound_provider

the AgsSoundProvider

 

Returns

a GList containing AgsSequencer

Since: 0.7.4


ags_sound_provider_set_distributed_manager ()

void
ags_sound_provider_set_distributed_manager
                               (AgsSoundProvider *sound_provider,
                                GList *distributed_manager);

Set distributed manager.

Parameters

sound_provider

the AgsSoundProvider

 

distributed_manager

a GList containing AgsDistributedManager

 

Since: 0.7.4


ags_sound_provider_get_distributed_manager ()

GList *
ags_sound_provider_get_distributed_manager
                               (AgsSoundProvider *sound_provider);

Set distributed manager.

Parameters

sound_provider

the AgsSoundProvider

 

Returns

a GList containing AgsDistributedManager

Since: 0.7.4

Types and Values