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 /doc | |
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 'doc')
-rw-r--r-- | doc/classes/AudioStreamSample.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/AudioStreamSample.xml b/doc/classes/AudioStreamSample.xml index 8b6651abe7..b6abda1a6f 100644 --- a/doc/classes/AudioStreamSample.xml +++ b/doc/classes/AudioStreamSample.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="format" type="int" setter="set_format" getter="get_format" enum="AudioStreamSample.Format"> Audio format. See FORMAT_* constants for values. </member> |