AudioStreamPlayback
Inherits: RefCounted < Object
Inherited By: AudioStreamPlaybackInteractive, AudioStreamPlaybackPlaylist, AudioStreamPlaybackPolyphonic, AudioStreamPlaybackResampled, AudioStreamPlaybackSynchronized
There is currently no description for this class. Please help us by contributing one!
Methods
_get_loop_count ( ) virtual const |
|
_get_parameter ( StringName name ) virtual const |
|
_get_playback_position ( ) virtual const |
|
_is_playing ( ) virtual const |
|
_mix ( AudioFrame* buffer, float rate_scale, int frames ) virtual |
|
void |
|
void |
_set_parameter ( StringName name, Variant value ) virtual |
void |
|
void |
_stop ( ) virtual |
void |
_tag_used_streams ( ) virtual |
get_sample_playback ( ) const |
|
void |
set_sample_playback ( AudioSamplePlayback playback_sample ) |
Method Descriptions
int _get_loop_count ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Variant _get_parameter ( StringName name ) virtual const
There is currently no description for this method. Please help us by contributing one!
float _get_playback_position ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _is_playing ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _mix ( AudioFrame* buffer, float rate_scale, int frames ) virtual
There is currently no description for this method. Please help us by contributing one!
void _seek ( float position ) virtual
There is currently no description for this method. Please help us by contributing one!
void _set_parameter ( StringName name, Variant value ) virtual
There is currently no description for this method. Please help us by contributing one!
void _start ( float from_pos ) virtual
There is currently no description for this method. Please help us by contributing one!
void _stop ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _tag_used_streams ( ) virtual
There is currently no description for this method. Please help us by contributing one!
AudioSamplePlayback get_sample_playback ( ) const
There is currently no description for this method. Please help us by contributing one!
void set_sample_playback ( AudioSamplePlayback playback_sample )
There is currently no description for this method. Please help us by contributing one!