|
Blender V4.3
|
#include <cstdlib>#include "RNA_define.hh"#include "rna_internal.hh"#include "DNA_sound_types.h"#include "BKE_sound.h"Go to the source code of this file.
Functions | |
| static void | rna_def_sound (BlenderRNA *brna) |
| void | RNA_def_sound (BlenderRNA *brna) |
Variables | |
| static const EnumPropertyItem | rna_enum_audio_channels_items [] |
| void RNA_def_sound | ( | BlenderRNA * | brna | ) |
Definition at line 108 of file rna_sound.cc.
References rna_def_sound().
|
static |
Definition at line 58 of file rna_sound.cc.
References 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().
|
static |
Definition at line 20 of file rna_sound.cc.
Referenced by rna_def_sound().