Home
last modified time | relevance | path

Searched refs:m_IsNoRealtimeLoad (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSoundPlayer.h298 bool m_IsNoRealtimeLoad; // ストリームデータがバッファサイズより小さい時のモード variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp76 m_IsNoRealtimeLoad = false; in Initialize()
326 if ( m_IsNoRealtimeLoad ) in Start()
379 if ( m_IsNoRealtimeLoad && ! m_StreamInfo.isLoop ) in Start()
938 if ( m_IsNoRealtimeLoad ) in SetupPlayer()
1448 if ( ( !m_PlayFinishFlag ) && ( !m_IsNoRealtimeLoad ) && ( !m_LoadWaitFlag ) ) in UpdateBuffer()