AudioStream:getReadCapacity

Edit

Returns the number of frames that are available for reading in the audio stream.

frames = AudioStream:getReadCapacity()

Arguments

None

Returns

NameTypeDescription
framesnumber The number of audio frames that can be read.

See also