Searched refs:AUDIOSTREAM_SAMPLE_S16LE (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.2/ |
H A D | changelogs-multimedia.md | 234 AUDIOSTREAM_SAMPLE_S16LE = 1, 251 AUDIOSTREAM_SAMPLE_S16LE = 1,
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.2/ |
H A D | changelogs-multimedia.md | 236 AUDIOSTREAM_SAMPLE_S16LE = 1, 253 AUDIOSTREAM_SAMPLE_S16LE = 1,
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/kits/c/common/ |
H A D | native_audiostream_base.h | 122 AUDIOSTREAM_SAMPLE_S16LE = 1, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/media/audio/ |
H A D | replace-opensles-by-ohaudio.md | 77 OH_AudioStreamBuilder_SetSampleFormat(builder, AUDIOSTREAM_SAMPLE_S16LE);
|
H A D | using-ohaudio-for-recording.md | 70 OH_AudioStreamBuilder_SetSampleFormat(builder, AUDIOSTREAM_SAMPLE_S16LE);
|
H A D | using-ohaudio-for-playback.md | 72 OH_AudioStreamBuilder_SetSampleFormat(builder, AUDIOSTREAM_SAMPLE_S16LE);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/ |
H A D | native__audiostream__base_8h.md | 51 …_audiostream_sampleformat) {<br/>AUDIOSTREAM_SAMPLE_U8 = 0,<br/>AUDIOSTREAM_SAMPLE_S16LE = 1,<br/>…
|
H A D | _o_h_audio.md | 89 …_audiostream_sampleformat) {<br/>AUDIOSTREAM_SAMPLE_U8 = 0,<br/>AUDIOSTREAM_SAMPLE_S16LE = 1,<br/>… 945 | AUDIOSTREAM_SAMPLE_S16LE | Short 16位小端。 |
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/ |
H A D | oh_audio_capture_unit_test.cpp | 404 EXPECT_TRUE(sampleFormat == AUDIOSTREAM_SAMPLE_S16LE);
|
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/ |
H A D | native__audiostream__base_8h.md | 51 …oh_audiostream_sampleformat) {<br>AUDIOSTREAM_SAMPLE_U8 = 0,<br>AUDIOSTREAM_SAMPLE_S16LE = 1,<br>A…
|
H A D | _o_h_audio.md | 89 …oh_audiostream_sampleformat) {<br>AUDIOSTREAM_SAMPLE_U8 = 0,<br>AUDIOSTREAM_SAMPLE_S16LE = 1,<br>A… 1023 | AUDIOSTREAM_SAMPLE_S16LE | Short 16-bit little-endian. |
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | replace-opensles-by-ohaudio.md | 75 OH_AudioStreamBuilder_SetSampleFormat(builder, AUDIOSTREAM_SAMPLE_S16LE);
|
H A D | using-ohaudio-for-recording.md | 71 OH_AudioStreamBuilder_SetSampleFormat(builder, AUDIOSTREAM_SAMPLE_S16LE);
|
H A D | using-ohaudio-for-playback.md | 73 OH_AudioStreamBuilder_SetSampleFormat(builder, AUDIOSTREAM_SAMPLE_S16LE);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/ |
H A D | oh_audio_stream_builder_unit_test.cpp | 685 OH_AudioStream_SampleFormat format = AUDIOSTREAM_SAMPLE_S16LE;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_render_test/src/ |
H A D | oh_audio_render_unit_test.cpp | 554 EXPECT_TRUE(sampleFormat == AUDIOSTREAM_SAMPLE_S16LE);
|