AudioStreamPlaylist

Inherits: AudioStream < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

float

fade_time

0.3

bool

loop

true

bool

shuffle

false

int

stream_count

0

Methods

float

get_bpm ( ) const

AudioStream

get_list_stream ( int stream_index ) const

void

set_list_stream ( int stream_index, AudioStream audio_stream )


Constants

MAX_STREAMS = 64

There is currently no description for this constant. Please help us by contributing one!


Property Descriptions

float fade_time = 0.3

  • void set_fade_time ( float value )

  • float get_fade_time ( )

There is currently no description for this property. Please help us by contributing one!


bool loop = true

  • void set_loop ( bool value )

  • bool has_loop ( )

There is currently no description for this property. Please help us by contributing one!


bool shuffle = false

  • void set_shuffle ( bool value )

  • bool get_shuffle ( )

There is currently no description for this property. Please help us by contributing one!


int stream_count = 0

  • void set_stream_count ( int value )

  • int get_stream_count ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

float get_bpm ( ) const

There is currently no description for this method. Please help us by contributing one!


AudioStream get_list_stream ( int stream_index ) const

There is currently no description for this method. Please help us by contributing one!


void set_list_stream ( int stream_index, AudioStream audio_stream )

There is currently no description for this method. Please help us by contributing one!