Searched refs:OH_AVFormat_CreateAudioFormat (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | audio-video-muxer.md | 93 **方法二:用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 D | native_avformat.h | 99 struct OH_AVFormat *OH_AVFormat_CreateAudioFormat(const char *mimeType,
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/capi/ |
H A D | avformat_capi_mock.cpp | 83 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 D | avformat_capi_mock.cpp | 86 format_ = OH_AVFormat_CreateAudioFormat(mimeType.data(), sampleRate, channelCount); in InitAudioTrackFormat()
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | audio-video-muxer.md | 91 **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 D | native__avformat_8h.md | 40 | struct [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVFormat_CreateAudioFormat](_core.md#oh_avforma…
|
H A D | _core.md | 78 | 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 D | native-apidiff-avcodec.md | 52 |avformat|struct OH_AVFormat \*OH_AVFormat_CreateAudioFormat(const char \*mimeType, int32_t sampleR…
|
/ohos5.0/foundation/multimedia/media_foundation/src/capi/ |
H A D | native_avformat.cpp | 40 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 D | native__avformat_8h.md | 40 | struct [OH_AVFormat](_core.md#oh_avformat) \* [OH_AVFormat_CreateAudioFormat](_core.md#oh_avforma…
|
H A D | _core.md | 78 | 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 D | native-apidiff-avcodec.md | 52 |avformat|struct OH_AVFormat \*OH_AVFormat_CreateAudioFormat(const char \*mimeType, int32_t sampleR…
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | native_avmuxer_demo.c | 105 OH_AVFormat *formatAudio = OH_AVFormat_CreateAudioFormat(param->mimeType, in AddTrackAudio()
|