harmony 鸿蒙OH_AudioInfo
OH_AudioInfo
Overview
The OH_AudioInfo struct defines audio capture parameters.
System capability: SystemCapability.Multimedia.Media.AVScreenCapture
Since
10
Related Modules
Summary
Member Variables
Name | Description |
---|---|
micCapInfo | OH_AudioCaptureInfo Defines the audio parameters of the microphone. |
innerCapInfo | OH_AudioCaptureInfo Defines the audio parameters for internal capture. |
audioEncInfo | OH_AudioEncInfo Defines the audio encoding information. This member variable does not need to be set when dataType is set to OH_ORIGINAL_STREAM. NOTE: This member variable is reserved and will be provided in later versions. |
Member Variable Description
audioEncInfo
OH_AudioEncInfo OH_AudioInfo::audioEncInfo
Description
Defines the audio encoding information. This member variable does not need to be set when dataType is set to OH_ORIGINAL_STREAM.
NOTE
This struct is reserved and will be provided in later versions.
innerCapInfo
OH_AudioCaptureInfo OH_AudioInfo::innerCapInfo
Description
Defines the audio parameters for internal capture.
micCapInfo
OH_AudioCaptureInfo OH_AudioInfo::micCapInfo
Description
Defines the audio parameters of the microphone.
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦