AgsSoundEnums
AgsSoundEnums — sound enumerations
|
|
Stability Level
Stable, unless otherwise indicated
Object Hierarchy
GEnum
├── AgsSoundKeyFormat
╰── AgsSoundScope
GFlags
├── AgsSoundAbilityFlags
├── AgsSoundBehaviourFlags
├── AgsSoundStagingFlags
╰── AgsSoundStateFlags
Includes
#include <ags/audio/ags_sound_enums.h>
Description
Enumerations related to sound.
Functions
ags_sound_ability_flags_get_type ()
GType
ags_sound_ability_flags_get_type ();
ags_sound_behaviour_flags_get_type ()
GType
ags_sound_behaviour_flags_get_type ();
ags_sound_key_format_get_type ()
GType
ags_sound_key_format_get_type ();
ags_sound_scope_get_type ()
GType
ags_sound_scope_get_type ();
ags_sound_staging_flags_get_type ()
GType
ags_sound_staging_flags_get_type ();
ags_sound_state_flags_get_type ()
GType
ags_sound_state_flags_get_type ();
Types and Values
enum AgsSoundAbilityFlags
Enum values to specify particular ability. Mark an object to be
able to handle matching scope.
enum AgsSoundBehaviourFlags
Enum values to describe behaviour.
enum AgsSoundScope
Enum values to specify current scope. Request current scope.
enum AgsSoundStagingFlags
Enum values to stage the specified action.
enum AgsSoundStateFlags
Enum values to indicate state.
enum AgsSoundKeyFormat
Enum values to specify key format.
AGS_TYPE_SOUND_ABILITY_FLAGS
#define AGS_TYPE_SOUND_ABILITY_FLAGS (ags_sound_ability_flags_get_type())
AGS_TYPE_SOUND_BEHAVIOUR_FLAGS
#define AGS_TYPE_SOUND_BEHAVIOUR_FLAGS (ags_sound_behaviour_flags_get_type())
AGS_TYPE_SOUND_KEY_FORMAT
#define AGS_TYPE_SOUND_KEY_FORMAT (ags_sound_key_format_get_type())
AGS_TYPE_SOUND_SCOPE
#define AGS_TYPE_SOUND_SCOPE (ags_sound_scope_get_type())
AGS_TYPE_SOUND_STAGING_FLAGS
#define AGS_TYPE_SOUND_STAGING_FLAGS (ags_sound_staging_flags_get_type())
AGS_TYPE_SOUND_STATE_FLAGS
#define AGS_TYPE_SOUND_STATE_FLAGS (ags_sound_state_flags_get_type())