Ignore:
Timestamp:
11/14/06 18:26:14 (17 years ago)
Author:
r2d
Message:

moving libs

Location:
libmpc/branches/r2d/include
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/include/mpcdec/streaminfo.h

    r117 r131  
    5858    mpc_uint32_t         sample_freq;        ///< Sample frequency of stream
    5959    mpc_uint32_t         channels;           ///< Number of channels in stream
    60     mpc_streaminfo_off_t header_position;    ///< Byte offset of position of header in stream
    6160    mpc_uint32_t         stream_version;     ///< Streamversion of stream
    6261    mpc_uint32_t         bitrate;            ///< Bitrate of stream file (in bps)
    6362    double               average_bitrate;    ///< Average bitrate of stream (in bits/sec)
    64     mpc_uint32_t         frames;             ///< Number of frames in stream
    65     mpc_int64_t          pcm_samples;        ///< Approximate number of pcm samples in stream
    6663    mpc_uint32_t         max_band;           ///< Maximum band-index used in stream (0...31)
    6764    mpc_uint32_t         ms;                 ///< Mid/side stereo (0: off, 1: on)
     
    8178    //@{
    8279    mpc_uint32_t         is_true_gapless;    ///< True gapless? (0: no, 1: yes)
    83         mpc_uint32_t         last_frame_samples; ///< Number of valid samples within last frame
     80        mpc_uint64_t         samples;            ///< Number of samples in the stream
    8481    //@}
    8582
     
    9390        //@}
    9491
     92
     93        mpc_streaminfo_off_t header_position;    ///< Byte offset of position of header in stream
    9594    mpc_streaminfo_off_t tag_offset;         ///< Offset to file tags
    9695    mpc_streaminfo_off_t total_file_length;  ///< Total length of underlying file
Note: See TracChangeset for help on using the changeset viewer.