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