#include <vorbis.h>
Data Fields | |
| void * | file |
| uint32 | fmt |
| int | loop |
| double | loop_point |
| int | playing |
| int | rate |
| void * | stream |
This object is used by a user program to register some sort of music to be playing. Specifically, this object is ued when loading Ogg Vorbis sound files. It is imperative that user programs do not modify any of the elements of this structure (everything should be treated as read-only).
| void* cc_vorbis_stream::file |
| double cc_vorbis_stream::loop_point |
| void* cc_vorbis_stream::stream |