Lines Matching refs:StreamSoundFile
30 StreamSoundFile::FileHeader::GetReferenceBy( u16 typeId ) const in GetReferenceBy()
42 u32 StreamSoundFile::FileHeader::GetInfoBlockSize() const in GetInfoBlockSize()
46 u32 StreamSoundFile::FileHeader::GetSeekBlockSize() const in GetSeekBlockSize()
50 u32 StreamSoundFile::FileHeader::GetDataBlockSize() const in GetDataBlockSize()
55 u32 StreamSoundFile::FileHeader::GetInfoBlockOffset() const in GetInfoBlockOffset()
59 u32 StreamSoundFile::FileHeader::GetSeekBlockOffset() const in GetSeekBlockOffset()
63 u32 StreamSoundFile::FileHeader::GetDataBlockOffset() const in GetDataBlockOffset()
73 const StreamSoundFile::StreamSoundInfo*
74 StreamSoundFile::InfoBlockBody::GetStreamSoundInfo() const in GetStreamSoundInfo()
83 const StreamSoundFile::TrackInfoTable*
84 StreamSoundFile::InfoBlockBody::GetTrackInfoTable() const in GetTrackInfoTable()
93 const StreamSoundFile::ChannelInfoTable*
94 StreamSoundFile::InfoBlockBody::GetChannelInfoTable() const in GetChannelInfoTable()
107 const StreamSoundFile::TrackInfo*
108 StreamSoundFile::TrackInfoTable::GetTrackInfo( u32 index ) const in GetTrackInfo()
117 const StreamSoundFile::ChannelInfo*
118 StreamSoundFile::ChannelInfoTable::GetChannelInfo( u32 index ) const in GetChannelInfo()
131 const StreamSoundFile::DspAdpcmChannelInfo*
132 StreamSoundFile::ChannelInfo::GetDspAdpcmChannelInfo() const in GetDspAdpcmChannelInfo()