| 12345678910111213141516 |
- return {
- summary = 'Get the bytes backing this Sound as a Blob.',
- description = 'Returns a Blob containing the raw bytes of the Sound.',
- arguments = {},
- returns = {
- {
- name = 'blob',
- type = 'Blob',
- description = 'The Blob instance containing the bytes for the `Sound`.'
- }
- },
- related = {
- 'Blob:getPointer',
- 'Image:getBlob'
- }
- }
|