Searched refs:GetAllocatableTrackCount (Results 1 – 5 of 5) sorted by relevance
41 virtual int GetAllocatableTrackCount() const = 0;
39 virtual int GetAllocatableTrackCount() const;
46 virtual int GetAllocatableTrackCount() const { return m_TrackPool.Count(); } in GetAllocatableTrackCount() function
95 int MidiSequenceTrackAllocator::GetAllocatableTrackCount() const in GetAllocatableTrackCount() function in nw::snd::internal::driver::MidiSequenceTrackAllocator
195 if ( trackCount > trackAllocator->GetAllocatableTrackCount() ) in Setup()