Sound:getFormat
EditReturns the sample format of the Sound.
format = Sound:getFormat()
Arguments
None
Returns
Name | Type | Description |
format | SampleFormat | The data type of each sample. |
See also
Sound:getChannelLayout
Sound:getSampleRate
Sound
Returns the sample format of the Sound.
format = Sound:getFormat()
None
Name | Type | Description |
format | SampleFormat | The data type of each sample. |
Sound:getChannelLayout
Sound:getSampleRate
Sound