Changeset 212 for libmpc/branches/r2d/include
- Timestamp:
- 02/13/07 11:40:24 (18 years ago)
- Location:
- libmpc/branches/r2d/include/mpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/include/mpc/mpcdec.h
r205 r212 88 88 void mpc_decoder_scale_output(mpc_decoder *p_dec, double scale_factor); 89 89 90 void setReplayLevel(mpc_demux * d, float level, mpc_bool_t use_gain, 91 mpc_bool_t use_title, mpc_bool_t clip_prevention); 92 90 93 /// Actually reads data from previously initialized stream. Call 91 94 /// this iteratively to decode the mpc stream. -
libmpc/branches/r2d/include/mpc/streaminfo.h
r201 r212 69 69 /// @name Replaygain properties 70 70 //@{ 71 mpc_ int16_tgain_title; ///< Replaygain title value72 mpc_ int16_tgain_album; ///< Replaygain album value71 mpc_uint16_t gain_title; ///< Replaygain title value 72 mpc_uint16_t gain_album; ///< Replaygain album value 73 73 mpc_uint16_t peak_album; ///< Peak album loudness level 74 74 mpc_uint16_t peak_title; ///< Peak title loudness level
Note: See TracChangeset
for help on using the changeset viewer.