Skip to contents

Check if audio stream is playing.

Usage

is_audio_stream_playing(stream)

Arguments

stream

An audio_stream.

Value

A logical

Note

This function has been auto-generated from the following Raylib function definition:

bool IsAudioStreamPlaying(AudioStream stream);