19 #ifndef GNASH_LIBMEDIA_SOUNDINFO_H
20 #define GNASH_LIBMEDIA_SOUNDINFO_H
69 boost::uint32_t sampleCount,
bool is16bit,
70 boost::int16_t delaySeek=0)
74 _sampleRate(sampleRate),
75 _sampleCount(sampleCount),
76 _delaySeek(delaySeek),
124 boost::uint32_t _sampleRate;
127 boost::uint32_t _sampleCount;
130 boost::int16_t _delaySeek;
140 #endif // __SOUNDINFO_H__