.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/modules/interactive_music/doc_classes/AudioStreamPlaylist.xml. .. _class_AudioStreamPlaylist: AudioStreamPlaylist =================== **Inherits:** :ref:`AudioStream` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------+----------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`fade_time` | ``0.3`` | +---------------------------+----------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`loop` | ``true`` | +---------------------------+----------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`shuffle` | ``false`` | +---------------------------+----------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`stream_count` | ``0`` | +---------------------------+----------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_bpm` **(** **)** |const| | +---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`AudioStream` | :ref:`get_list_stream` **(** :ref:`int` stream_index **)** |const| | +---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_list_stream` **(** :ref:`int` stream_index, :ref:`AudioStream` audio_stream **)** | +---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constants --------- .. _class_AudioStreamPlaylist_constant_MAX_STREAMS: .. rst-class:: classref-constant **MAX_STREAMS** = ``64`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_AudioStreamPlaylist_property_fade_time: .. rst-class:: classref-property :ref:`float` **fade_time** = ``0.3`` .. rst-class:: classref-property-setget - void **set_fade_time** **(** :ref:`float` value **)** - :ref:`float` **get_fade_time** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioStreamPlaylist_property_loop: .. rst-class:: classref-property :ref:`bool` **loop** = ``true`` .. rst-class:: classref-property-setget - void **set_loop** **(** :ref:`bool` value **)** - :ref:`bool` **has_loop** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioStreamPlaylist_property_shuffle: .. rst-class:: classref-property :ref:`bool` **shuffle** = ``false`` .. rst-class:: classref-property-setget - void **set_shuffle** **(** :ref:`bool` value **)** - :ref:`bool` **get_shuffle** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioStreamPlaylist_property_stream_count: .. rst-class:: classref-property :ref:`int` **stream_count** = ``0`` .. rst-class:: classref-property-setget - void **set_stream_count** **(** :ref:`int` value **)** - :ref:`int` **get_stream_count** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_AudioStreamPlaylist_method_get_bpm: .. rst-class:: classref-method :ref:`float` **get_bpm** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioStreamPlaylist_method_get_list_stream: .. rst-class:: classref-method :ref:`AudioStream` **get_list_stream** **(** :ref:`int` stream_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioStreamPlaylist_method_set_list_stream: .. rst-class:: classref-method void **set_list_stream** **(** :ref:`int` stream_index, :ref:`AudioStream` audio_stream **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`