Home
last modified time | relevance | path

Searched refs:encodeMethod (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveFileReader.h31 static SampleFormat GetSampleFormat( u8 encodeMethod );
Dsnd_StreamSoundFile.h206 u8 encodeMethod; // WaveFile::EncodeMethod が入る member
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp310 sampleBufferLen, WaveFileReader::GetSampleFormat(m_StreamInfo.encodeMethod) ); in Start()
319 waveInfo.sampleFormat = WaveFileReader::GetSampleFormat( m_StreamInfo.encodeMethod ); in Start()
422 if ( WaveFileReader::GetSampleFormat( m_StreamInfo.encodeMethod ) in IsDspAdpcm()
675 m_StreamInfo.encodeMethod, m_StreamInfo.isLoop, in LoadHeader()
2239 …if ( WaveFileReader::GetSampleFormat( command->streamInfo.encodeMethod ) == SAMPLE_FORMAT_DSP_ADPC… in LoadHeader()