/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioDeviceDescriptor.cpp | 93 … uint32_t **channelCounts, uint32_t *size) in OH_AudioDeviceDescriptor_GetDeviceChannelCounts() argument 98 CHECK_AND_RETURN_RET_LOG(channelCounts != nullptr, in OH_AudioDeviceDescriptor_GetDeviceChannelCounts() 102 return deviceDescriptor->GetDeviceChannelCounts(channelCounts, size); in OH_AudioDeviceDescriptor_GetDeviceChannelCounts() 222 OH_AudioCommon_Result OHAudioDeviceDescriptor::GetDeviceChannelCounts(uint32_t **channelCounts, uin… in GetDeviceChannelCounts() argument 239 *channelCounts = audioChannel_; in GetDeviceChannelCounts()
|
H A D | OHAudioDeviceDescriptor.h | 41 OH_AudioCommon_Result GetDeviceChannelCounts(uint32_t **channelCounts, uint32_t *size);
|
/ohos5.0/docs/zh-cn/application-dev/media/audio/ |
H A D | audio-spatialization-management.md | 54 channelCounts : [2], 101 channelCounts : [2], 140 channelCounts : [2], 171 channelCounts : [2], 232 channelCounts : [2], 263 channelCounts : [2],
|
H A D | distributed-audio-playback.md | 46 channelCounts: [2], 97 channelCounts: [2],
|
H A D | audio-playback-stream-management.md | 80 …nsole.info(`ChannelCount ${i} : ${AudioRendererChangeInfo.deviceDescriptors[j].channelCounts[0]}`); 121 …nsole.info(`ChannelCount ${i} : ${AudioRendererChangeInfo.deviceDescriptors[j].channelCounts[0]}`);
|
H A D | audio-recording-stream-management.md | 75 …o(`ChannelCounts ${i} : ${AudioCapturerChangeInfoArray[i].deviceDescriptors[j].channelCounts[0]}`); 110 …o(`ChannelCounts ${i} : ${AudioCapturerChangeInfoArray[i].deviceDescriptors[j].channelCounts[0]}`);
|
H A D | audio-input-device-management.md | 79 channelCounts : [2],
|
H A D | audio-output-device-management.md | 85 channelCounts : [2],
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/ |
H A D | oh_audio_device_change_unit_test.cpp | 1275 uint32_t *channelCounts; variable 1277 …result = OH_AudioDeviceDescriptor_GetDeviceChannelCounts(descriptor, &channelCounts, &channelSize); 1279 … AUDIO_DEBUG_LOG("DeviceChannelCounts: %d, channelSize = %d\n", *channelCounts, channelSize); 1309 uint32_t *channelCounts; variable 1313 … AUDIO_DEBUG_LOG("DeviceChannelCounts: %d, channelSize = %d\n", *channelCounts, channelSize); 1343 uint32_t *channelCounts; variable 1347 … AUDIO_DEBUG_LOG("DeviceChannelCounts: %d, channelSize = %d\n", *channelCounts, channelSize); 1407 uint32_t *channelCounts; variable 1408 … result = OH_AudioDeviceDescriptor_GetDeviceChannelCounts(descriptor, &channelCounts, nullptr); 1423 uint32_t *channelCounts; variable [all …]
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | distributed-audio-playback.md | 46 channelCounts: [2], 97 channelCounts: [2],
|
H A D | audio-spatialization-management.md | 54 channelCounts : [2], 101 channelCounts : [2], 140 channelCounts : [2], 171 channelCounts : [2], 232 channelCounts : [2], 263 channelCounts : [2],
|
H A D | audio-playback-stream-management.md | 81 …nsole.info(`ChannelCount ${i} : ${AudioRendererChangeInfo.deviceDescriptors[j].channelCounts[0]}`); 123 …nsole.info(`ChannelCount ${i} : ${AudioRendererChangeInfo.deviceDescriptors[j].channelCounts[0]}`);
|
H A D | audio-recording-stream-management.md | 76 …o(`ChannelCounts ${i} : ${AudioCapturerChangeInfoArray[i].deviceDescriptors[j].channelCounts[0]}`); 113 …o(`ChannelCounts ${i} : ${AudioCapturerChangeInfoArray[i].deviceDescriptors[j].channelCounts[0]}`);
|
H A D | audio-input-device-management.md | 79 channelCounts : [2],
|
H A D | audio-output-device-management.md | 82 channelCounts : [2],
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/kits/c/common/ |
H A D | native_audio_device_base.h | 370 uint32_t **channelCounts, uint32_t *size);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/ |
H A D | js-apis-audio-sys.md | 1333 channelCounts : [2], 1387 channelCounts : [2], 1433 channelCounts : [2], 1486 channelCounts : [2], 1542 channelCounts : [2], 1605 channelCounts : [2], 2014 channelCounts : [2], 2115 channelCounts : [2], 2282 channelCounts : [2], 2385 channelCounts : [2], [all …]
|
H A D | native__audio__device__base_8h.md | 59 …io.md#oh_audiodevicedescriptor) \*audioDeviceDescriptor, uint32_t \*\*channelCounts, uint32_t \*si…
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_callback.cpp | 514 napi_value channelCounts; in SetDeviceInfo() local 515 setRet = CommonNapi::AddArrayInt(env, channelCounts, in SetDeviceInfo() 519 napi_set_named_property(env, element, "channelCounts", channelCounts); in SetDeviceInfo()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.cpp | 923 napi_value channelCounts; in SetDeviceDescriptor() local 925 napi_create_array_with_length(env, size, &channelCounts); in SetDeviceDescriptor() 929 napi_set_element(env, channelCounts, count, value); in SetDeviceDescriptor() 932 napi_set_named_property(env, result, "channelCounts", channelCounts); in SetDeviceDescriptor()
|
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/ |
H A D | native__audio__device__base_8h.md | 59 …io.md#oh_audiodevicedescriptor) \*audioDeviceDescriptor, uint32_t \*\*channelCounts, uint32_t \*si…
|
H A D | js-apis-audio-sys.md | 1335 channelCounts : [2], 1389 channelCounts : [2], 1435 channelCounts : [2], 1488 channelCounts : [2], 1544 channelCounts : [2], 1607 channelCounts : [2], 2016 channelCounts : [2], 2117 channelCounts : [2], 2286 channelCounts : [2], 2390 channelCounts : [2], [all …]
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_param_utils.cpp | 460 napi_value channelCounts; in SetDeviceDescriptor() local 462 napi_create_array_with_length(env, size, &channelCounts); in SetDeviceDescriptor() 466 napi_set_element(env, channelCounts, count, value); in SetDeviceDescriptor() 469 napi_set_named_property(env, result, "channelCounts", channelCounts); in SetDeviceDescriptor()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-multimedia.md | 11 | ohos.multimedia.audio | AudioDeviceDescriptor | readonly channelCounts: Array\<number>; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-multimedia.md | 11 | ohos.multimedia.audio | AudioDeviceDescriptor | readonly channelCounts: Array\<number>; | Added|
|