Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_WaveFileReader.h29 static SampleFormat GetSampleFormat( u8 encodeMethod );
Dsnd_StreamSoundFile.h204 u8 encodeMethod; // WaveFile::EncodeMethod が入る member
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp299 sampleBufferLen, WaveFileReader::GetSampleFormat(m_StreamInfo.encodeMethod) ); in Start()
308 waveInfo.sampleFormat = WaveFileReader::GetSampleFormat( m_StreamInfo.encodeMethod ); in Start()
411 if ( WaveFileReader::GetSampleFormat( m_StreamInfo.encodeMethod ) in IsDspAdpcm()
629 m_StreamInfo.encodeMethod, m_StreamInfo.isLoop, in LoadHeader()
2104 …if ( WaveFileReader::GetSampleFormat( command->streamInfo.encodeMethod ) == SAMPLE_FORMAT_DSP_ADPC… in LoadHeader()