| liboggz 1.1.3
    | 
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. | |
Interfaces for querying Ogg streams.
| OggzStreamContent oggz_stream_get_content | ( | OGGZ * | oggz, | 
| long | serialno ) | 
Determine the content type of the oggz stream referred to by serialno.
| oggz | An OGGZ handle | 
| serialno | An ogg stream serialno | 
| OGGZ_CONTENT_THEORA..OGGZ_CONTENT_UNKNOWN | content successfully identified | 
| OGGZ_CONTENT_ERR_BAD_OGGZ | oggz does not refer to an existing OGGZ | 
| OGGZ_CONTENT_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.
| oggz | An OGGZ handle | 
| serialno | An ogg stream serialno | 
| 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.
| oggz | An OGGZ handle | 
| serialno | An ogg stream serialno | 
| 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 |