Searched defs:StreamChannel (Results 1 – 1 of 1) sorted by relevance
34 struct StreamChannel struct37 static const int WAVE_BUFFER_MULTIPLYING_FACTOR = 4;39 static const int WAVE_BUFFER_MAX = 5 * WAVE_BUFFER_MULTIPLYING_FACTOR;44 enum AdpcmContextType78 StreamChannel* m_pChannels[Voice::CHANNEL_MAX]; argument