| 12345678910111213141516 |
- return {
- summary = 'Get the number of samples stored in the Sound.',
- description = 'Returns the total number of samples in the Sound.',
- arguments = {},
- returns = {
- {
- name = 'samples',
- type = 'number',
- description = 'The total number of samples in the Sound.'
- }
- },
- related = {
- 'Sound:getChannelCount',
- 'Source:getDuration'
- }
- }
|