Home ⌂Doc Index ◂Up ▴

oggz_stream.h File Reference

Interfaces for querying Ogg streams. More...

Go to the source code of this file.

Functions

OggzStreamContent oggz_stream_get_content (OGGZ *oggz, long serialno)
 Determine the content type of the oggz stream referred to by serialno.
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.

Detailed Description

Interfaces for querying Ogg streams.


Function Documentation

OggzStreamContent oggz_stream_get_content ( OGGZ oggz,
long  serialno 
)

Determine the content type of the oggz stream referred to by serialno.

Parameters:
oggz An OGGZ handle
serialno An ogg stream serialno
Return values:
OGGZ_CONTENT_THEORA..OGGZ_CONTENT_UNKNOWN content successfully identified
OGGZ_ERR_BAD_OGGZ oggz does not refer to an existing OGGZ
OGGZ_ERR_BAD_SERIALNO serialno does not refer to an existing stream
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.

Parameters:
oggz An OGGZ handle
serialno An ogg stream serialno
Return values:
string the name of the content type
NULL oggz or serialno invalid
int oggz_stream_get_numheaders ( OGGZ oggz,
long  serialno 
)

Determine the number of headers of the oggz stream referred to by serialno.

Parameters:
oggz An OGGZ handle
serialno An ogg stream serialno
Return values:
OGGZ_CONTENT_THEORA..OGGZ_CONTENT_UNKNOWN content successfully identified
OGGZ_ERR_BAD_OGGZ oggz does not refer to an existing OGGZ
OGGZ_ERR_BAD_SERIALNO serialno does not refer to an existing stream
Generated on Sat Apr 24 09:13:55 2010 for liboggz by  doxygen 1.6.3


Home ⌂Doc Index ◂Up ▴