Home
last modified time | relevance | path

Searched refs:OH_AVFormat_CreateAudioFormat (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Daudio-video-muxer.md93 **方法二:用OH_AVFormat_CreateAudioFormat创建format**
99 … OH_AVFormat *formatAudio = OH_AVFormat_CreateAudioFormat(OH_AVCODEC_MIMETYPE_AUDIO_AAC, 44100, 2);
/ohos5.0/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_avformat.h99 struct OH_AVFormat *OH_AVFormat_CreateAudioFormat(const char *mimeType,
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.cpp83 format_ = OH_AVFormat_CreateAudioFormat(mimeType.data(), sampleRate, channelCount); in InitAudioTrackFormat()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.cpp86 format_ = OH_AVFormat_CreateAudioFormat(mimeType.data(), sampleRate, channelCount); in InitAudioTrackFormat()
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-video-muxer.md91 **Method 2: Use OH_AVFormat_CreateAudioFormat to create the format.**
97 … OH_AVFormat *formatAudio = OH_AVFormat_CreateAudioFormat(OH_AVCODEC_MIMETYPE_AUDIO_AAC, 44100, 2);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A Dnative__avformat_8h.md40 | struct [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVFormat_CreateAudioFormat](_core.md#oh_avforma…
H A D_core.md78 | struct [OH_AVFormat](#oh_avformat) \* [OH_AVFormat_CreateAudioFormat](#oh_avformat_createaudiofor…
857 ### OH_AVFormat_CreateAudioFormat()
860 struct OH_AVFormat* OH_AVFormat_CreateAudioFormat (const char *mimeType, int32_t sampleRate, int32_…
/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md52 |avformat|struct OH_AVFormat \*OH_AVFormat_CreateAudioFormat(const char \*mimeType, int32_t sampleR…
/ohos5.0/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp40 struct OH_AVFormat *OH_AVFormat_CreateAudioFormat(const char *mimeType, int32_t sampleRate, int32_t… in OH_AVFormat_CreateAudioFormat() function
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avformat_8h.md40 | struct [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVFormat_CreateAudioFormat](_core.md#oh_avforma…
H A D_core.md78 | struct [OH_AVFormat](#oh_avformat) \* [OH_AVFormat_CreateAudioFormat](#oh_avformat_createaudiofor…
857 ### OH_AVFormat_CreateAudioFormat()
860 struct OH_AVFormat* OH_AVFormat_CreateAudioFormat (const char *mimeType, int32_t sampleRate, int32_…
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md52 |avformat|struct OH_AVFormat \*OH_AVFormat_CreateAudioFormat(const char \*mimeType, int32_t sampleR…
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c105 OH_AVFormat *formatAudio = OH_AVFormat_CreateAudioFormat(param->mimeType, in AddTrackAudio()