33#ifndef OGGZ_DEPRECATED_HEADER
34#define OGGZ_DEPRECATED_HEADER
50#define OGGZ_ERR_USER_STOPPED OGGZ_ERR_STOP_OK
60#define OGGZ_ERR_READ_STOP_OK OGGZ_ERR_STOP_OK
70#define OGGZ_ERR_READ_STOP_ERR OGGZ_ERR_STOP_ERR
89 ogg_int64_t granule_rate_numerator,
90 ogg_int64_t granule_rate_denominator);
125 int FLAC_final_metadata_block);
void OGGZ
An opaque handle to an Ogg file.
Definition: oggz.h:441
OggzStreamContent
Definition of stream content types, including error codes returned by oggz_stream_get_content().
Definition: oggz_constants.h:193
ogg_packet * oggz_comment_generate(OGGZ *oggz, long serialno, OggzStreamContent packet_type, int FLAC_final_metadata_block)
DEPRECATED FUNCTION This function has been replaced with oggz_comments_generate(),...
int oggz_set_metric_linear(OGGZ *oggz, long serialno, ogg_int64_t granule_rate_numerator, ogg_int64_t granule_rate_denominator)
DEPRECATED FUNCTION This function has been replaced with the more clearly named oggz_set_granulerate(...