Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_StreamSoundPlayer.h296 bool m_IsNoRealtimeLoad; // ストリームデータがバッファサイズより小さい時のモード variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp74 m_IsNoRealtimeLoad = false; in Initialize()
315 if ( m_IsNoRealtimeLoad ) in Start()
368 if ( m_IsNoRealtimeLoad && ! m_StreamInfo.isLoop ) in Start()
891 if ( m_IsNoRealtimeLoad ) in SetupPlayer()
1368 if ( ( !m_PlayFinishFlag ) && ( !m_IsNoRealtimeLoad ) && ( !m_LoadWaitFlag ) ) in UpdateBuffer()