Searched defs:StreamChannel (Results 1 – 1 of 1) sorted by relevance
32 struct StreamChannel struct35 static const int WAVE_BUFFER_MULTIPLYING_FACTOR = 4;37 static const int WAVE_BUFFER_MAX = 5 * WAVE_BUFFER_MULTIPLYING_FACTOR;42 enum AdpcmContextType76 StreamChannel* m_pChannels[Voice::CHANNEL_MAX]; argument