Searched refs:fChannelMax (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DChannelControl.cpp54 fChannelMax(NULL),
62 fChannelMax = new int32[channel_count];
64 fChannelMax[i] = 100;
80 fChannelMax(NULL),
88 fChannelMax = new int32[channelCount];
90 fChannelMax[i] = 100;
105 fChannelMax(NULL),
117 fChannelMax = new int32[fChannelCount];
119 fChannelMax[i] = 100;
126 archive->FindInt32("be:_m_channel_max", c, &fChannelMax[
[all...]
/haiku/headers/os/interface/
H A DChannelControl.h138 int32* fChannelMax; member in class:BChannelControl
165 return fChannelMax;

Completed in 39 milliseconds