Ignore:
Timestamp:
11/08/06 00:20:07 (17 years ago)
Author:
r2d
Message:
  • can read sv7 & sv8
  • seek broken (not implemented)
  • added demuxer in API
  • added access to decoder in API
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/branches/zorg/include/mpcdec/streaminfo.h

    r70 r104  
    7575    /// @name Replaygain properties
    7676    //@{
    77     mpc_int16_t          gain_title;         ///< Replaygain title value 
     77    mpc_int16_t          gain_title;         ///< Replaygain title value
    7878    mpc_int16_t          gain_album;         ///< Replaygain album value
    7979    mpc_uint16_t         peak_album;         ///< Peak album loudness level
     
    8989    char                 encoder[256];       ///< Encoder name
    9090
    91     mpc_streaminfo_off_t tag_offset;         ///< Ofset to file tags
     91    mpc_streaminfo_off_t tag_offset;         ///< Offset to file tags
    9292    mpc_streaminfo_off_t total_file_length;  ///< Total length of underlying file
    9393    //@}
    9494} mpc_streaminfo;
    95 
    96 /// Reads streaminfo header from the mpc stream supplied by r.
    97 /// \param si si pointer to which info will be written
    98 /// \param p_reader stream reader to supply raw data
    99 /// \return error code
    100 mpc_status mpc_streaminfo_init(mpc_streaminfo *si, mpc_reader *p_reader);
    10195
    10296/// Gets length of stream si, in seconds.
Note: See TracChangeset for help on using the changeset viewer.