Sound


Vocabulary
raylib

Fields
streamAudioStreamAudio stream
frameCountuintTotal number of frames (considering channels)


Definition


STRUCT: Sound
{
stream AudioStream initial: S{ AudioStream
{ buffer f }
{ processor f }
{ sampleRate 0 }
{ sampleSize 0 }
{ channels 0 }
}
} { frameCount uint initial: 0 } ;


Methods