Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
AudioStreamOGGVorbis¶
Inherits: AudioStream < Resource < Reference < Object
OGG Vorbis 音频流驱动程序。
描述¶
OGG Vorbis 音频流驱动程序。
属性¶
|
||
|
||
|
属性说明¶
PoolByteArray data
Default |
|
Setter |
set_data(value) |
Getter |
get_data() |
包含以字节为单位的音频数据。
bool loop
Default |
|
Setter |
set_loop(value) |
Getter |
has_loop() |
如果true
,当流到达末尾时将自动循环。
float loop_offset
Default |
|
Setter |
set_loop_offset(value) |
Getter |
get_loop_offset() |
循环后流开始的时间(秒)。