Ignore:
Timestamp:
02/17/07 18:49:10 (17 years ago)
Author:
r2d
Message:
  • updated according to the spec
  • now reads / write beginning / end silences, but decoder does not care.
  • please test !
File:
1 edited

Legend:

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

    r212 r220  
    7979    mpc_uint32_t         is_true_gapless;    ///< True gapless? (0: no, 1: yes)
    8080        mpc_uint64_t         samples;            ///< Number of samples in the stream
     81        mpc_uint64_t         beg_silence;        ///< Number of samples that must not be played at the beginning of the stream
     82        mpc_uint64_t         end_silence;        ///< Number of samples that must not be played at the end of the stream
    8183    //@}
    8284
Note: See TracChangeset for help on using the changeset viewer.