harmony 鸿蒙OH_AudioInfo

  • 2023-10-30
  • 浏览 (340)

OH_AudioInfo

Overview

The OH_AudioInfo struct defines audio capture parameters.

System capability: SystemCapability.Multimedia.Media.AVScreenCapture

Since

10

Related Modules

AVScreenCapture

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.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞