Blender
V3.3
|
#include <deg_eval_runtime_backup_sound.h>
Public Member Functions | |
SoundBackup (const Depsgraph *depsgraph) | |
void | reset () |
void | init_from_sound (bSound *sound) |
void | restore_to_sound (bSound *sound) |
Public Attributes | |
void * | cache |
void * | waveform |
void * | playback_handle |
Definition at line 17 of file deg_eval_runtime_backup_sound.h.
blender::deg::SoundBackup::SoundBackup | ( | const Depsgraph * | depsgraph | ) |
Definition at line 16 of file deg_eval_runtime_backup_sound.cc.
References reset().
Definition at line 28 of file deg_eval_runtime_backup_sound.cc.
References cache, bSound::cache, playback_handle, bSound::playback_handle, waveform, and bSound::waveform.
Referenced by blender::deg::RuntimeBackup::init_from_id().
void blender::deg::SoundBackup::reset | ( | ) |
Definition at line 21 of file deg_eval_runtime_backup_sound.cc.
References cache, playback_handle, and waveform.
Referenced by restore_to_sound(), and SoundBackup().
Definition at line 39 of file deg_eval_runtime_backup_sound.cc.
References cache, bSound::cache, playback_handle, bSound::playback_handle, reset(), waveform, and bSound::waveform.
Referenced by blender::deg::RuntimeBackup::restore_to_id().
void* blender::deg::SoundBackup::cache |
Definition at line 26 of file deg_eval_runtime_backup_sound.h.
Referenced by init_from_sound(), reset(), and restore_to_sound().
void* blender::deg::SoundBackup::playback_handle |
Definition at line 28 of file deg_eval_runtime_backup_sound.h.
Referenced by init_from_sound(), reset(), and restore_to_sound().
void* blender::deg::SoundBackup::waveform |
Definition at line 27 of file deg_eval_runtime_backup_sound.h.
Referenced by init_from_sound(), reset(), and restore_to_sound().