Lines Matching refs:StreamSound
25 NW_UT_RUNTIME_TYPEINFO_DEFINITION(StreamSound,BasicSound);
40 StreamSound::StreamSound( in StreamSound() function in nw::snd::internal::StreamSound
49 void StreamSound::Initialize() in Initialize()
81 void StreamSound::Finalize() in Finalize()
102 void StreamSound::Setup( in Setup()
132 void StreamSound::Prepare( in Prepare()
158 void StreamSound::UpdateMoveValue() in UpdateMoveValue()
172 void StreamSound::UpdateParam() in UpdateParam()
194 void StreamSound::SetTrackVolume( unsigned long trackBitFlag, float volume, int frames ) in SetTrackVolume()
211 void StreamSound::SetTrackPan( unsigned long trackBitFlag, float pan ) in SetTrackPan()
223 void StreamSound::SetTrackSurroundPan( unsigned long trackBitFlag, float span ) in SetTrackSurroundPan()
245 void StreamSound::OnUpdatePlayerPriority() in OnUpdatePlayerPriority()
250 bool StreamSound::IsAttachedTempSpecialHandle() in IsAttachedTempSpecialHandle()
255 void StreamSound::DetachTempSpecialHandle() in DetachTempSpecialHandle()
260 bool StreamSound::ReadStreamDataInfo( StreamDataInfo* info ) const in ReadStreamDataInfo()
266 long StreamSound::GetPlayLoopCount() const in GetPlayLoopCount()
272 long StreamSound::GetPlaySamplePosition() const in GetPlaySamplePosition()
278 float StreamSound::GetFilledBufferPercentage() const in GetFilledBufferPercentage()
284 bool StreamSound::IsPrepared() const in IsPrepared()
290 bool StreamSound::IsSuspendByLoadingDelay() const in IsSuspendByLoadingDelay()