Sound - Factor Documentation

Sound


Vocabulary
raylib

Fields
stream AudioStream Audio stream
frameCount uint Total number of frames (considering channels)


Definition
USING: alien.c-types classes.struct ;

IN: raylib

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


Methods
USING: classes.struct classes.struct.private kernel raylib ;

M: Sound clone clone-underlying \ Sound memory>struct ; inline


USING: accessors classes.struct combinators.smart raylib ;

M: Sound struct-slot-values
{ [ stream>> ] [ frameCount>> ] } cleave>array ; inline

AltStyle によって変換されたページ (->オリジナル) /