Searched refs:ChannelMono (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/audio/ | ||
D | AudioBus.h | 49 ChannelMono = 2, enumerator |
D | AudioBus.cpp | 87 if (channelType == ChannelMono || channelType == ChannelLeft) in channelByType() |