AudioStreamOGGVorbis¶
Inherits: AudioStream < Resource < Reference < Object
Category: Core
Brief Description¶
OGG Vorbis audio stream driver.
Member Functions¶
PoolByteArray | get_data ( ) const |
float | get_loop_offset ( ) const |
bool | has_loop ( ) const |
void | set_data ( PoolByteArray data ) |
void | set_loop ( bool enable ) |
void | set_loop_offset ( float seconds ) |
Member Variables¶
- PoolByteArray data
- bool loop
- float loop_offset
Description¶
OGG Vorbis audio stream driver.
Member Function Description¶
- PoolByteArray get_data ( ) const
- float get_loop_offset ( ) const
- bool has_loop ( ) const
- void set_data ( PoolByteArray data )
- void set_loop ( bool enable )
- void set_loop_offset ( float seconds )