Music


Vocabulary
raylib

Definition


STRUCT: Music
{
stream AudioStream initial: S{ AudioStream
{ buffer f }
{ processor f }
{ sampleRate 0 }
{ sampleSize 0 }
{ channels 0 }
}
} { frameCount uint initial: 0 } { looping bool }
{ ctxType int initial: 0 } { ctxData void* } ;


Methods