mirror of
https://github.com/godotengine/godot.git
synced 2025-04-07 00:44:24 +08:00
remove some dead declarations in audio_stream_player.h
This commit is contained in:
parent
fc99492d30
commit
178aad9a4e
@ -60,15 +60,10 @@ private:
|
||||
|
||||
MixTarget mix_target = MIX_TARGET_STEREO;
|
||||
|
||||
void _mix_internal(bool p_fadeout);
|
||||
void _mix_audio();
|
||||
static void _mix_audios(void *self) { reinterpret_cast<AudioStreamPlayer *>(self)->_mix_audio(); }
|
||||
|
||||
void _set_playing(bool p_enable);
|
||||
bool _is_active() const;
|
||||
|
||||
void _bus_layout_changed();
|
||||
void _mix_to_bus(const AudioFrame *p_frames, int p_amount);
|
||||
|
||||
Vector<AudioFrame> _get_volume_vector();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user