Searched defs:channelMap (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp846 const SInt32 channelMap[2] = {0, 0}; /* Channel map for mono -> stereo, */ local
848 err = AudioConverterSetProperty(pStreamIn->converter, kAudioConverterChannelMap, sizeof(channelMap), channelMap);
H A Dcoreaudio.c1495 const SInt32 channelMap[2] = {0, 0}; /* Channel map for mono -> stereo */ local
1705 sizeof(channelMap),
1706 channelMap);

Completed in 52 milliseconds