#include <stdlib.h>
#include "RNA_define.h"
#include "rna_internal.h"
#include "DNA_sound_types.h"
#include "BKE_sound.h"
Go to the source code of this file.
◆ rna_def_sound()
Definition at line 54 of file rna_sound.c.
References NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_FILEPATH, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_api_sound(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_default(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_enum_audio_channels_items, SOUND_CHANNELS_INVALID, SOUND_FLAGS_CACHING, and SOUND_FLAGS_MONO.
Referenced by RNA_def_sound().
◆ RNA_def_sound()
◆ rna_enum_audio_channels_items
Initial value:= {
}
@ SOUND_CHANNELS_SURROUND5
@ SOUND_CHANNELS_SURROUND61
@ SOUND_CHANNELS_STEREO_LFE
@ SOUND_CHANNELS_SURROUND71
@ SOUND_CHANNELS_SURROUND51
@ SOUND_CHANNELS_SURROUND4
Definition at line 18 of file rna_sound.c.
Referenced by rna_def_sound().