Skip to contents

Check if any audio stream buffers requires refill.

Usage

is_audio_stream_processed(stream)

Arguments

stream

An audio_stream.

Value

A logical

Note

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

bool IsAudioStreamProcessed(AudioStream stream);