Lines Matching refs:StreamSoundFile
32 StreamSoundFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()
44 u32 StreamSoundFile::FileHeader::GetInfoBlockSize() const in GetInfoBlockSize()
48 u32 StreamSoundFile::FileHeader::GetSeekBlockSize() const in GetSeekBlockSize()
52 u32 StreamSoundFile::FileHeader::GetDataBlockSize() const in GetDataBlockSize()
57 u32 StreamSoundFile::FileHeader::GetInfoBlockOffset() const in GetInfoBlockOffset()
61 u32 StreamSoundFile::FileHeader::GetSeekBlockOffset() const in GetSeekBlockOffset()
65 u32 StreamSoundFile::FileHeader::GetDataBlockOffset() const in GetDataBlockOffset()
75 const StreamSoundFile::StreamSoundInfo*
76 StreamSoundFile::InfoBlockBody::GetStreamSoundInfo() const in GetStreamSoundInfo()
85 const StreamSoundFile::TrackInfoTable*
86 StreamSoundFile::InfoBlockBody::GetTrackInfoTable() const in GetTrackInfoTable()
95 const StreamSoundFile::ChannelInfoTable*
96 StreamSoundFile::InfoBlockBody::GetChannelInfoTable() const in GetChannelInfoTable()
109 const StreamSoundFile::TrackInfo*
110 StreamSoundFile::TrackInfoTable::GetTrackInfo( u32 index ) const in GetTrackInfo()
119 const StreamSoundFile::ChannelInfo*
120 StreamSoundFile::ChannelInfoTable::GetChannelInfo( u32 index ) const in GetChannelInfo()
133 const StreamSoundFile::DspAdpcmChannelInfo*
134 StreamSoundFile::ChannelInfo::GetDspAdpcmChannelInfo() const in GetDspAdpcmChannelInfo()