33 #ifndef __OGGZ_DEPRECATED_H__ 
   34 #define __OGGZ_DEPRECATED_H__ 
   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);
 
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(...
void OGGZ
An opaque handle to an Ogg file. 
Definition: oggz.h:441
OggzStreamContent
Definition of stream content types. 
Definition: oggz_constants.h:106
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(), which does not require the packet_type argument.