AudioStream:getReadCapacity
EditReturns the number of frames that are available for reading in the audio stream.
frames = AudioStream:getReadCapacity()Arguments
None
Returns
| Name | Type | Description |
| frames | number | The number of audio frames that can be read. |