AudioStream
Inherits: Resource < RefCounted < Object
Inherited By: AudioStreamGenerator, AudioStreamInteractive, AudioStreamMicrophone, AudioStreamMP3, AudioStreamOggVorbis, AudioStreamPlaylist, AudioStreamPolyphonic, AudioStreamRandomizer, AudioStreamSynchronized, AudioStreamWAV
There is currently no description for this class. Please help us by contributing one!
Methods
_get_beat_count ( ) virtual const |
|
_get_bpm ( ) virtual const |
|
_get_length ( ) virtual const |
|
_get_parameter_list ( ) virtual const |
|
_get_stream_name ( ) virtual const |
|
_instantiate_playback ( ) virtual const |
|
_is_monophonic ( ) virtual const |
|
can_be_sampled ( ) const |
|
generate_sample ( ) const |
|
get_length ( ) const |
|
is_meta_stream ( ) const |
|
is_monophonic ( ) const |
Signals
parameter_list_changed ( )
There is currently no description for this signal. Please help us by contributing one!
Method Descriptions
int _get_beat_count ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
float _get_bpm ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
float _get_length ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] _get_parameter_list ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
String _get_stream_name ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
AudioStreamPlayback _instantiate_playback ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _is_monophonic ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool can_be_sampled ( ) const
There is currently no description for this method. Please help us by contributing one!
AudioSample generate_sample ( ) const
There is currently no description for this method. Please help us by contributing one!
float get_length ( ) const
There is currently no description for this method. Please help us by contributing one!
AudioStreamPlayback instantiate_playback ( )
There is currently no description for this method. Please help us by contributing one!
bool is_meta_stream ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_monophonic ( ) const
There is currently no description for this method. Please help us by contributing one!