Searched refs:audioDeviceSupportsMixingAddress (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxcoreaudiohal.c | 220 AudioObjectPropertyAddress audioDeviceSupportsMixingAddress = { in _audio_device_set_mixing() local 226 if (AudioObjectHasProperty (device_id, &audioDeviceSupportsMixingAddress)) { in _audio_device_set_mixing() 229 &audioDeviceSupportsMixingAddress, &writable); in _audio_device_set_mixing() 234 &audioDeviceSupportsMixingAddress, 0, NULL, &propertySize); in _audio_device_set_mixing() 239 &audioDeviceSupportsMixingAddress, 0, NULL, &propertySize, &can_mix); in _audio_device_set_mixing() 247 &audioDeviceSupportsMixingAddress, 0, NULL, propertySize, &can_mix); in _audio_device_set_mixing()
|