OH_AudioDataArray
typedef struct {...} OH_AudioDataArray
Overview
The struct describes the input data for the multi-output rendering interface. It is used to obtain processed audio data when multiple output effect nodes are present in the pipeline.
Since: 22
Related module: OHAudioSuite
Header file: native_audio_suite_base.h
Summary
Member Variables
| Name | Description |
|---|---|
| void **audioDataArray | Double pointer to the addresses of the audio data to be output. |
| int32_t arraySize | Size of the audio data array. |
| int32_t requestFrameSize | Memory size (in bytes) allocated for each address in audioDataArray. Ensure that each address has sufficient memory allocated as specified by requestFrameSize. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-native-audiostreambuilder-h
openharmony 鸿蒙 capi-ohaudiosuite
openharmony 鸿蒙 js-apis-inner-multimedia-systemSoundPlayer
openharmony 鸿蒙 arkts-apis-audio-i
openharmony 鸿蒙 arkts-apis-audio-AudioManager
openharmony 鸿蒙 capi-ohaudiosuite-oh-audiosuite-spacerenderpositionparams