32 #ifndef OGGZ_STREAM_HEADER
33 #define OGGZ_STREAM_HEADER
const char * oggz_stream_get_content_type(OGGZ *oggz, long serialno)
Return human-readable string representation of content type of oggz stream referred to by serialno...
int oggz_stream_get_numheaders(OGGZ *oggz, long serialno)
Determine the number of headers of the oggz stream referred to by serialno.
void OGGZ
An opaque handle to an Ogg file.
Definition: oggz.h:441
OggzStreamContent oggz_stream_get_content(OGGZ *oggz, long serialno)
Determine the content type of the oggz stream referred to by serialno.
OggzStreamContent
Definition of stream content types, including error codes returned by oggz_stream_get_content().
Definition: oggz_constants.h:193