diff options
author | Zumo <apvictor00@hotmail.com> | 2018-04-25 21:04:03 +0200 |
---|---|---|
committer | Zumo <apvictor00@hotmail.com> | 2018-05-01 12:19:15 +0200 |
commit | ef74954e6629e20599ef37148236d0f30cb5692b (patch) | |
tree | cebfbb12006755a2437819948ec54391716d36aa /modules/stb_vorbis/doc_classes | |
parent | 1c419531a009f48aa074f9b5f93b98d387c33723 (diff) |
Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...
...and also changes "_set_data" and "_get_data" to "set_data" and "get_data" respectively.
Diffstat (limited to 'modules/stb_vorbis/doc_classes')
-rw-r--r-- | modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml b/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml index ac95a7197f..e2281babf7 100644 --- a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml +++ b/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml @@ -13,6 +13,9 @@ <methods> </methods> <members> + <member name="data" type="PoolByteArray" setter="set_data" getter="get_data"> + Contains the audio data in bytes. + </member> <member name="loop" type="bool" setter="set_loop" getter="has_loop"> </member> <member name="loop_offset" type="float" setter="set_loop_offset" getter="get_loop_offset"> |