Home
last modified time | relevance | path

Searched refs:channelCounts (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioDeviceDescriptor.cpp93 … 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 DOHAudioDeviceDescriptor.h41 OH_AudioCommon_Result GetDeviceChannelCounts(uint32_t **channelCounts, uint32_t *size);
/ohos5.0/docs/zh-cn/application-dev/media/audio/
H A Daudio-spatialization-management.md54 channelCounts : [2],
101 channelCounts : [2],
140 channelCounts : [2],
171 channelCounts : [2],
232 channelCounts : [2],
263 channelCounts : [2],
H A Ddistributed-audio-playback.md46 channelCounts: [2],
97 channelCounts: [2],
H A Daudio-playback-stream-management.md80 …nsole.info(`ChannelCount ${i} : ${AudioRendererChangeInfo.deviceDescriptors[j].channelCounts[0]}`);
121 …nsole.info(`ChannelCount ${i} : ${AudioRendererChangeInfo.deviceDescriptors[j].channelCounts[0]}`);
H A Daudio-recording-stream-management.md75 …o(`ChannelCounts ${i} : ${AudioCapturerChangeInfoArray[i].deviceDescriptors[j].channelCounts[0]}`);
110 …o(`ChannelCounts ${i} : ${AudioCapturerChangeInfoArray[i].deviceDescriptors[j].channelCounts[0]}`);
H A Daudio-input-device-management.md79 channelCounts : [2],
H A Daudio-output-device-management.md85 channelCounts : [2],
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/
H A Doh_audio_device_change_unit_test.cpp1275 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 Ddistributed-audio-playback.md46 channelCounts: [2],
97 channelCounts: [2],
H A Daudio-spatialization-management.md54 channelCounts : [2],
101 channelCounts : [2],
140 channelCounts : [2],
171 channelCounts : [2],
232 channelCounts : [2],
263 channelCounts : [2],
H A Daudio-playback-stream-management.md81 …nsole.info(`ChannelCount ${i} : ${AudioRendererChangeInfo.deviceDescriptors[j].channelCounts[0]}`);
123 …nsole.info(`ChannelCount ${i} : ${AudioRendererChangeInfo.deviceDescriptors[j].channelCounts[0]}`);
H A Daudio-recording-stream-management.md76 …o(`ChannelCounts ${i} : ${AudioCapturerChangeInfoArray[i].deviceDescriptors[j].channelCounts[0]}`);
113 …o(`ChannelCounts ${i} : ${AudioCapturerChangeInfoArray[i].deviceDescriptors[j].channelCounts[0]}`);
H A Daudio-input-device-management.md79 channelCounts : [2],
H A Daudio-output-device-management.md82 channelCounts : [2],
/ohos5.0/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audio_device_base.h370 uint32_t **channelCounts, uint32_t *size);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio-sys.md1333 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 Dnative__audio__device__base_8h.md59 …io.md#oh_audiodevicedescriptor) \*audioDeviceDescriptor, uint32_t \*\*channelCounts, uint32_t \*si…
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_callback.cpp514 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 Dcommon_napi.cpp923 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 Dnative__audio__device__base_8h.md59 …io.md#oh_audiodevicedescriptor) \*audioDeviceDescriptor, uint32_t \*\*channelCounts, uint32_t \*si…
H A Djs-apis-audio-sys.md1335 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 Dnapi_param_utils.cpp460 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 Djs-apidiff-multimedia.md11 | ohos.multimedia.audio | AudioDeviceDescriptor | readonly channelCounts: Array\<number>; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-multimedia.md11 | ohos.multimedia.audio | AudioDeviceDescriptor | readonly channelCounts: Array\<number>; | Added|

12