1e41f4b71Sopenharmony_ci# Multimedia Subsystem Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## c1.multimedia.1 Internal Audio Recording APIs in ohos.multimedia.audio Are Deprecated
4e41f4b71Sopenharmony_ci**Access Level**
5e41f4b71Sopenharmony_ci
6e41f4b71Sopenharmony_ciPublic
7e41f4b71Sopenharmony_ci
8e41f4b71Sopenharmony_ci**Reason for Change**
9e41f4b71Sopenharmony_ci
10e41f4b71Sopenharmony_ciThe internal audio recording APIs of the audio framework are incorporated to the screen capture module of the playback framework.
11e41f4b71Sopenharmony_ci
12e41f4b71Sopenharmony_ci**Change Impact**
13e41f4b71Sopenharmony_ci
14e41f4b71Sopenharmony_ciThis change is a non-compatible change. Applications developed on API version 10 or 11 can still use internal audio recording APIs. However, applications developed on API version 12 can no longer obtain valid data using these deprecated APIs. Instead, they must use the screen capture module of Media Kit.
15e41f4b71Sopenharmony_ci
16e41f4b71Sopenharmony_ci**Change Since**
17e41f4b71Sopenharmony_ci
18e41f4b71Sopenharmony_ciOpenHarmony SDK 5.0.0.23
19e41f4b71Sopenharmony_ci
20e41f4b71Sopenharmony_ci**Deprecated APIs**
21e41f4b71Sopenharmony_ci
22e41f4b71Sopenharmony_ci1. Member variable **playbackCaptureConfig?: AudioPlaybackCaptureConfig;** in **AudioCapturerOptions**
23e41f4b71Sopenharmony_ci2. Member **filterOptions: CaptureFilterOptions;** in **AudioPlaybackCaptureConfig** and **AudioPlaybackCaptureConfig**
24e41f4b71Sopenharmony_ci3. Member **usages: Array\<StreamUsage\>** in **CaptureFilterOptions** and **CaptureFilterOptions**
25e41f4b71Sopenharmony_ci
26e41f4b71Sopenharmony_ci**Adaptation Guide**
27e41f4b71Sopenharmony_ci
28e41f4b71Sopenharmony_ciFor details, see [AVScreenCapture](https://gitee.com/openharmony/docs/blob/master/en/application-dev/reference/apis-media-kit/_a_v_screen_capture.md#oh_audiocapturesourcetype-1) of Media Kit.
29e41f4b71Sopenharmony_ci
30e41f4b71Sopenharmony_ci
31e41f4b71Sopenharmony_ci## c1.multimedia.2 Internal Audio Recording APIs in native_audiostream_base.h Are Deprecated
32e41f4b71Sopenharmony_ci**Access Level**
33e41f4b71Sopenharmony_ci
34e41f4b71Sopenharmony_ciPublic
35e41f4b71Sopenharmony_ci
36e41f4b71Sopenharmony_ci**Reason for Change**
37e41f4b71Sopenharmony_ci
38e41f4b71Sopenharmony_ciThe internal audio recording APIs of the audio framework are incorporated to the screen capture module of the playback framework.
39e41f4b71Sopenharmony_ci
40e41f4b71Sopenharmony_ci**Change Impact**
41e41f4b71Sopenharmony_ci
42e41f4b71Sopenharmony_ciThis change is a non-compatible change. Applications developed on API version 10 or 11 can still use internal audio recording APIs. However, applications developed on API version 12 can no longer obtain valid data using these deprecated APIs. Instead, they must use the screen capture module of Media Kit.
43e41f4b71Sopenharmony_ci
44e41f4b71Sopenharmony_ci**Change Since**
45e41f4b71Sopenharmony_ci
46e41f4b71Sopenharmony_ciOpenHarmony SDK 5.0.0.23
47e41f4b71Sopenharmony_ci
48e41f4b71Sopenharmony_ci**Deprecated APIs**
49e41f4b71Sopenharmony_ci
50e41f4b71Sopenharmony_ciEnumerated value **AUDIOSTREAM_SOURCE_TYPE_PLAYBACK_CAPTURE** of **OH_AudioStream_SourceType**.
51e41f4b71Sopenharmony_ci
52e41f4b71Sopenharmony_ci**Adaptation Guide**
53e41f4b71Sopenharmony_ci
54e41f4b71Sopenharmony_ciFor details, see [AVScreenCapture](https://gitee.com/openharmony/docs/blob/master/en/application-dev/reference/apis-media-kit/_a_v_screen_capture.md#oh_audiocapturesourcetype-1) of Media Kit.
55