Music Stream
class MusicStream(raw: ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Music>) : Playable
Represents a music stream in raylib, which is a processed audio data structure that can be played, paused, or stopped. A music stream is typically loaded from a file and should be unloaded when it is no longer needed.
Constructors
Properties
Functions
Link copied to clipboard
Seeks the music stream to a specific position, which can be set to any positive float value between 0.0 and the total length of the music stream, in seconds. After calling this function, the music stream will be positioned at the specified time and can be played from that point with play.
Link copied to clipboard