Ignore:
Timestamp:
11/11/06 18:22:26 (18 years ago)
Author:
r2d
Message:
  • read "EI" and "RG" blocks
  • updated "SI" block according to the spec
File:
1 edited

Legend:

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

    r104 r117  
    6565    mpc_int64_t          pcm_samples;        ///< Approximate number of pcm samples in stream
    6666    mpc_uint32_t         max_band;           ///< Maximum band-index used in stream (0...31)
    67     mpc_uint32_t         is;                 ///< Intensity stereo (0: off, 1: on)
    6867    mpc_uint32_t         ms;                 ///< Mid/side stereo (0: off, 1: on)
    69     mpc_uint32_t         block_size;         ///< Only needed for SV4...SV6 -> not supported
    70     mpc_uint32_t         profile;            ///< Quality profile of stream
    71     const char*          profile_name;       ///< Name of profile used by stream
    72     mpc_uint32_t         fast_seek;          ///< True if stream supports fast-seeking
     68        mpc_uint32_t         fast_seek;          ///< True if stream supports fast-seeking (sv7)
     69        mpc_uint32_t         frames_per_block;   ///< Number of frames in a block (sv8)
    7370    //@}
    7471
     
    8481    //@{
    8582    mpc_uint32_t         is_true_gapless;    ///< True gapless? (0: no, 1: yes)
    86     mpc_uint32_t         last_frame_samples; ///< Number of valid samples within last frame
     83        mpc_uint32_t         last_frame_samples; ///< Number of valid samples within last frame
     84    //@}
    8785
     86        /// @name Encoder informations
     87    //@{
    8888    mpc_uint32_t         encoder_version;    ///< Version of encoder used
    8989    char                 encoder[256];       ///< Encoder name
     90        mpc_bool_t           pns;                ///< pns used
     91        mpc_uint32_t         profile;            ///< Quality profile of stream
     92        const char*          profile_name;       ///< Name of profile used by stream
     93        //@}
    9094
    9195    mpc_streaminfo_off_t tag_offset;         ///< Offset to file tags
    9296    mpc_streaminfo_off_t total_file_length;  ///< Total length of underlying file
    93     //@}
    9497} mpc_streaminfo;
    9598
Note: See TracChangeset for help on using the changeset viewer.