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);

Examples

if (FALSE) {
is_audio_stream_processed(load_audio_stream(44100L, 16L, 1L))
}