cc_vorbis_stream Struct Reference

An Ogg Vorbis music stream. More...

#include <vorbis.h>


Data Fields

void * file
uint32 fmt
int loop
double loop_point
int playing
int rate
void * stream


Detailed Description

An Ogg Vorbis music 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).

Since:
1.0.0

Field Documentation


The documentation for this struct was generated from the following file:
SourceForge.net Logo