Lines Matching refs:StreamSound
27 NW_UT_RUNTIME_TYPEINFO_DEFINITION(StreamSound,BasicSound);
42 StreamSound::StreamSound( in StreamSound() function in nw::snd::internal::StreamSound
51 void StreamSound::Initialize() in Initialize()
83 void StreamSound::Finalize() in Finalize()
104 void StreamSound::Setup( in Setup()
134 void StreamSound::Prepare( in Prepare()
160 void StreamSound::UpdateMoveValue() in UpdateMoveValue()
174 void StreamSound::UpdateParam() in UpdateParam()
196 void StreamSound::SetTrackVolume( unsigned long trackBitFlag, float volume, int frames ) in SetTrackVolume()
213 void StreamSound::SetTrackPan( unsigned long trackBitFlag, float pan ) in SetTrackPan()
225 void StreamSound::SetTrackSurroundPan( unsigned long trackBitFlag, float span ) in SetTrackSurroundPan()
247 void StreamSound::OnUpdatePlayerPriority() in OnUpdatePlayerPriority()
252 bool StreamSound::IsAttachedTempSpecialHandle() in IsAttachedTempSpecialHandle()
257 void StreamSound::DetachTempSpecialHandle() in DetachTempSpecialHandle()
262 bool StreamSound::ReadStreamDataInfo( StreamDataInfo* info ) const in ReadStreamDataInfo()
268 long StreamSound::GetPlayLoopCount() const in GetPlayLoopCount()
274 long StreamSound::GetPlaySamplePosition() const in GetPlaySamplePosition()
280 float StreamSound::GetFilledBufferPercentage() const in GetFilledBufferPercentage()
286 bool StreamSound::IsPrepared() const in IsPrepared()
292 bool StreamSound::IsSuspendByLoadingDelay() const in IsSuspendByLoadingDelay()