Changeset 117 for libmpcdec/branches/zorg/include
- Timestamp:
- 11/11/06 18:22:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/branches/zorg/include/mpcdec/streaminfo.h
r104 r117 65 65 mpc_int64_t pcm_samples; ///< Approximate number of pcm samples in stream 66 66 mpc_uint32_t max_band; ///< Maximum band-index used in stream (0...31) 67 mpc_uint32_t is; ///< Intensity stereo (0: off, 1: on)68 67 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) 73 70 //@} 74 71 … … 84 81 //@{ 85 82 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 //@} 87 85 86 /// @name Encoder informations 87 //@{ 88 88 mpc_uint32_t encoder_version; ///< Version of encoder used 89 89 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 //@} 90 94 91 95 mpc_streaminfo_off_t tag_offset; ///< Offset to file tags 92 96 mpc_streaminfo_off_t total_file_length; ///< Total length of underlying file 93 //@}94 97 } mpc_streaminfo; 95 98
Note: See TracChangeset
for help on using the changeset viewer.