AudioStream:getCapacity
EditReturns the size of the AudioStream ring buffer, in frames.
capacity = AudioStream:getCapacity()Arguments
None
Returns
| Name | Type | Description |
| capacity | number | The number of audio frames in the audio stream ring buffer. |
Returns the size of the AudioStream ring buffer, in frames.
capacity = AudioStream:getCapacity()None
| Name | Type | Description |
| capacity | number | The number of audio frames in the audio stream ring buffer. |