1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: AudioRenderer;<br>Method or attribute name: on(type: "markReach", frame: number, callback: (position: number) => {}): void;|NA|@ohos.multimedia.audio.d.ts|
4|Deleted|Class name: AudioCapturer;<br>Method or attribute name: on(type: "markReach", frame: number, callback: (position: number) => {}): void;|NA|@ohos.multimedia.audio.d.ts|
5|Deleted|Class name: AudioRenderer;<br>Method or attribute name: on(type: "periodReach", frame: number, callback: (position: number) => {}): void;|NA|@ohos.multimedia.audio.d.ts|
6|Deleted|Class name: AudioCapturer;<br>Method or attribute name: on(type: "periodReach", frame: number, callback: (position: number) => {}): void;|NA|@ohos.multimedia.audio.d.ts|
7|Added|NA|Class name: CommunicationDeviceType;<br>Method or attribute name: SPEAKER = 2|@ohos.multimedia.audio.d.ts|
8|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
9|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise\<void>;|@ohos.multimedia.audio.d.ts|
10|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts|
11|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise\<number>;|@ohos.multimedia.audio.d.ts|
12|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts|
13|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise\<number>;|@ohos.multimedia.audio.d.ts|
14|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts|
15|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise\<number>;|@ohos.multimedia.audio.d.ts|
16|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
17|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise\<AudioDeviceDescriptors>;|@ohos.multimedia.audio.d.ts|
18|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
19|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise\<void>;|@ohos.multimedia.audio.d.ts|
20|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback\<boolean>): void;|@ohos.multimedia.audio.d.ts|
21|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: isMute(volumeType: AudioVolumeType): Promise\<boolean>;|@ohos.multimedia.audio.d.ts|
22|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback\<boolean>): void;|@ohos.multimedia.audio.d.ts|
23|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: isActive(volumeType: AudioVolumeType): Promise\<boolean>;|@ohos.multimedia.audio.d.ts|
24|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
25|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: setMicrophoneMute(mute: boolean): Promise\<void>;|@ohos.multimedia.audio.d.ts|
26|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: isMicrophoneMute(callback: AsyncCallback\<boolean>): void;|@ohos.multimedia.audio.d.ts|
27|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: isMicrophoneMute(): Promise\<boolean>;|@ohos.multimedia.audio.d.ts|
28|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
29|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: setRingerMode(mode: AudioRingMode): Promise\<void>;|@ohos.multimedia.audio.d.ts|
30|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getRingerMode(callback: AsyncCallback\<AudioRingMode>): void;|@ohos.multimedia.audio.d.ts|
31|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getRingerMode(): Promise\<AudioRingMode>;|@ohos.multimedia.audio.d.ts|
32|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: on(type: 'ringerModeChange', callback: Callback\<AudioRingMode>): void;|@ohos.multimedia.audio.d.ts|
33|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: off(type: 'deviceChange', callback?: Callback\<DeviceChangeAction>): void;|@ohos.multimedia.audio.d.ts|
34|Added|NA|Class name: AVPlayer;<br>Method or attribute name: getTrackDescription(callback: AsyncCallback\<Array\<MediaDescription>>): void;|@ohos.multimedia.media.d.ts|
35|Added|NA|Class name: AVPlayer;<br>Method or attribute name: getTrackDescription() : Promise\<Array\<MediaDescription>>;|@ohos.multimedia.media.d.ts|
36|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;|@ohos.multimedia.media.d.ts|
37|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'timeUpdate', callback: Callback\<number>): void;|@ohos.multimedia.media.d.ts|
38|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts|
39|Added|NA|Class name: AVRecorder;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts|
40|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts|
41|Added|NA|Class name: AVPlayer;<br>Method or attribute name: loop: boolean;|@ohos.multimedia.media.d.ts|
42|Added|NA|Class name: AVPlayer;<br>Method or attribute name: readonly currentTime: number;|@ohos.multimedia.media.d.ts|
43|Added|NA|Class name: AVPlayer;<br>Method or attribute name: readonly duration: number;|@ohos.multimedia.media.d.ts|
44|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: audioSampleRate?: number;|@ohos.multimedia.media.d.ts|
45|Added|NA|Class name: VideoRecorderConfig;<br>Method or attribute name: location?: Location;|@ohos.multimedia.media.d.ts|
46|Added|NA|Class name: AVRecorderConfig;<br>Method or attribute name: location?: Location;|@ohos.multimedia.media.d.ts|
47|Added|NA|Class name: AVPlayer;<br>Method or attribute name: prepare(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
48|Added|NA|Class name: AVPlayer;<br>Method or attribute name: prepare(): Promise\<void>;|@ohos.multimedia.media.d.ts|
49|Added|NA|Class name: AVPlayer;<br>Method or attribute name: play(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
50|Added|NA|Class name: AVPlayer;<br>Method or attribute name: play(): Promise\<void>;|@ohos.multimedia.media.d.ts|
51|Added|NA|Class name: AVPlayer;<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
52|Added|NA|Class name: AVRecorder;<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
53|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
54|Added|NA|Class name: AVPlayer;<br>Method or attribute name: pause(): Promise\<void>;|@ohos.multimedia.media.d.ts|
55|Added|NA|Class name: AVRecorder;<br>Method or attribute name: pause(): Promise\<void>;|@ohos.multimedia.media.d.ts|
56|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: pause(): Promise\<void>;|@ohos.multimedia.media.d.ts|
57|Added|NA|Class name: AVPlayer;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
58|Added|NA|Class name: AVRecorder;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
59|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
60|Added|NA|Class name: AVPlayer;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.multimedia.media.d.ts|
61|Added|NA|Class name: AVRecorder;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.multimedia.media.d.ts|
62|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.multimedia.media.d.ts|
63|Added|NA|Class name: AVPlayer;<br>Method or attribute name: reset(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
64|Added|NA|Class name: AVRecorder;<br>Method or attribute name: reset(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
65|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: reset(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
66|Added|NA|Class name: AVPlayer;<br>Method or attribute name: reset(): Promise\<void>;|@ohos.multimedia.media.d.ts|
67|Added|NA|Class name: AVRecorder;<br>Method or attribute name: reset(): Promise\<void>;|@ohos.multimedia.media.d.ts|
68|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: reset(): Promise\<void>;|@ohos.multimedia.media.d.ts|
69|Added|NA|Class name: AVPlayer;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
70|Added|NA|Class name: AVRecorder;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
71|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
72|Added|NA|Class name: AVPlayer;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.media.d.ts|
73|Added|NA|Class name: AVRecorder;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.media.d.ts|
74|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.media.d.ts|
75|Added|NA|Class name: VideoRecorderConfig;<br>Method or attribute name: url: string;|@ohos.multimedia.media.d.ts|
76|Added|NA|Class name: AVRecorderConfig;<br>Method or attribute name: url: string;|@ohos.multimedia.media.d.ts|
77|Added|NA|Class name: AVPlayer;<br>Method or attribute name: readonly width: number;|@ohos.multimedia.media.d.ts|
78|Added|NA|Class name: AVPlayer;<br>Method or attribute name: readonly height: number;|@ohos.multimedia.media.d.ts|
79|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'startRenderFrame', callback: Callback\<void>): void;|@ohos.multimedia.media.d.ts|
80|Added|NA|Class name: effectKit;<br>Method or attribute name: function createEffect(source: image.PixelMap): Filter;|@ohos.effectKit.d.ts|
81|Added|NA|Class name: effectKit;<br>Method or attribute name: function createColorPicker(source: image.PixelMap): Promise\<ColorPicker>;|@ohos.effectKit.d.ts|
82|Added|NA|Class name: effectKit;<br>Method or attribute name: function createColorPicker(source: image.PixelMap, callback: AsyncCallback\<ColorPicker>): void;|@ohos.effectKit.d.ts|
83|Added|NA|Class name: Filter;<br>Method or attribute name: blur(radius:number): Filter;|@ohos.effectKit.d.ts|
84|Added|NA|Class name: Filter;<br>Method or attribute name: brightness(bright:number): Filter;|@ohos.effectKit.d.ts|
85|Added|NA|Class name: Filter;<br>Method or attribute name: grayscale(): Filter;|@ohos.effectKit.d.ts|
86|Added|NA|Class name: Filter;<br>Method or attribute name: getPixelMap(): image.PixelMap;|@ohos.effectKit.d.ts|
87|Added|NA|Class name: ColorPicker;<br>Method or attribute name: getMainColor(): Promise\<Color>;|@ohos.effectKit.d.ts|
88|Added|NA|Class name: ColorPicker;<br>Method or attribute name: getMainColorSync(): Color;|@ohos.effectKit.d.ts|
89|Added|NA|Class name: Color;<br>Method or attribute name: red: number;|@ohos.effectKit.d.ts|
90|Added|NA|Class name: Color;<br>Method or attribute name: green: number;|@ohos.effectKit.d.ts|
91|Added|NA|Class name: Color;<br>Method or attribute name: blue: number;|@ohos.effectKit.d.ts|
92|Added|NA|Class name: Color;<br>Method or attribute name: alpha: number;|@ohos.effectKit.d.ts|
93|Added|NA|Class name: audio;<br>Method or attribute name: function createTonePlayer(options: AudioRendererInfo, callback: AsyncCallback\<TonePlayer>): void;|@ohos.multimedia.audio.d.ts|
94|Added|NA|Class name: audio;<br>Method or attribute name: function createTonePlayer(options: AudioRendererInfo): Promise\<TonePlayer>;|@ohos.multimedia.audio.d.ts|
95|Added|NA|Class name: audio;<br>Method or attribute name: type VolumeGroupInfos = Array\<Readonly\<VolumeGroupInfo>>;|@ohos.multimedia.audio.d.ts|
96|Added|NA|Class name: audio;<br>Method or attribute name: type AudioRendererChangeInfoArray = Array\<Readonly\<AudioRendererChangeInfo>>;|@ohos.multimedia.audio.d.ts|
97|Added|NA|Class name: audio;<br>Method or attribute name: type AudioCapturerChangeInfoArray = Array\<Readonly\<AudioCapturerChangeInfo>>;|@ohos.multimedia.audio.d.ts|
98|Added|NA|Class name: AudioErrors;<br>Method or attribute name: ERROR_INVALID_PARAM = 6800101|@ohos.multimedia.audio.d.ts|
99|Added|NA|Class name: AudioErrors;<br>Method or attribute name: ERROR_NO_MEMORY     = 6800102|@ohos.multimedia.audio.d.ts|
100|Added|NA|Class name: AudioErrors;<br>Method or attribute name: ERROR_ILLEGAL_STATE = 6800103|@ohos.multimedia.audio.d.ts|
101|Added|NA|Class name: AudioErrors;<br>Method or attribute name: ERROR_UNSUPPORTED   = 6800104|@ohos.multimedia.audio.d.ts|
102|Added|NA|Class name: AudioErrors;<br>Method or attribute name: ERROR_TIMEOUT       = 6800105|@ohos.multimedia.audio.d.ts|
103|Added|NA|Class name: AudioErrors;<br>Method or attribute name: ERROR_STREAM_LIMIT  = 6800201|@ohos.multimedia.audio.d.ts|
104|Added|NA|Class name: AudioErrors;<br>Method or attribute name: ERROR_SYSTEM        = 6800301|@ohos.multimedia.audio.d.ts|
105|Added|NA|Class name: AudioVolumeType;<br>Method or attribute name: ALL = 100|@ohos.multimedia.audio.d.ts|
106|Added|NA|Class name: DeviceFlag;<br>Method or attribute name: NONE_DEVICES_FLAG = 0|@ohos.multimedia.audio.d.ts|
107|Added|NA|Class name: DeviceFlag;<br>Method or attribute name: DISTRIBUTED_OUTPUT_DEVICES_FLAG = 4|@ohos.multimedia.audio.d.ts|
108|Added|NA|Class name: DeviceFlag;<br>Method or attribute name: DISTRIBUTED_INPUT_DEVICES_FLAG = 8|@ohos.multimedia.audio.d.ts|
109|Added|NA|Class name: DeviceFlag;<br>Method or attribute name: ALL_DISTRIBUTED_DEVICES_FLAG = 12|@ohos.multimedia.audio.d.ts|
110|Added|NA|Class name: DeviceType;<br>Method or attribute name: DEFAULT = 1000|@ohos.multimedia.audio.d.ts|
111|Added|NA|Class name: AudioSampleFormat;<br>Method or attribute name: SAMPLE_FORMAT_F32LE = 4|@ohos.multimedia.audio.d.ts|
112|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_VOICE_ASSISTANT = 3|@ohos.multimedia.audio.d.ts|
113|Added|NA|Class name: InterruptRequestType;<br>Method or attribute name: INTERRUPT_REQUEST_TYPE_DEFAULT = 0|@ohos.multimedia.audio.d.ts|
114|Added|NA|Class name: AudioRendererFilter;<br>Method or attribute name: uid: number;|@ohos.multimedia.audio.d.ts|
115|Added|NA|Class name: AudioRendererFilter;<br>Method or attribute name: rendererInfo?: AudioRendererInfo;|@ohos.multimedia.audio.d.ts|
116|Added|NA|Class name: AudioRendererFilter;<br>Method or attribute name: rendererId?: number;|@ohos.multimedia.audio.d.ts|
117|Added|NA|Class name: InterruptMode;<br>Method or attribute name: SHARE_MODE = 0|@ohos.multimedia.audio.d.ts|
118|Added|NA|Class name: InterruptMode;<br>Method or attribute name: INDEPENDENT_MODE = 1|@ohos.multimedia.audio.d.ts|
119|Added|NA|Class name: InterruptForceType;<br>Method or attribute name: INTERRUPT_FORCE = 0|@ohos.multimedia.audio.d.ts|
120|Added|NA|Class name: InterruptForceType;<br>Method or attribute name: INTERRUPT_SHARE = 1|@ohos.multimedia.audio.d.ts|
121|Added|NA|Class name: InterruptEvent;<br>Method or attribute name: eventType: InterruptType;|@ohos.multimedia.audio.d.ts|
122|Added|NA|Class name: InterruptEvent;<br>Method or attribute name: forceType: InterruptForceType;|@ohos.multimedia.audio.d.ts|
123|Added|NA|Class name: InterruptEvent;<br>Method or attribute name: hintType: InterruptHint;|@ohos.multimedia.audio.d.ts|
124|Added|NA|Class name: AudioManager;<br>Method or attribute name: getVolumeManager(): AudioVolumeManager;|@ohos.multimedia.audio.d.ts|
125|Added|NA|Class name: AudioManager;<br>Method or attribute name: getStreamManager(): AudioStreamManager;|@ohos.multimedia.audio.d.ts|
126|Added|NA|Class name: AudioManager;<br>Method or attribute name: getRoutingManager(): AudioRoutingManager;|@ohos.multimedia.audio.d.ts|
127|Added|NA|Class name: InterruptRequestResultType;<br>Method or attribute name: INTERRUPT_REQUEST_GRANT = 0|@ohos.multimedia.audio.d.ts|
128|Added|NA|Class name: InterruptRequestResultType;<br>Method or attribute name: INTERRUPT_REQUEST_REJECT = 1|@ohos.multimedia.audio.d.ts|
129|Added|NA|Class name: InterruptResult;<br>Method or attribute name: requestResult: InterruptRequestResultType;|@ohos.multimedia.audio.d.ts|
130|Added|NA|Class name: InterruptResult;<br>Method or attribute name: interruptNode: number;|@ohos.multimedia.audio.d.ts|
131|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: on(type: 'deviceChange', deviceFlag: DeviceFlag, callback: Callback\<DeviceChangeAction>): void;|@ohos.multimedia.audio.d.ts|
132|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
133|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean): Promise\<void>;|@ohos.multimedia.audio.d.ts|
134|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType, callback: AsyncCallback\<boolean>): void;|@ohos.multimedia.audio.d.ts|
135|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType): Promise\<boolean>;|@ohos.multimedia.audio.d.ts|
136|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
137|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors): Promise\<void>;|@ohos.multimedia.audio.d.ts|
138|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
139|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors): Promise\<void>;|@ohos.multimedia.audio.d.ts|
140|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
141|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors): Promise\<void>;|@ohos.multimedia.audio.d.ts|
142|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getCurrentAudioRendererInfoArray(callback: AsyncCallback\<AudioRendererChangeInfoArray>): void;|@ohos.multimedia.audio.d.ts|
143|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getCurrentAudioRendererInfoArray(): Promise\<AudioRendererChangeInfoArray>;|@ohos.multimedia.audio.d.ts|
144|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getCurrentAudioCapturerInfoArray(callback: AsyncCallback\<AudioCapturerChangeInfoArray>): void;|@ohos.multimedia.audio.d.ts|
145|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getCurrentAudioCapturerInfoArray(): Promise\<AudioCapturerChangeInfoArray>;|@ohos.multimedia.audio.d.ts|
146|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: on(type: "audioRendererChange", callback: Callback\<AudioRendererChangeInfoArray>): void;|@ohos.multimedia.audio.d.ts|
147|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: on(type: "audioCapturerChange", callback: Callback\<AudioCapturerChangeInfoArray>): void;|@ohos.multimedia.audio.d.ts|
148|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: off(type: "audioRendererChange"): void;|@ohos.multimedia.audio.d.ts|
149|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: off(type: "audioCapturerChange"): void;|@ohos.multimedia.audio.d.ts|
150|Added|NA|Class name: AudioVolumeManager;<br>Method or attribute name: getVolumeGroupInfos(networkId: string, callback: AsyncCallback\<VolumeGroupInfos>): void;|@ohos.multimedia.audio.d.ts|
151|Added|NA|Class name: AudioVolumeManager;<br>Method or attribute name: getVolumeGroupInfos(networkId: string): Promise\<VolumeGroupInfos>;|@ohos.multimedia.audio.d.ts|
152|Added|NA|Class name: AudioVolumeManager;<br>Method or attribute name: getVolumeGroupManager(groupId: number, callback: AsyncCallback\<AudioVolumeGroupManager>): void;|@ohos.multimedia.audio.d.ts|
153|Added|NA|Class name: AudioVolumeManager;<br>Method or attribute name: getVolumeGroupManager(groupId: number): Promise\<AudioVolumeGroupManager>;|@ohos.multimedia.audio.d.ts|
154|Added|NA|Class name: AudioVolumeManager;<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;|@ohos.multimedia.audio.d.ts|
155|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: on(type: 'micStateChange', callback: Callback\<MicStateChangeEvent>): void;|@ohos.multimedia.audio.d.ts|
156|Added|NA|Class name: ConnectType;<br>Method or attribute name: CONNECT_TYPE_LOCAL = 1|@ohos.multimedia.audio.d.ts|
157|Added|NA|Class name: ConnectType;<br>Method or attribute name: CONNECT_TYPE_DISTRIBUTED = 2|@ohos.multimedia.audio.d.ts|
158|Added|NA|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly networkId: string;|@ohos.multimedia.audio.d.ts|
159|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly networkId: string;|@ohos.multimedia.audio.d.ts|
160|Added|NA|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly groupId: number;|@ohos.multimedia.audio.d.ts|
161|Added|NA|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly mappingId: number;|@ohos.multimedia.audio.d.ts|
162|Added|NA|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly groupName: string;|@ohos.multimedia.audio.d.ts|
163|Added|NA|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly type: ConnectType;|@ohos.multimedia.audio.d.ts|
164|Added|NA|Class name: AudioRendererChangeInfo;<br>Method or attribute name: readonly streamId: number;|@ohos.multimedia.audio.d.ts|
165|Added|NA|Class name: AudioCapturerChangeInfo;<br>Method or attribute name: readonly streamId: number;|@ohos.multimedia.audio.d.ts|
166|Added|NA|Class name: AudioRendererChangeInfo;<br>Method or attribute name: readonly clientUid: number;|@ohos.multimedia.audio.d.ts|
167|Added|NA|Class name: AudioCapturerChangeInfo;<br>Method or attribute name: readonly clientUid: number;|@ohos.multimedia.audio.d.ts|
168|Added|NA|Class name: AudioRendererChangeInfo;<br>Method or attribute name: readonly rendererInfo: AudioRendererInfo;|@ohos.multimedia.audio.d.ts|
169|Added|NA|Class name: AudioRendererChangeInfo;<br>Method or attribute name: readonly rendererState: AudioState;|@ohos.multimedia.audio.d.ts|
170|Added|NA|Class name: AudioRendererChangeInfo;<br>Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts|
171|Added|NA|Class name: AudioCapturerChangeInfo;<br>Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts|
172|Added|NA|Class name: AudioCapturerChangeInfo;<br>Method or attribute name: readonly capturerInfo: AudioCapturerInfo;|@ohos.multimedia.audio.d.ts|
173|Added|NA|Class name: AudioCapturerChangeInfo;<br>Method or attribute name: readonly capturerState: AudioState;|@ohos.multimedia.audio.d.ts|
174|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly id: number;|@ohos.multimedia.audio.d.ts|
175|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly name: string;|@ohos.multimedia.audio.d.ts|
176|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly address: string;|@ohos.multimedia.audio.d.ts|
177|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly sampleRates: Array\<number>;|@ohos.multimedia.audio.d.ts|
178|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly channelCounts: Array\<number>;|@ohos.multimedia.audio.d.ts|
179|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly channelMasks: Array\<number>;|@ohos.multimedia.audio.d.ts|
180|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly interruptGroupId: number;|@ohos.multimedia.audio.d.ts|
181|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly volumeGroupId: number;|@ohos.multimedia.audio.d.ts|
182|Added|NA|Class name: VolumeEvent;<br>Method or attribute name: volumeGroupId: number;|@ohos.multimedia.audio.d.ts|
183|Added|NA|Class name: VolumeEvent;<br>Method or attribute name: networkId: string;|@ohos.multimedia.audio.d.ts|
184|Added|NA|Class name: MicStateChangeEvent;<br>Method or attribute name: mute: boolean;|@ohos.multimedia.audio.d.ts|
185|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getAudioStreamId(callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts|
186|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: getAudioStreamId(callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts|
187|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getAudioStreamId(): Promise\<number>;|@ohos.multimedia.audio.d.ts|
188|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: getAudioStreamId(): Promise\<number>;|@ohos.multimedia.audio.d.ts|
189|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: setInterruptMode(mode: InterruptMode, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
190|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: setInterruptMode(mode: InterruptMode): Promise\<void>;|@ohos.multimedia.audio.d.ts|
191|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: setVolume(volume: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
192|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: setVolume(volume: number): Promise\<void>;|@ohos.multimedia.audio.d.ts|
193|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: on(type: 'audioInterrupt', callback: Callback\<InterruptEvent>): void;|@ohos.multimedia.audio.d.ts|
194|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: on(type: "markReach", frame: number, callback: Callback\<number>): void;|@ohos.multimedia.audio.d.ts|
195|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: on(type: "markReach", frame: number, callback: Callback\<number>): void;|@ohos.multimedia.audio.d.ts|
196|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: on(type: "periodReach", frame: number, callback: Callback\<number>): void;|@ohos.multimedia.audio.d.ts|
197|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: on(type: "periodReach", frame: number, callback: Callback\<number>): void;|@ohos.multimedia.audio.d.ts|
198|Added|NA|Class name: SourceType;<br>Method or attribute name: SOURCE_TYPE_VOICE_RECOGNITION = 1|@ohos.multimedia.audio.d.ts|
199|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_0 = 0|@ohos.multimedia.audio.d.ts|
200|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_1 = 1|@ohos.multimedia.audio.d.ts|
201|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_2 = 2|@ohos.multimedia.audio.d.ts|
202|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_3 = 3|@ohos.multimedia.audio.d.ts|
203|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_4 = 4|@ohos.multimedia.audio.d.ts|
204|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_5 = 5|@ohos.multimedia.audio.d.ts|
205|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_6 = 6|@ohos.multimedia.audio.d.ts|
206|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_7 = 7|@ohos.multimedia.audio.d.ts|
207|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_8 = 8|@ohos.multimedia.audio.d.ts|
208|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_9 = 9|@ohos.multimedia.audio.d.ts|
209|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_S = 10|@ohos.multimedia.audio.d.ts|
210|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_P = 11|@ohos.multimedia.audio.d.ts|
211|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_A = 12|@ohos.multimedia.audio.d.ts|
212|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_B = 13|@ohos.multimedia.audio.d.ts|
213|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_C = 14|@ohos.multimedia.audio.d.ts|
214|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_D = 15|@ohos.multimedia.audio.d.ts|
215|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_DIAL = 100|@ohos.multimedia.audio.d.ts|
216|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_BUSY = 101|@ohos.multimedia.audio.d.ts|
217|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CONGESTION = 102|@ohos.multimedia.audio.d.ts|
218|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_ACK = 103|@ohos.multimedia.audio.d.ts|
219|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_NOT_AVAILABLE = 104|@ohos.multimedia.audio.d.ts|
220|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CALL_WAITING = 106|@ohos.multimedia.audio.d.ts|
221|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RINGTONE = 107|@ohos.multimedia.audio.d.ts|
222|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_BEEP = 200|@ohos.multimedia.audio.d.ts|
223|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_ACK = 201|@ohos.multimedia.audio.d.ts|
224|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_PROMPT = 203|@ohos.multimedia.audio.d.ts|
225|Added|NA|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_DOUBLE_BEEP = 204|@ohos.multimedia.audio.d.ts|
226|Added|NA|Class name: TonePlayer;<br>Method or attribute name: load(type: ToneType, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
227|Added|NA|Class name: TonePlayer;<br>Method or attribute name: load(type: ToneType): Promise\<void>;|@ohos.multimedia.audio.d.ts|
228|Added|NA|Class name: TonePlayer;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
229|Added|NA|Class name: TonePlayer;<br>Method or attribute name: start(): Promise\<void>;|@ohos.multimedia.audio.d.ts|
230|Added|NA|Class name: TonePlayer;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
231|Added|NA|Class name: TonePlayer;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.multimedia.audio.d.ts|
232|Added|NA|Class name: TonePlayer;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts|
233|Added|NA|Class name: TonePlayer;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.audio.d.ts|
234|Added|NA|Class name: avSession;<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;|@ohos.multimedia.avsession.d.ts|
235|Added|NA|Class name: avSession;<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;|@ohos.multimedia.avsession.d.ts|
236|Added|NA|Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(callback: AsyncCallback\<Array\<Readonly\<AVSessionDescriptor>>>): void;|@ohos.multimedia.avsession.d.ts|
237|Added|NA|Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;|@ohos.multimedia.avsession.d.ts|
238|Added|NA|Class name: avSession;<br>Method or attribute name: function createController(sessionId: string, callback: AsyncCallback\<AVSessionController>): void;|@ohos.multimedia.avsession.d.ts|
239|Added|NA|Class name: avSession;<br>Method or attribute name: function createController(sessionId: string): Promise\<AVSessionController>;|@ohos.multimedia.avsession.d.ts|
240|Added|NA|Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
241|Added|NA|Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
242|Added|NA|Class name: avSession;<br>Method or attribute name: function on(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts|
243|Added|NA|Class name: avSession;<br>Method or attribute name: function on(type: 'sessionServiceDie', callback: () => void): void;|@ohos.multimedia.avsession.d.ts|
244|Added|NA|Class name: avSession;<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts|
245|Added|NA|Class name: avSession;<br>Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts|
246|Added|NA|Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
247|Added|NA|Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
248|Added|NA|Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
249|Added|NA|Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
250|Added|NA|Class name: avSession;<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';|@ohos.multimedia.avsession.d.ts|
251|Added|NA|Class name: avSession;<br>Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|<br>                              'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts|
252|Added|NA|Class name: SessionToken;<br>Method or attribute name: sessionId: string;|@ohos.multimedia.avsession.d.ts|
253|Added|NA|Class name: AVSessionDescriptor;<br>Method or attribute name: sessionId: string;|@ohos.multimedia.avsession.d.ts|
254|Added|NA|Class name: SessionToken;<br>Method or attribute name: pid: number;|@ohos.multimedia.avsession.d.ts|
255|Added|NA|Class name: SessionToken;<br>Method or attribute name: uid: number;|@ohos.multimedia.avsession.d.ts|
256|Added|NA|Class name: AVSession;<br>Method or attribute name: readonly sessionId: string;|@ohos.multimedia.avsession.d.ts|
257|Added|NA|Class name: AVSessionController;<br>Method or attribute name: readonly sessionId: string;|@ohos.multimedia.avsession.d.ts|
258|Added|NA|Class name: AVSession;<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
259|Added|NA|Class name: AVSession;<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
260|Added|NA|Class name: AVSession;<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
261|Added|NA|Class name: AVSession;<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
262|Added|NA|Class name: AVSession;<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
263|Added|NA|Class name: AVSession;<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
264|Added|NA|Class name: AVSession;<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;|@ohos.multimedia.avsession.d.ts|
265|Added|NA|Class name: AVSession;<br>Method or attribute name: getController(): Promise\<AVSessionController>;|@ohos.multimedia.avsession.d.ts|
266|Added|NA|Class name: AVSession;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;|@ohos.multimedia.avsession.d.ts|
267|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;|@ohos.multimedia.avsession.d.ts|
268|Added|NA|Class name: AVSession;<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;|@ohos.multimedia.avsession.d.ts|
269|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;|@ohos.multimedia.avsession.d.ts|
270|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts|
271|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;|@ohos.multimedia.avsession.d.ts|
272|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;|@ohos.multimedia.avsession.d.ts|
273|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;|@ohos.multimedia.avsession.d.ts|
274|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;|@ohos.multimedia.avsession.d.ts|
275|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;|@ohos.multimedia.avsession.d.ts|
276|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts|
277|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts|
278|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts|
279|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;|@ohos.multimedia.avsession.d.ts|
280|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;|@ohos.multimedia.avsession.d.ts|
281|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;|@ohos.multimedia.avsession.d.ts|
282|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;|@ohos.multimedia.avsession.d.ts|
283|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;|@ohos.multimedia.avsession.d.ts|
284|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts|
285|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts|
286|Added|NA|Class name: AVSession;<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
287|Added|NA|Class name: AVSession;<br>Method or attribute name: activate(): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
288|Added|NA|Class name: AVSession;<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
289|Added|NA|Class name: AVSession;<br>Method or attribute name: deactivate(): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
290|Added|NA|Class name: AVSession;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
291|Added|NA|Class name: AVSessionController;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
292|Added|NA|Class name: AVSession;<br>Method or attribute name: destroy(): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
293|Added|NA|Class name: AVSessionController;<br>Method or attribute name: destroy(): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
294|Added|NA|Class name: AVMetadata;<br>Method or attribute name: assetId: string;|@ohos.multimedia.avsession.d.ts|
295|Added|NA|Class name: AVMetadata;<br>Method or attribute name: title?: string;|@ohos.multimedia.avsession.d.ts|
296|Added|NA|Class name: AVMetadata;<br>Method or attribute name: artist?: string;|@ohos.multimedia.avsession.d.ts|
297|Added|NA|Class name: AVMetadata;<br>Method or attribute name: author?: string;|@ohos.multimedia.avsession.d.ts|
298|Added|NA|Class name: AVMetadata;<br>Method or attribute name: album?: string;|@ohos.multimedia.avsession.d.ts|
299|Added|NA|Class name: AVMetadata;<br>Method or attribute name: writer?: string;|@ohos.multimedia.avsession.d.ts|
300|Added|NA|Class name: AVMetadata;<br>Method or attribute name: composer?: string;|@ohos.multimedia.avsession.d.ts|
301|Added|NA|Class name: AVMetadata;<br>Method or attribute name: duration?: number;|@ohos.multimedia.avsession.d.ts|
302|Added|NA|Class name: AVMetadata;<br>Method or attribute name: mediaImage?: image.PixelMap \| string;|@ohos.multimedia.avsession.d.ts|
303|Added|NA|Class name: AVMetadata;<br>Method or attribute name: publishDate?: Date;|@ohos.multimedia.avsession.d.ts|
304|Added|NA|Class name: AVMetadata;<br>Method or attribute name: subtitle?: string;|@ohos.multimedia.avsession.d.ts|
305|Added|NA|Class name: AVMetadata;<br>Method or attribute name: description?: string;|@ohos.multimedia.avsession.d.ts|
306|Added|NA|Class name: AVMetadata;<br>Method or attribute name: lyric?: string;|@ohos.multimedia.avsession.d.ts|
307|Added|NA|Class name: AVMetadata;<br>Method or attribute name: previousAssetId?: string;|@ohos.multimedia.avsession.d.ts|
308|Added|NA|Class name: AVMetadata;<br>Method or attribute name: nextAssetId?: string;|@ohos.multimedia.avsession.d.ts|
309|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: state?: PlaybackState;|@ohos.multimedia.avsession.d.ts|
310|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: speed?: number;|@ohos.multimedia.avsession.d.ts|
311|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: position?: PlaybackPosition;|@ohos.multimedia.avsession.d.ts|
312|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: bufferedTime?: number;|@ohos.multimedia.avsession.d.ts|
313|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: loopMode?: LoopMode;|@ohos.multimedia.avsession.d.ts|
314|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: isFavorite?: boolean;|@ohos.multimedia.avsession.d.ts|
315|Added|NA|Class name: PlaybackPosition;<br>Method or attribute name: elapsedTime: number;|@ohos.multimedia.avsession.d.ts|
316|Added|NA|Class name: PlaybackPosition;<br>Method or attribute name: updateTime: number;|@ohos.multimedia.avsession.d.ts|
317|Added|NA|Class name: OutputDeviceInfo;<br>Method or attribute name: isRemote: boolean;|@ohos.multimedia.avsession.d.ts|
318|Added|NA|Class name: OutputDeviceInfo;<br>Method or attribute name: audioDeviceId: Array\<number>;|@ohos.multimedia.avsession.d.ts|
319|Added|NA|Class name: OutputDeviceInfo;<br>Method or attribute name: deviceName: Array\<string>;|@ohos.multimedia.avsession.d.ts|
320|Added|NA|Class name: LoopMode;<br>Method or attribute name: LOOP_MODE_SEQUENCE = 0|@ohos.multimedia.avsession.d.ts|
321|Added|NA|Class name: LoopMode;<br>Method or attribute name: LOOP_MODE_SINGLE = 1|@ohos.multimedia.avsession.d.ts|
322|Added|NA|Class name: LoopMode;<br>Method or attribute name: LOOP_MODE_LIST = 2|@ohos.multimedia.avsession.d.ts|
323|Added|NA|Class name: LoopMode;<br>Method or attribute name: LOOP_MODE_SHUFFLE = 3|@ohos.multimedia.avsession.d.ts|
324|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_INITIAL = 0|@ohos.multimedia.avsession.d.ts|
325|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_PREPARE = 1|@ohos.multimedia.avsession.d.ts|
326|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_PLAY = 2|@ohos.multimedia.avsession.d.ts|
327|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_PAUSE = 3|@ohos.multimedia.avsession.d.ts|
328|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4|@ohos.multimedia.avsession.d.ts|
329|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_REWIND = 5|@ohos.multimedia.avsession.d.ts|
330|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_STOP = 6|@ohos.multimedia.avsession.d.ts|
331|Added|NA|Class name: AVSessionDescriptor;<br>Method or attribute name: type: AVSessionType;|@ohos.multimedia.avsession.d.ts|
332|Added|NA|Class name: AVSessionDescriptor;<br>Method or attribute name: sessionTag: string;|@ohos.multimedia.avsession.d.ts|
333|Added|NA|Class name: AVSessionDescriptor;<br>Method or attribute name: elementName: ElementName;|@ohos.multimedia.avsession.d.ts|
334|Added|NA|Class name: AVSessionDescriptor;<br>Method or attribute name: isActive: boolean;|@ohos.multimedia.avsession.d.ts|
335|Added|NA|Class name: AVSessionDescriptor;<br>Method or attribute name: isTopSession: boolean;|@ohos.multimedia.avsession.d.ts|
336|Added|NA|Class name: AVSessionDescriptor;<br>Method or attribute name: outputDevice: OutputDeviceInfo;|@ohos.multimedia.avsession.d.ts|
337|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;|@ohos.multimedia.avsession.d.ts|
338|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;|@ohos.multimedia.avsession.d.ts|
339|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;|@ohos.multimedia.avsession.d.ts|
340|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;|@ohos.multimedia.avsession.d.ts|
341|Added|NA|Class name: AVSessionController;<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
342|Added|NA|Class name: AVSessionController;<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
343|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;|@ohos.multimedia.avsession.d.ts|
344|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;|@ohos.multimedia.avsession.d.ts|
345|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getRealPlaybackPositionSync(): number;|@ohos.multimedia.avsession.d.ts|
346|Added|NA|Class name: AVSessionController;<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;|@ohos.multimedia.avsession.d.ts|
347|Added|NA|Class name: AVSessionController;<br>Method or attribute name: isActive(): Promise\<boolean>;|@ohos.multimedia.avsession.d.ts|
348|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;|@ohos.multimedia.avsession.d.ts|
349|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;|@ohos.multimedia.avsession.d.ts|
350|Added|NA|Class name: AVSessionController;<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
351|Added|NA|Class name: AVSessionController;<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
352|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);|@ohos.multimedia.avsession.d.ts|
353|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);|@ohos.multimedia.avsession.d.ts|
354|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);|@ohos.multimedia.avsession.d.ts|
355|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);|@ohos.multimedia.avsession.d.ts|
356|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);|@ohos.multimedia.avsession.d.ts|
357|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);|@ohos.multimedia.avsession.d.ts|
358|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);|@ohos.multimedia.avsession.d.ts|
359|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);|@ohos.multimedia.avsession.d.ts|
360|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);|@ohos.multimedia.avsession.d.ts|
361|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);|@ohos.multimedia.avsession.d.ts|
362|Added|NA|Class name: AVControlCommand;<br>Method or attribute name: command: AVControlCommandType;|@ohos.multimedia.avsession.d.ts|
363|Added|NA|Class name: AVControlCommand;<br>Method or attribute name: parameter?: LoopMode \| string \| number;|@ohos.multimedia.avsession.d.ts|
364|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101|@ohos.multimedia.avsession.d.ts|
365|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102|@ohos.multimedia.avsession.d.ts|
366|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103|@ohos.multimedia.avsession.d.ts|
367|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104|@ohos.multimedia.avsession.d.ts|
368|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105|@ohos.multimedia.avsession.d.ts|
369|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106|@ohos.multimedia.avsession.d.ts|
370|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107|@ohos.multimedia.avsession.d.ts|
371|Added|NA|Class name: camera;<br>Method or attribute name: function getCameraManager(context: Context): CameraManager;|@ohos.multimedia.camera.d.ts|
372|Added|NA|Class name: CameraStatus;<br>Method or attribute name: CAMERA_STATUS_APPEAR = 0|@ohos.multimedia.camera.d.ts|
373|Added|NA|Class name: CameraStatus;<br>Method or attribute name: CAMERA_STATUS_DISAPPEAR = 1|@ohos.multimedia.camera.d.ts|
374|Added|NA|Class name: CameraStatus;<br>Method or attribute name: CAMERA_STATUS_AVAILABLE = 2|@ohos.multimedia.camera.d.ts|
375|Added|NA|Class name: CameraStatus;<br>Method or attribute name: CAMERA_STATUS_UNAVAILABLE = 3|@ohos.multimedia.camera.d.ts|
376|Added|NA|Class name: Profile;<br>Method or attribute name: readonly format: CameraFormat;|@ohos.multimedia.camera.d.ts|
377|Added|NA|Class name: Profile;<br>Method or attribute name: readonly size: Size;|@ohos.multimedia.camera.d.ts|
378|Added|NA|Class name: FrameRateRange;<br>Method or attribute name: readonly min: number;|@ohos.multimedia.camera.d.ts|
379|Added|NA|Class name: FrameRateRange;<br>Method or attribute name: readonly max: number;|@ohos.multimedia.camera.d.ts|
380|Added|NA|Class name: VideoProfile;<br>Method or attribute name: readonly frameRateRange: FrameRateRange;|@ohos.multimedia.camera.d.ts|
381|Added|NA|Class name: CameraOutputCapability;<br>Method or attribute name: readonly previewProfiles: Array\<Profile>;|@ohos.multimedia.camera.d.ts|
382|Added|NA|Class name: CameraOutputCapability;<br>Method or attribute name: readonly photoProfiles: Array\<Profile>;|@ohos.multimedia.camera.d.ts|
383|Added|NA|Class name: CameraOutputCapability;<br>Method or attribute name: readonly videoProfiles: Array\<VideoProfile>;|@ohos.multimedia.camera.d.ts|
384|Added|NA|Class name: CameraOutputCapability;<br>Method or attribute name: readonly supportedMetadataObjectTypes: Array\<MetadataObjectType>;|@ohos.multimedia.camera.d.ts|
385|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: INVALID_ARGUMENT = 7400101|@ohos.multimedia.camera.d.ts|
386|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: OPERATION_NOT_ALLOWED = 7400102|@ohos.multimedia.camera.d.ts|
387|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: SESSION_NOT_CONFIG = 7400103|@ohos.multimedia.camera.d.ts|
388|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: SESSION_NOT_RUNNING = 7400104|@ohos.multimedia.camera.d.ts|
389|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: SESSION_CONFIG_LOCKED = 7400105|@ohos.multimedia.camera.d.ts|
390|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: DEVICE_SETTING_LOCKED = 7400106|@ohos.multimedia.camera.d.ts|
391|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: CONFILICT_CAMERA = 7400107|@ohos.multimedia.camera.d.ts|
392|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: DEVICE_DISABLED = 7400108|@ohos.multimedia.camera.d.ts|
393|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: SERVICE_FATAL_ERROR = 7400201|@ohos.multimedia.camera.d.ts|
394|Added|NA|Class name: CameraManager;<br>Method or attribute name: getSupportedCameras(): Array\<CameraDevice>;|@ohos.multimedia.camera.d.ts|
395|Added|NA|Class name: CameraManager;<br>Method or attribute name: getSupportedOutputCapability(camera: CameraDevice): CameraOutputCapability;|@ohos.multimedia.camera.d.ts|
396|Added|NA|Class name: CameraManager;<br>Method or attribute name: isCameraMuted(): boolean;|@ohos.multimedia.camera.d.ts|
397|Added|NA|Class name: CameraManager;<br>Method or attribute name: isCameraMuteSupported(): boolean;|@ohos.multimedia.camera.d.ts|
398|Added|NA|Class name: CameraManager;<br>Method or attribute name: muteCamera(mute: boolean): void;|@ohos.multimedia.camera.d.ts|
399|Added|NA|Class name: CameraManager;<br>Method or attribute name: createCameraInput(camera: CameraDevice): CameraInput;|@ohos.multimedia.camera.d.ts|
400|Added|NA|Class name: CameraManager;<br>Method or attribute name: createCameraInput(position: CameraPosition, type: CameraType): CameraInput;|@ohos.multimedia.camera.d.ts|
401|Added|NA|Class name: CameraManager;<br>Method or attribute name: createPreviewOutput(profile: Profile, surfaceId: string): PreviewOutput;|@ohos.multimedia.camera.d.ts|
402|Added|NA|Class name: CameraManager;<br>Method or attribute name: createPhotoOutput(profile: Profile, surfaceId: string): PhotoOutput;|@ohos.multimedia.camera.d.ts|
403|Added|NA|Class name: CameraManager;<br>Method or attribute name: createVideoOutput(profile: VideoProfile, surfaceId: string): VideoOutput;|@ohos.multimedia.camera.d.ts|
404|Added|NA|Class name: CameraManager;<br>Method or attribute name: createMetadataOutput(metadataObjectTypes: Array\<MetadataObjectType>): MetadataOutput;|@ohos.multimedia.camera.d.ts|
405|Added|NA|Class name: CameraManager;<br>Method or attribute name: createCaptureSession(): CaptureSession;|@ohos.multimedia.camera.d.ts|
406|Added|NA|Class name: CameraManager;<br>Method or attribute name: on(type: 'cameraStatus', callback: AsyncCallback\<CameraStatusInfo>): void;|@ohos.multimedia.camera.d.ts|
407|Added|NA|Class name: CameraManager;<br>Method or attribute name: on(type: 'cameraMute', callback: AsyncCallback\<boolean>): void;|@ohos.multimedia.camera.d.ts|
408|Added|NA|Class name: CameraStatusInfo;<br>Method or attribute name: camera: CameraDevice;|@ohos.multimedia.camera.d.ts|
409|Added|NA|Class name: CameraStatusInfo;<br>Method or attribute name: status: CameraStatus;|@ohos.multimedia.camera.d.ts|
410|Added|NA|Class name: CameraPosition;<br>Method or attribute name: CAMERA_POSITION_UNSPECIFIED = 0|@ohos.multimedia.camera.d.ts|
411|Added|NA|Class name: CameraPosition;<br>Method or attribute name: CAMERA_POSITION_BACK = 1|@ohos.multimedia.camera.d.ts|
412|Added|NA|Class name: CameraPosition;<br>Method or attribute name: CAMERA_POSITION_FRONT = 2|@ohos.multimedia.camera.d.ts|
413|Added|NA|Class name: CameraType;<br>Method or attribute name: CAMERA_TYPE_DEFAULT = 0|@ohos.multimedia.camera.d.ts|
414|Added|NA|Class name: CameraType;<br>Method or attribute name: CAMERA_TYPE_WIDE_ANGLE = 1|@ohos.multimedia.camera.d.ts|
415|Added|NA|Class name: CameraType;<br>Method or attribute name: CAMERA_TYPE_ULTRA_WIDE = 2|@ohos.multimedia.camera.d.ts|
416|Added|NA|Class name: CameraType;<br>Method or attribute name: CAMERA_TYPE_TELEPHOTO = 3|@ohos.multimedia.camera.d.ts|
417|Added|NA|Class name: CameraType;<br>Method or attribute name: CAMERA_TYPE_TRUE_DEPTH = 4|@ohos.multimedia.camera.d.ts|
418|Added|NA|Class name: ConnectionType;<br>Method or attribute name: CAMERA_CONNECTION_BUILT_IN = 0|@ohos.multimedia.camera.d.ts|
419|Added|NA|Class name: ConnectionType;<br>Method or attribute name: CAMERA_CONNECTION_USB_PLUGIN = 1|@ohos.multimedia.camera.d.ts|
420|Added|NA|Class name: ConnectionType;<br>Method or attribute name: CAMERA_CONNECTION_REMOTE = 2|@ohos.multimedia.camera.d.ts|
421|Added|NA|Class name: CameraDevice;<br>Method or attribute name: readonly cameraId: string;|@ohos.multimedia.camera.d.ts|
422|Added|NA|Class name: CameraDevice;<br>Method or attribute name: readonly cameraPosition: CameraPosition;|@ohos.multimedia.camera.d.ts|
423|Added|NA|Class name: CameraDevice;<br>Method or attribute name: readonly cameraType: CameraType;|@ohos.multimedia.camera.d.ts|
424|Added|NA|Class name: CameraDevice;<br>Method or attribute name: readonly connectionType: ConnectionType;|@ohos.multimedia.camera.d.ts|
425|Added|NA|Class name: Size;<br>Method or attribute name: height: number;|@ohos.multimedia.camera.d.ts|
426|Added|NA|Class name: Rect;<br>Method or attribute name: height: number;|@ohos.multimedia.camera.d.ts|
427|Added|NA|Class name: Size;<br>Method or attribute name: width: number;|@ohos.multimedia.camera.d.ts|
428|Added|NA|Class name: Rect;<br>Method or attribute name: width: number;|@ohos.multimedia.camera.d.ts|
429|Added|NA|Class name: Point;<br>Method or attribute name: x: number;|@ohos.multimedia.camera.d.ts|
430|Added|NA|Class name: Point;<br>Method or attribute name: y: number;|@ohos.multimedia.camera.d.ts|
431|Added|NA|Class name: CameraInput;<br>Method or attribute name: open(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
432|Added|NA|Class name: CameraInput;<br>Method or attribute name: open(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
433|Added|NA|Class name: CameraInput;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
434|Added|NA|Class name: CameraInput;<br>Method or attribute name: close(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
435|Added|NA|Class name: CameraInput;<br>Method or attribute name: on(type: 'error', camera: CameraDevice, callback: ErrorCallback\<BusinessError>): void;|@ohos.multimedia.camera.d.ts|
436|Added|NA|Class name: CameraFormat;<br>Method or attribute name: CAMERA_FORMAT_RGBA_8888 = 3|@ohos.multimedia.camera.d.ts|
437|Added|NA|Class name: CameraFormat;<br>Method or attribute name: CAMERA_FORMAT_YUV_420_SP = 1003|@ohos.multimedia.camera.d.ts|
438|Added|NA|Class name: CameraFormat;<br>Method or attribute name: CAMERA_FORMAT_JPEG = 2000|@ohos.multimedia.camera.d.ts|
439|Added|NA|Class name: FlashMode;<br>Method or attribute name: FLASH_MODE_CLOSE = 0|@ohos.multimedia.camera.d.ts|
440|Added|NA|Class name: FlashMode;<br>Method or attribute name: FLASH_MODE_OPEN = 1|@ohos.multimedia.camera.d.ts|
441|Added|NA|Class name: FlashMode;<br>Method or attribute name: FLASH_MODE_AUTO = 2|@ohos.multimedia.camera.d.ts|
442|Added|NA|Class name: FlashMode;<br>Method or attribute name: FLASH_MODE_ALWAYS_OPEN = 3|@ohos.multimedia.camera.d.ts|
443|Added|NA|Class name: ExposureMode;<br>Method or attribute name: EXPOSURE_MODE_LOCKED = 0|@ohos.multimedia.camera.d.ts|
444|Added|NA|Class name: ExposureMode;<br>Method or attribute name: EXPOSURE_MODE_AUTO = 1|@ohos.multimedia.camera.d.ts|
445|Added|NA|Class name: ExposureMode;<br>Method or attribute name: EXPOSURE_MODE_CONTINUOUS_AUTO = 2|@ohos.multimedia.camera.d.ts|
446|Added|NA|Class name: FocusMode;<br>Method or attribute name: FOCUS_MODE_MANUAL = 0|@ohos.multimedia.camera.d.ts|
447|Added|NA|Class name: FocusMode;<br>Method or attribute name: FOCUS_MODE_CONTINUOUS_AUTO = 1|@ohos.multimedia.camera.d.ts|
448|Added|NA|Class name: FocusMode;<br>Method or attribute name: FOCUS_MODE_AUTO = 2|@ohos.multimedia.camera.d.ts|
449|Added|NA|Class name: FocusMode;<br>Method or attribute name: FOCUS_MODE_LOCKED = 3|@ohos.multimedia.camera.d.ts|
450|Added|NA|Class name: FocusState;<br>Method or attribute name: FOCUS_STATE_SCAN = 0|@ohos.multimedia.camera.d.ts|
451|Added|NA|Class name: FocusState;<br>Method or attribute name: FOCUS_STATE_FOCUSED = 1|@ohos.multimedia.camera.d.ts|
452|Added|NA|Class name: FocusState;<br>Method or attribute name: FOCUS_STATE_UNFOCUSED = 2|@ohos.multimedia.camera.d.ts|
453|Added|NA|Class name: VideoStabilizationMode;<br>Method or attribute name: OFF = 0|@ohos.multimedia.camera.d.ts|
454|Added|NA|Class name: VideoStabilizationMode;<br>Method or attribute name: LOW = 1|@ohos.multimedia.camera.d.ts|
455|Added|NA|Class name: VideoStabilizationMode;<br>Method or attribute name: MIDDLE = 2|@ohos.multimedia.camera.d.ts|
456|Added|NA|Class name: VideoStabilizationMode;<br>Method or attribute name: HIGH = 3|@ohos.multimedia.camera.d.ts|
457|Added|NA|Class name: VideoStabilizationMode;<br>Method or attribute name: AUTO = 4|@ohos.multimedia.camera.d.ts|
458|Added|NA|Class name: CaptureSession;<br>Method or attribute name: beginConfig(): void;|@ohos.multimedia.camera.d.ts|
459|Added|NA|Class name: CaptureSession;<br>Method or attribute name: commitConfig(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
460|Added|NA|Class name: CaptureSession;<br>Method or attribute name: commitConfig(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
461|Added|NA|Class name: CaptureSession;<br>Method or attribute name: addInput(cameraInput: CameraInput): void;|@ohos.multimedia.camera.d.ts|
462|Added|NA|Class name: CaptureSession;<br>Method or attribute name: removeInput(cameraInput: CameraInput): void;|@ohos.multimedia.camera.d.ts|
463|Added|NA|Class name: CaptureSession;<br>Method or attribute name: addOutput(cameraOutput: CameraOutput): void;|@ohos.multimedia.camera.d.ts|
464|Added|NA|Class name: CaptureSession;<br>Method or attribute name: removeOutput(cameraOutput: CameraOutput): void;|@ohos.multimedia.camera.d.ts|
465|Added|NA|Class name: CaptureSession;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
466|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
467|Added|NA|Class name: VideoOutput;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
468|Added|NA|Class name: MetadataOutput;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
469|Added|NA|Class name: CaptureSession;<br>Method or attribute name: start(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
470|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: start(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
471|Added|NA|Class name: VideoOutput;<br>Method or attribute name: start(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
472|Added|NA|Class name: MetadataOutput;<br>Method or attribute name: start(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
473|Added|NA|Class name: CaptureSession;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
474|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
475|Added|NA|Class name: VideoOutput;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
476|Added|NA|Class name: MetadataOutput;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
477|Added|NA|Class name: CaptureSession;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
478|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
479|Added|NA|Class name: VideoOutput;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
480|Added|NA|Class name: MetadataOutput;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
481|Added|NA|Class name: CaptureSession;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
482|Added|NA|Class name: CameraOutput;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
483|Added|NA|Class name: CaptureSession;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
484|Added|NA|Class name: CameraOutput;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
485|Added|NA|Class name: CaptureSession;<br>Method or attribute name: hasFlash(): boolean;|@ohos.multimedia.camera.d.ts|
486|Added|NA|Class name: CaptureSession;<br>Method or attribute name: isFlashModeSupported(flashMode: FlashMode): boolean;|@ohos.multimedia.camera.d.ts|
487|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getFlashMode(): FlashMode;|@ohos.multimedia.camera.d.ts|
488|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setFlashMode(flashMode: FlashMode): void;|@ohos.multimedia.camera.d.ts|
489|Added|NA|Class name: CaptureSession;<br>Method or attribute name: isExposureModeSupported(aeMode: ExposureMode): boolean;|@ohos.multimedia.camera.d.ts|
490|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getExposureMode(): ExposureMode;|@ohos.multimedia.camera.d.ts|
491|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setExposureMode(aeMode: ExposureMode): void;|@ohos.multimedia.camera.d.ts|
492|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getMeteringPoint(): Point;|@ohos.multimedia.camera.d.ts|
493|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setMeteringPoint(point: Point): void;|@ohos.multimedia.camera.d.ts|
494|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getExposureBiasRange(): Array\<number>;|@ohos.multimedia.camera.d.ts|
495|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setExposureBias(exposureBias: number): void;|@ohos.multimedia.camera.d.ts|
496|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getExposureValue(): number;|@ohos.multimedia.camera.d.ts|
497|Added|NA|Class name: CaptureSession;<br>Method or attribute name: isFocusModeSupported(afMode: FocusMode): boolean;|@ohos.multimedia.camera.d.ts|
498|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getFocusMode(): FocusMode;|@ohos.multimedia.camera.d.ts|
499|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setFocusMode(afMode: FocusMode): void;|@ohos.multimedia.camera.d.ts|
500|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setFocusPoint(point: Point): void;|@ohos.multimedia.camera.d.ts|
501|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getFocusPoint(): Point;|@ohos.multimedia.camera.d.ts|
502|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getFocalLength(): number;|@ohos.multimedia.camera.d.ts|
503|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getZoomRatioRange(): Array\<number>;|@ohos.multimedia.camera.d.ts|
504|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getZoomRatio(): number;|@ohos.multimedia.camera.d.ts|
505|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setZoomRatio(zoomRatio: number): void;|@ohos.multimedia.camera.d.ts|
506|Added|NA|Class name: CaptureSession;<br>Method or attribute name: isVideoStabilizationModeSupported(vsMode: VideoStabilizationMode): boolean;|@ohos.multimedia.camera.d.ts|
507|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getActiveVideoStabilizationMode(): VideoStabilizationMode;|@ohos.multimedia.camera.d.ts|
508|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setVideoStabilizationMode(mode: VideoStabilizationMode): void;|@ohos.multimedia.camera.d.ts|
509|Added|NA|Class name: CaptureSession;<br>Method or attribute name: on(type: 'focusStateChange', callback: AsyncCallback\<FocusState>): void;|@ohos.multimedia.camera.d.ts|
510|Added|NA|Class name: CaptureSession;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|@ohos.multimedia.camera.d.ts|
511|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|@ohos.multimedia.camera.d.ts|
512|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|@ohos.multimedia.camera.d.ts|
513|Added|NA|Class name: VideoOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|@ohos.multimedia.camera.d.ts|
514|Added|NA|Class name: MetadataOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|@ohos.multimedia.camera.d.ts|
515|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: on(type: 'frameStart', callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
516|Added|NA|Class name: VideoOutput;<br>Method or attribute name: on(type: 'frameStart', callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
517|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: on(type: 'frameEnd', callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
518|Added|NA|Class name: VideoOutput;<br>Method or attribute name: on(type: 'frameEnd', callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
519|Added|NA|Class name: ImageRotation;<br>Method or attribute name: ROTATION_0 = 0|@ohos.multimedia.camera.d.ts|
520|Added|NA|Class name: ImageRotation;<br>Method or attribute name: ROTATION_90 = 90|@ohos.multimedia.camera.d.ts|
521|Added|NA|Class name: ImageRotation;<br>Method or attribute name: ROTATION_180 = 180|@ohos.multimedia.camera.d.ts|
522|Added|NA|Class name: ImageRotation;<br>Method or attribute name: ROTATION_270 = 270|@ohos.multimedia.camera.d.ts|
523|Added|NA|Class name: Location;<br>Method or attribute name: latitude: number;|@ohos.multimedia.camera.d.ts|
524|Added|NA|Class name: Location;<br>Method or attribute name: longitude: number;|@ohos.multimedia.camera.d.ts|
525|Added|NA|Class name: Location;<br>Method or attribute name: altitude: number;|@ohos.multimedia.camera.d.ts|
526|Added|NA|Class name: QualityLevel;<br>Method or attribute name: QUALITY_LEVEL_HIGH = 0|@ohos.multimedia.camera.d.ts|
527|Added|NA|Class name: QualityLevel;<br>Method or attribute name: QUALITY_LEVEL_MEDIUM = 1|@ohos.multimedia.camera.d.ts|
528|Added|NA|Class name: QualityLevel;<br>Method or attribute name: QUALITY_LEVEL_LOW = 2|@ohos.multimedia.camera.d.ts|
529|Added|NA|Class name: PhotoCaptureSetting;<br>Method or attribute name: quality?: QualityLevel;|@ohos.multimedia.camera.d.ts|
530|Added|NA|Class name: PhotoCaptureSetting;<br>Method or attribute name: rotation?: ImageRotation;|@ohos.multimedia.camera.d.ts|
531|Added|NA|Class name: PhotoCaptureSetting;<br>Method or attribute name: location?: Location;|@ohos.multimedia.camera.d.ts|
532|Added|NA|Class name: PhotoCaptureSetting;<br>Method or attribute name: mirror?: boolean;|@ohos.multimedia.camera.d.ts|
533|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: capture(callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
534|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: capture(): Promise\<void>;|@ohos.multimedia.camera.d.ts|
535|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: capture(setting: PhotoCaptureSetting, callback: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts|
536|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: capture(setting?: PhotoCaptureSetting): Promise\<void>;|@ohos.multimedia.camera.d.ts|
537|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: isMirrorSupported(): boolean;|@ohos.multimedia.camera.d.ts|
538|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: on(type: 'captureStart', callback: AsyncCallback\<number>): void;|@ohos.multimedia.camera.d.ts|
539|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: on(type: 'frameShutter', callback: AsyncCallback\<FrameShutterInfo>): void;|@ohos.multimedia.camera.d.ts|
540|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: on(type: 'captureEnd', callback: AsyncCallback\<CaptureEndInfo>): void;|@ohos.multimedia.camera.d.ts|
541|Added|NA|Class name: FrameShutterInfo;<br>Method or attribute name: captureId: number;|@ohos.multimedia.camera.d.ts|
542|Added|NA|Class name: CaptureEndInfo;<br>Method or attribute name: captureId: number;|@ohos.multimedia.camera.d.ts|
543|Added|NA|Class name: FrameShutterInfo;<br>Method or attribute name: timestamp: number;|@ohos.multimedia.camera.d.ts|
544|Added|NA|Class name: CaptureEndInfo;<br>Method or attribute name: frameCount: number;|@ohos.multimedia.camera.d.ts|
545|Added|NA|Class name: MetadataObjectType;<br>Method or attribute name: FACE_DETECTION = 0|@ohos.multimedia.camera.d.ts|
546|Added|NA|Class name: Rect;<br>Method or attribute name: topLeftX: number;|@ohos.multimedia.camera.d.ts|
547|Added|NA|Class name: Rect;<br>Method or attribute name: topLeftY: number;|@ohos.multimedia.camera.d.ts|
548|Added|NA|Class name: MetadataObject;<br>Method or attribute name: readonly type: MetadataObjectType;|@ohos.multimedia.camera.d.ts|
549|Added|NA|Class name: MetadataObject;<br>Method or attribute name: readonly timestamp: number;|@ohos.multimedia.camera.d.ts|
550|Added|NA|Class name: MetadataObject;<br>Method or attribute name: readonly boundingBox: Rect;|@ohos.multimedia.camera.d.ts|
551|Added|NA|Class name: MetadataOutput;<br>Method or attribute name: on(type: 'metadataObjectsAvailable', callback: AsyncCallback\<Array\<MetadataObject>>): void;|@ohos.multimedia.camera.d.ts|
552|Added|NA|Class name: image;<br>Method or attribute name: function createImageSource(uri: string, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts|
553|Added|NA|Class name: image;<br>Method or attribute name: function createImageSource(fd: number, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts|
554|Added|NA|Class name: image;<br>Method or attribute name: function createImageSource(buf: ArrayBuffer): ImageSource;|@ohos.multimedia.image.d.ts|
555|Added|NA|Class name: image;<br>Method or attribute name: function createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts|
556|Added|NA|Class name: image;<br>Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer): ImageSource;|@ohos.multimedia.image.d.ts|
557|Added|NA|Class name: image;<br>Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer, options?: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts|
558|Added|NA|Class name: image;<br>Method or attribute name: function createImageReceiver(width: number, height: number, format: number, capacity: number): ImageReceiver;|@ohos.multimedia.image.d.ts|
559|Added|NA|Class name: image;<br>Method or attribute name: function createImageCreator(width: number, height: number, format: number, capacity: number): ImageCreator;|@ohos.multimedia.image.d.ts|
560|Added|NA|Class name: PixelMapFormat;<br>Method or attribute name: BGRA_8888 = 4|@ohos.multimedia.image.d.ts|
561|Added|NA|Class name: PixelMapFormat;<br>Method or attribute name: RGB_888 = 5|@ohos.multimedia.image.d.ts|
562|Added|NA|Class name: PixelMapFormat;<br>Method or attribute name: ALPHA_8 = 6|@ohos.multimedia.image.d.ts|
563|Added|NA|Class name: PixelMapFormat;<br>Method or attribute name: RGBA_F16 = 7|@ohos.multimedia.image.d.ts|
564|Added|NA|Class name: PixelMapFormat;<br>Method or attribute name: NV21 = 8|@ohos.multimedia.image.d.ts|
565|Added|NA|Class name: PixelMapFormat;<br>Method or attribute name: NV12 = 9|@ohos.multimedia.image.d.ts|
566|Added|NA|Class name: PropertyKey;<br>Method or attribute name: DATE_TIME_ORIGINAL = "DateTimeOriginal"|@ohos.multimedia.image.d.ts|
567|Added|NA|Class name: PropertyKey;<br>Method or attribute name: EXPOSURE_TIME = "ExposureTime"|@ohos.multimedia.image.d.ts|
568|Added|NA|Class name: PropertyKey;<br>Method or attribute name: SCENE_TYPE = "SceneType"|@ohos.multimedia.image.d.ts|
569|Added|NA|Class name: PropertyKey;<br>Method or attribute name: ISO_SPEED_RATINGS = "ISOSpeedRatings"|@ohos.multimedia.image.d.ts|
570|Added|NA|Class name: PropertyKey;<br>Method or attribute name: F_NUMBER = "FNumber"|@ohos.multimedia.image.d.ts|
571|Added|NA|Class name: ImageFormat;<br>Method or attribute name: YCBCR_422_SP = 1000|@ohos.multimedia.image.d.ts|
572|Added|NA|Class name: ImageFormat;<br>Method or attribute name: JPEG = 2000|@ohos.multimedia.image.d.ts|
573|Added|NA|Class name: AlphaType;<br>Method or attribute name: UNKNOWN = 0|@ohos.multimedia.image.d.ts|
574|Added|NA|Class name: AlphaType;<br>Method or attribute name: OPAQUE = 1|@ohos.multimedia.image.d.ts|
575|Added|NA|Class name: AlphaType;<br>Method or attribute name: PREMUL = 2|@ohos.multimedia.image.d.ts|
576|Added|NA|Class name: AlphaType;<br>Method or attribute name: UNPREMUL = 3|@ohos.multimedia.image.d.ts|
577|Added|NA|Class name: ScaleMode;<br>Method or attribute name: FIT_TARGET_SIZE = 0|@ohos.multimedia.image.d.ts|
578|Added|NA|Class name: ScaleMode;<br>Method or attribute name: CENTER_CROP = 1|@ohos.multimedia.image.d.ts|
579|Added|NA|Class name: ComponentType;<br>Method or attribute name: YUV_Y = 1|@ohos.multimedia.image.d.ts|
580|Added|NA|Class name: ComponentType;<br>Method or attribute name: YUV_U = 2|@ohos.multimedia.image.d.ts|
581|Added|NA|Class name: ComponentType;<br>Method or attribute name: YUV_V = 3|@ohos.multimedia.image.d.ts|
582|Added|NA|Class name: ComponentType;<br>Method or attribute name: JPEG = 4|@ohos.multimedia.image.d.ts|
583|Added|NA|Class name: ImageInfo;<br>Method or attribute name: density: number;|@ohos.multimedia.image.d.ts|
584|Added|NA|Class name: PackingOption;<br>Method or attribute name: bufferSize?: number;|@ohos.multimedia.image.d.ts|
585|Added|NA|Class name: DecodingOptions;<br>Method or attribute name: fitDensity?: number;|@ohos.multimedia.image.d.ts|
586|Added|NA|Class name: Component;<br>Method or attribute name: readonly componentType: ComponentType;|@ohos.multimedia.image.d.ts|
587|Added|NA|Class name: Component;<br>Method or attribute name: readonly rowStride: number;|@ohos.multimedia.image.d.ts|
588|Added|NA|Class name: Component;<br>Method or attribute name: readonly pixelStride: number;|@ohos.multimedia.image.d.ts|
589|Added|NA|Class name: Component;<br>Method or attribute name: readonly byteBuffer: ArrayBuffer;|@ohos.multimedia.image.d.ts|
590|Added|NA|Class name: InitializationOptions;<br>Method or attribute name: alphaType?: AlphaType;|@ohos.multimedia.image.d.ts|
591|Added|NA|Class name: InitializationOptions;<br>Method or attribute name: scaleMode?: ScaleMode;|@ohos.multimedia.image.d.ts|
592|Added|NA|Class name: SourceOptions;<br>Method or attribute name: sourceDensity: number;|@ohos.multimedia.image.d.ts|
593|Added|NA|Class name: SourceOptions;<br>Method or attribute name: sourcePixelFormat?: PixelMapFormat;|@ohos.multimedia.image.d.ts|
594|Added|NA|Class name: SourceOptions;<br>Method or attribute name: sourceSize?: Size;|@ohos.multimedia.image.d.ts|
595|Added|NA|Class name: PixelMap;<br>Method or attribute name: getDensity():number;|@ohos.multimedia.image.d.ts|
596|Added|NA|Class name: PixelMap;<br>Method or attribute name: opacity(rate: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
597|Added|NA|Class name: PixelMap;<br>Method or attribute name: opacity(rate: number): Promise\<void>;|@ohos.multimedia.image.d.ts|
598|Added|NA|Class name: PixelMap;<br>Method or attribute name: createAlphaPixelmap(): Promise\<PixelMap>;|@ohos.multimedia.image.d.ts|
599|Added|NA|Class name: PixelMap;<br>Method or attribute name: createAlphaPixelmap(callback: AsyncCallback\<PixelMap>): void;|@ohos.multimedia.image.d.ts|
600|Added|NA|Class name: PixelMap;<br>Method or attribute name: scale(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
601|Added|NA|Class name: PixelMap;<br>Method or attribute name: scale(x: number, y: number): Promise\<void>;|@ohos.multimedia.image.d.ts|
602|Added|NA|Class name: PixelMap;<br>Method or attribute name: translate(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
603|Added|NA|Class name: PixelMap;<br>Method or attribute name: translate(x: number, y: number): Promise\<void>;|@ohos.multimedia.image.d.ts|
604|Added|NA|Class name: PixelMap;<br>Method or attribute name: rotate(angle: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
605|Added|NA|Class name: PixelMap;<br>Method or attribute name: rotate(angle: number): Promise\<void>;|@ohos.multimedia.image.d.ts|
606|Added|NA|Class name: PixelMap;<br>Method or attribute name: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
607|Added|NA|Class name: PixelMap;<br>Method or attribute name: flip(horizontal: boolean, vertical: boolean): Promise\<void>;|@ohos.multimedia.image.d.ts|
608|Added|NA|Class name: PixelMap;<br>Method or attribute name: crop(region: Region, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
609|Added|NA|Class name: PixelMap;<br>Method or attribute name: crop(region: Region): Promise\<void>;|@ohos.multimedia.image.d.ts|
610|Added|NA|Class name: ImageSource;<br>Method or attribute name: modifyImageProperty(key: string, value: string): Promise\<void>;|@ohos.multimedia.image.d.ts|
611|Added|NA|Class name: ImageSource;<br>Method or attribute name: modifyImageProperty(key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
612|Added|NA|Class name: ImageSource;<br>Method or attribute name: updateData(buf: ArrayBuffer, isFinished: boolean, value: number, length: number): Promise\<void>;|@ohos.multimedia.image.d.ts|
613|Added|NA|Class name: ImageSource;<br>Method or attribute name: updateData(buf: ArrayBuffer, isFinished: boolean, value: number, length: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
614|Added|NA|Class name: Image;<br>Method or attribute name: clipRect: Region;|@ohos.multimedia.image.d.ts|
615|Added|NA|Class name: Image;<br>Method or attribute name: readonly size: Size;|@ohos.multimedia.image.d.ts|
616|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: readonly size: Size;|@ohos.multimedia.image.d.ts|
617|Added|NA|Class name: Image;<br>Method or attribute name: readonly format: number;|@ohos.multimedia.image.d.ts|
618|Added|NA|Class name: Image;<br>Method or attribute name: getComponent(componentType: ComponentType, callback: AsyncCallback\<Component>): void;|@ohos.multimedia.image.d.ts|
619|Added|NA|Class name: Image;<br>Method or attribute name: getComponent(componentType: ComponentType): Promise\<Component>;|@ohos.multimedia.image.d.ts|
620|Added|NA|Class name: Image;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
621|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
622|Added|NA|Class name: ImageCreator;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
623|Added|NA|Class name: Image;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.image.d.ts|
624|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.image.d.ts|
625|Added|NA|Class name: ImageCreator;<br>Method or attribute name: release(): Promise\<void>;|@ohos.multimedia.image.d.ts|
626|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: readonly capacity: number;|@ohos.multimedia.image.d.ts|
627|Added|NA|Class name: ImageCreator;<br>Method or attribute name: readonly capacity: number;|@ohos.multimedia.image.d.ts|
628|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: readonly format: ImageFormat;|@ohos.multimedia.image.d.ts|
629|Added|NA|Class name: ImageCreator;<br>Method or attribute name: readonly format: ImageFormat;|@ohos.multimedia.image.d.ts|
630|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: getReceivingSurfaceId(callback: AsyncCallback\<string>): void;|@ohos.multimedia.image.d.ts|
631|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: getReceivingSurfaceId(): Promise\<string>;|@ohos.multimedia.image.d.ts|
632|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: readLatestImage(callback: AsyncCallback\<Image>): void;|@ohos.multimedia.image.d.ts|
633|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: readLatestImage(): Promise\<Image>;|@ohos.multimedia.image.d.ts|
634|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: readNextImage(callback: AsyncCallback\<Image>): void;|@ohos.multimedia.image.d.ts|
635|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: readNextImage(): Promise\<Image>;|@ohos.multimedia.image.d.ts|
636|Added|NA|Class name: ImageReceiver;<br>Method or attribute name: on(type: 'imageArrival', callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
637|Added|NA|Class name: ImageCreator;<br>Method or attribute name: dequeueImage(callback: AsyncCallback\<Image>): void;|@ohos.multimedia.image.d.ts|
638|Added|NA|Class name: ImageCreator;<br>Method or attribute name: dequeueImage(): Promise\<Image>;|@ohos.multimedia.image.d.ts|
639|Added|NA|Class name: ImageCreator;<br>Method or attribute name: queueImage(interface: Image, callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
640|Added|NA|Class name: ImageCreator;<br>Method or attribute name: queueImage(interface: Image): Promise\<void>;|@ohos.multimedia.image.d.ts|
641|Added|NA|Class name: ImageCreator;<br>Method or attribute name: on(type: 'imageRelease', callback: AsyncCallback\<void>): void;|@ohos.multimedia.image.d.ts|
642|Added|NA|Class name: media;<br>Method or attribute name: function createAVPlayer(callback: AsyncCallback\<AVPlayer>): void;|@ohos.multimedia.media.d.ts|
643|Added|NA|Class name: media;<br>Method or attribute name: function createAVPlayer() : Promise\<AVPlayer>;|@ohos.multimedia.media.d.ts|
644|Added|NA|Class name: media;<br>Method or attribute name: function createAVRecorder(callback: AsyncCallback\<AVRecorder>): void;|@ohos.multimedia.media.d.ts|
645|Added|NA|Class name: media;<br>Method or attribute name: function createAVRecorder() : Promise\<AVRecorder>;|@ohos.multimedia.media.d.ts|
646|Added|NA|Class name: media;<br>Method or attribute name: function createVideoRecorder(callback: AsyncCallback\<VideoRecorder>): void;|@ohos.multimedia.media.d.ts|
647|Added|NA|Class name: media;<br>Method or attribute name: function createVideoRecorder(): Promise\<VideoRecorder>;|@ohos.multimedia.media.d.ts|
648|Added|NA|Class name: media;<br>Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts|
649|Added|NA|Class name: media;<br>Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts|
650|Added|NA|Class name: media;<br>Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts|
651|Added|NA|Class name: StateChangeReason;<br>Method or attribute name: USER = 1|@ohos.multimedia.media.d.ts|
652|Added|NA|Class name: StateChangeReason;<br>Method or attribute name: BACKGROUND = 2|@ohos.multimedia.media.d.ts|
653|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_OK = 0|@ohos.multimedia.media.d.ts|
654|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_NO_PERMISSION = 201|@ohos.multimedia.media.d.ts|
655|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_INVALID_PARAMETER = 401|@ohos.multimedia.media.d.ts|
656|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_UNSUPPORT_CAPABILITY = 801|@ohos.multimedia.media.d.ts|
657|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_NO_MEMORY = 5400101|@ohos.multimedia.media.d.ts|
658|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_OPERATE_NOT_PERMIT = 5400102|@ohos.multimedia.media.d.ts|
659|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_IO = 5400103|@ohos.multimedia.media.d.ts|
660|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_TIMEOUT = 5400104|@ohos.multimedia.media.d.ts|
661|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_SERVICE_DIED = 5400105|@ohos.multimedia.media.d.ts|
662|Added|NA|Class name: AVErrorCode;<br>Method or attribute name: AVERR_UNSUPPORT_FORMAT = 5400106|@ohos.multimedia.media.d.ts|
663|Added|NA|Class name: AVPlayer;<br>Method or attribute name: seek(timeMs: number, mode?:SeekMode): void;|@ohos.multimedia.media.d.ts|
664|Added|NA|Class name: AVPlayer;<br>Method or attribute name: setVolume(volume: number): void;|@ohos.multimedia.media.d.ts|
665|Added|NA|Class name: AVPlayer;<br>Method or attribute name: url ?: string;|@ohos.multimedia.media.d.ts|
666|Added|NA|Class name: AVPlayer;<br>Method or attribute name: fdSrc ?: AVFileDescriptor;|@ohos.multimedia.media.d.ts|
667|Added|NA|Class name: AVPlayer;<br>Method or attribute name: audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts|
668|Added|NA|Class name: AudioPlayer;<br>Method or attribute name: audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts|
669|Added|NA|Class name: VideoPlayer;<br>Method or attribute name: audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts|
670|Added|NA|Class name: AVPlayer;<br>Method or attribute name: readonly state: AVPlayerState;|@ohos.multimedia.media.d.ts|
671|Added|NA|Class name: AVPlayer;<br>Method or attribute name: surfaceId ?: string;|@ohos.multimedia.media.d.ts|
672|Added|NA|Class name: AVPlayer;<br>Method or attribute name: videoScaleType ?: VideoScaleType;|@ohos.multimedia.media.d.ts|
673|Added|NA|Class name: VideoPlayer;<br>Method or attribute name: videoScaleType ?: VideoScaleType;|@ohos.multimedia.media.d.ts|
674|Added|NA|Class name: AVPlayer;<br>Method or attribute name: setSpeed(speed: PlaybackSpeed): void;|@ohos.multimedia.media.d.ts|
675|Added|NA|Class name: AVPlayer;<br>Method or attribute name: setBitrate(bitrate: number): void;|@ohos.multimedia.media.d.ts|
676|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts|
677|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<number>): void;|@ohos.multimedia.media.d.ts|
678|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'endOfStream', callback: Callback\<void>): void;|@ohos.multimedia.media.d.ts|
679|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'seekDone', callback: Callback\<number>): void;|@ohos.multimedia.media.d.ts|
680|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'speedDone', callback: Callback\<number>): void;|@ohos.multimedia.media.d.ts|
681|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'bitrateDone', callback: Callback\<number>): void;|@ohos.multimedia.media.d.ts|
682|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'durationUpdate', callback: Callback\<number>): void;|@ohos.multimedia.media.d.ts|
683|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void;|@ohos.multimedia.media.d.ts|
684|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts|
685|Added|NA|Class name: AudioPlayer;<br>Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts|
686|Added|NA|Class name: VideoPlayer;<br>Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts|
687|Added|NA|Class name: AVPlayer;<br>Method or attribute name: on(type: 'availableBitrates', callback: (bitrates: Array\<number>) => void): void;|@ohos.multimedia.media.d.ts|
688|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts|
689|Added|NA|Class name: AVRecorder;<br>Method or attribute name: off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts|
690|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'volumeChange'): void;|@ohos.multimedia.media.d.ts|
691|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'endOfStream'): void;|@ohos.multimedia.media.d.ts|
692|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'seekDone'): void;|@ohos.multimedia.media.d.ts|
693|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'speedDone'): void;|@ohos.multimedia.media.d.ts|
694|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'bitrateDone'): void;|@ohos.multimedia.media.d.ts|
695|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'timeUpdate'): void;|@ohos.multimedia.media.d.ts|
696|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'durationUpdate'): void;|@ohos.multimedia.media.d.ts|
697|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'bufferingUpdate'): void;|@ohos.multimedia.media.d.ts|
698|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'startRenderFrame'): void;|@ohos.multimedia.media.d.ts|
699|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'videoSizeChange'): void;|@ohos.multimedia.media.d.ts|
700|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'audioInterrupt'): void;|@ohos.multimedia.media.d.ts|
701|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'availableBitrates'): void;|@ohos.multimedia.media.d.ts|
702|Added|NA|Class name: AVPlayer;<br>Method or attribute name: off(type: 'error'): void;|@ohos.multimedia.media.d.ts|
703|Added|NA|Class name: AVRecorder;<br>Method or attribute name: off(type: 'error'): void;|@ohos.multimedia.media.d.ts|
704|Added|NA|Class name: AVFileDescriptor;<br>Method or attribute name: fd: number|@ohos.multimedia.media.d.ts|
705|Added|NA|Class name: AVFileDescriptor;<br>Method or attribute name: offset?: number|@ohos.multimedia.media.d.ts|
706|Added|NA|Class name: AVFileDescriptor;<br>Method or attribute name: length?: number|@ohos.multimedia.media.d.ts|
707|Added|NA|Class name: AudioPlayer;<br>Method or attribute name: fdSrc: AVFileDescriptor;|@ohos.multimedia.media.d.ts|
708|Added|NA|Class name: VideoPlayer;<br>Method or attribute name: fdSrc: AVFileDescriptor;|@ohos.multimedia.media.d.ts|
709|Added|NA|Class name: AVRecorder;<br>Method or attribute name: prepare(config: AVRecorderConfig, callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
710|Added|NA|Class name: AVRecorder;<br>Method or attribute name: prepare(config: AVRecorderConfig): Promise\<void>;|@ohos.multimedia.media.d.ts|
711|Added|NA|Class name: AVRecorder;<br>Method or attribute name: getInputSurface(callback: AsyncCallback\<string>): void;|@ohos.multimedia.media.d.ts|
712|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: getInputSurface(callback: AsyncCallback\<string>): void;|@ohos.multimedia.media.d.ts|
713|Added|NA|Class name: AVRecorder;<br>Method or attribute name: getInputSurface(): Promise\<string>;|@ohos.multimedia.media.d.ts|
714|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: getInputSurface(): Promise\<string>;|@ohos.multimedia.media.d.ts|
715|Added|NA|Class name: AVRecorder;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
716|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
717|Added|NA|Class name: AVRecorder;<br>Method or attribute name: start(): Promise\<void>;|@ohos.multimedia.media.d.ts|
718|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: start(): Promise\<void>;|@ohos.multimedia.media.d.ts|
719|Added|NA|Class name: AVRecorder;<br>Method or attribute name: resume(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
720|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: resume(callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
721|Added|NA|Class name: AVRecorder;<br>Method or attribute name: resume(): Promise\<void>;|@ohos.multimedia.media.d.ts|
722|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: resume(): Promise\<void>;|@ohos.multimedia.media.d.ts|
723|Added|NA|Class name: AVRecorder;<br>Method or attribute name: readonly state: AVRecorderState;|@ohos.multimedia.media.d.ts|
724|Added|NA|Class name: AVRecorder;<br>Method or attribute name: on(type: 'stateChange', callback: (state: AVRecorderState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts|
725|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: prepare(config: VideoRecorderConfig, callback: AsyncCallback\<void>): void;|@ohos.multimedia.media.d.ts|
726|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: prepare(config: VideoRecorderConfig): Promise\<void>;|@ohos.multimedia.media.d.ts|
727|Added|NA|Class name: VideoRecorder;<br>Method or attribute name: readonly state: VideoRecordState;|@ohos.multimedia.media.d.ts|
728|Added|NA|Class name: VideoScaleType;<br>Method or attribute name: VIDEO_SCALE_TYPE_FIT = 0|@ohos.multimedia.media.d.ts|
729|Added|NA|Class name: VideoScaleType;<br>Method or attribute name: VIDEO_SCALE_TYPE_FIT_CROP = 1|@ohos.multimedia.media.d.ts|
730|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly audioBitrate: number;|@ohos.multimedia.media.d.ts|
731|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly audioChannels: number;|@ohos.multimedia.media.d.ts|
732|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly audioCodec: CodecMimeType;|@ohos.multimedia.media.d.ts|
733|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly audioSampleRate: number;|@ohos.multimedia.media.d.ts|
734|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly fileFormat: ContainerFormatType;|@ohos.multimedia.media.d.ts|
735|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly videoBitrate: number;|@ohos.multimedia.media.d.ts|
736|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly videoCodec: CodecMimeType;|@ohos.multimedia.media.d.ts|
737|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly videoFrameWidth: number;|@ohos.multimedia.media.d.ts|
738|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly videoFrameHeight: number;|@ohos.multimedia.media.d.ts|
739|Added|NA|Class name: VideoRecorderProfile;<br>Method or attribute name: readonly videoFrameRate: number;|@ohos.multimedia.media.d.ts|
740|Added|NA|Class name: AudioSourceType;<br>Method or attribute name: AUDIO_SOURCE_TYPE_DEFAULT = 0|@ohos.multimedia.media.d.ts|
741|Added|NA|Class name: AudioSourceType;<br>Method or attribute name: AUDIO_SOURCE_TYPE_MIC = 1|@ohos.multimedia.media.d.ts|
742|Added|NA|Class name: VideoSourceType;<br>Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_YUV = 0|@ohos.multimedia.media.d.ts|
743|Added|NA|Class name: VideoSourceType;<br>Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_ES = 1|@ohos.multimedia.media.d.ts|
744|Added|NA|Class name: VideoRecorderConfig;<br>Method or attribute name: audioSourceType?: AudioSourceType;|@ohos.multimedia.media.d.ts|
745|Added|NA|Class name: AVRecorderConfig;<br>Method or attribute name: audioSourceType?: AudioSourceType;|@ohos.multimedia.media.d.ts|
746|Added|NA|Class name: VideoRecorderConfig;<br>Method or attribute name: videoSourceType: VideoSourceType;|@ohos.multimedia.media.d.ts|
747|Added|NA|Class name: VideoRecorderConfig;<br>Method or attribute name: profile: VideoRecorderProfile;|@ohos.multimedia.media.d.ts|
748|Added|NA|Class name: VideoRecorderConfig;<br>Method or attribute name: rotation?: number;|@ohos.multimedia.media.d.ts|
749|Added|NA|Class name: AVRecorderConfig;<br>Method or attribute name: rotation?: number;|@ohos.multimedia.media.d.ts|
750|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: audioBitrate?: number;|@ohos.multimedia.media.d.ts|
751|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: audioChannels?: number;|@ohos.multimedia.media.d.ts|
752|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: audioCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts|
753|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: fileFormat: ContainerFormatType;|@ohos.multimedia.media.d.ts|
754|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: videoBitrate?: number;|@ohos.multimedia.media.d.ts|
755|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: videoCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts|
756|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: videoFrameWidth?: number;|@ohos.multimedia.media.d.ts|
757|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: videoFrameHeight?: number;|@ohos.multimedia.media.d.ts|
758|Added|NA|Class name: AVRecorderProfile;<br>Method or attribute name: videoFrameRate?: number;|@ohos.multimedia.media.d.ts|
759|Added|NA|Class name: AVRecorderConfig;<br>Method or attribute name: videoSourceType?: VideoSourceType;|@ohos.multimedia.media.d.ts|
760|Added|NA|Class name: AVRecorderConfig;<br>Method or attribute name: profile: AVRecorderProfile;|@ohos.multimedia.media.d.ts|
761|Deprecated version changed|Class name: ActiveDeviceType;<br>Method or attribute name: enum ActiveDeviceType<br>Old version: |Class name: ActiveDeviceType;<br>Method or attribute name: enum ActiveDeviceType<br>New version: 9<br>Substitute API: ohos.multimedia.audio.CommunicationDeviceType|@ohos.multimedia.audio.d.ts|
762|Deprecated version changed|Class name: ActiveDeviceType;<br>Method or attribute name: SPEAKER = 2<br>Old version: |Class name: ActiveDeviceType;<br>Method or attribute name: SPEAKER = 2<br>New version: 9<br>Substitute API: ohos.multimedia.audio.CommunicationDeviceType.SPEAKER|@ohos.multimedia.audio.d.ts|
763|Deprecated version changed|Class name: ActiveDeviceType;<br>Method or attribute name: BLUETOOTH_SCO = 7<br>Old version: |Class name: ActiveDeviceType;<br>Method or attribute name: BLUETOOTH_SCO = 7<br>New version: 9<br>Substitute API: ohos.multimedia.audio.CommunicationDeviceType|@ohos.multimedia.audio.d.ts|
764|Deprecated version changed|Class name: InterruptActionType;<br>Method or attribute name: enum InterruptActionType<br>Old version: |Class name: InterruptActionType;<br>Method or attribute name: enum InterruptActionType<br>New version: 9<br>Substitute API: |@ohos.multimedia.audio.d.ts|
765|Deprecated version changed|Class name: InterruptActionType;<br>Method or attribute name: TYPE_ACTIVATED = 0<br>Old version: |Class name: InterruptActionType;<br>Method or attribute name: TYPE_ACTIVATED = 0<br>New version: 9<br>Substitute API: |@ohos.multimedia.audio.d.ts|
766|Deprecated version changed|Class name: InterruptActionType;<br>Method or attribute name: TYPE_INTERRUPT = 1<br>Old version: |Class name: InterruptActionType;<br>Method or attribute name: TYPE_INTERRUPT = 1<br>New version: 9<br>Substitute API: |@ohos.multimedia.audio.d.ts|
767|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#setVolume|@ohos.multimedia.audio.d.ts|
768|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise\<void>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#setVolume|@ohos.multimedia.audio.d.ts|
769|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#getVolume|@ohos.multimedia.audio.d.ts|
770|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise\<number>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#getVolume|@ohos.multimedia.audio.d.ts|
771|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#getMinVolume|@ohos.multimedia.audio.d.ts|
772|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise\<number>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#getMinVolume|@ohos.multimedia.audio.d.ts|
773|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#getMaxVolume|@ohos.multimedia.audio.d.ts|
774|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise\<number>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#getMaxVolume|@ohos.multimedia.audio.d.ts|
775|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback\<AudioDeviceDescriptors>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback\<AudioDeviceDescriptors>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioRoutingManager#getDevices|@ohos.multimedia.audio.d.ts|
776|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise\<AudioDeviceDescriptors>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise\<AudioDeviceDescriptors>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioRoutingManager#getDevices|@ohos.multimedia.audio.d.ts|
777|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#mute|@ohos.multimedia.audio.d.ts|
778|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise\<void>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#mute|@ohos.multimedia.audio.d.ts|
779|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#isMute|@ohos.multimedia.audio.d.ts|
780|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: isMute(volumeType: AudioVolumeType): Promise\<boolean>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: isMute(volumeType: AudioVolumeType): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#isMute|@ohos.multimedia.audio.d.ts|
781|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioStreamManager#isActive|@ohos.multimedia.audio.d.ts|
782|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: isActive(volumeType: AudioVolumeType): Promise\<boolean>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: isActive(volumeType: AudioVolumeType): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioStreamManager#isActive|@ohos.multimedia.audio.d.ts|
783|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#setMicrophoneMute|@ohos.multimedia.audio.d.ts|
784|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: setMicrophoneMute(mute: boolean): Promise\<void>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: setMicrophoneMute(mute: boolean): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#setMicrophoneMute|@ohos.multimedia.audio.d.ts|
785|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: isMicrophoneMute(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: isMicrophoneMute(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#isMicrophoneMute|@ohos.multimedia.audio.d.ts|
786|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: isMicrophoneMute(): Promise\<boolean>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: isMicrophoneMute(): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#isMicrophoneMute|@ohos.multimedia.audio.d.ts|
787|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#setRingerMode|@ohos.multimedia.audio.d.ts|
788|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: setRingerMode(mode: AudioRingMode): Promise\<void>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: setRingerMode(mode: AudioRingMode): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#setRingerMode|@ohos.multimedia.audio.d.ts|
789|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getRingerMode(callback: AsyncCallback\<AudioRingMode>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getRingerMode(callback: AsyncCallback\<AudioRingMode>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#getRingerMode|@ohos.multimedia.audio.d.ts|
790|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: getRingerMode(): Promise\<AudioRingMode>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: getRingerMode(): Promise\<AudioRingMode>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#getRingerMode|@ohos.multimedia.audio.d.ts|
791|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioRoutingManager#setCommunicationDevice|@ohos.multimedia.audio.d.ts|
792|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean): Promise\<void>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioRoutingManager#setCommunicationDevice|@ohos.multimedia.audio.d.ts|
793|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioRoutingManager#isCommunicationDeviceActive|@ohos.multimedia.audio.d.ts|
794|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType): Promise\<boolean>;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioRoutingManager#isCommunicationDeviceActive|@ohos.multimedia.audio.d.ts|
795|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: on(type: 'ringerModeChange', callback: Callback\<AudioRingMode>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: on(type: 'ringerModeChange', callback: Callback\<AudioRingMode>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager#event:ringerModeChange|@ohos.multimedia.audio.d.ts|
796|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: on(type: 'deviceChange', callback: Callback\<DeviceChangeAction>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: on(type: 'deviceChange', callback: Callback\<DeviceChangeAction>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioRoutingManager#event:deviceChange|@ohos.multimedia.audio.d.ts|
797|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: off(type: 'deviceChange', callback?: Callback\<DeviceChangeAction>): void;<br>Old version: |Class name: AudioManager;<br>Method or attribute name: off(type: 'deviceChange', callback?: Callback\<DeviceChangeAction>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.AudioRoutingManager#event:deviceChange|@ohos.multimedia.audio.d.ts|
798|Deprecated version changed|Class name: InterruptAction;<br>Method or attribute name: interface InterruptAction<br>Old version: |Class name: InterruptAction;<br>Method or attribute name: interface InterruptAction<br>New version: 9<br>Substitute API: ohos.multimedia.audio.InterruptEvent|@ohos.multimedia.audio.d.ts|
799|Deprecated version changed|Class name: InterruptAction;<br>Method or attribute name: actionType: InterruptActionType;<br>Old version: |Class name: InterruptAction;<br>Method or attribute name: actionType: InterruptActionType;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.InterruptEvent|@ohos.multimedia.audio.d.ts|
800|Deprecated version changed|Class name: InterruptAction;<br>Method or attribute name: type?: InterruptType;<br>Old version: |Class name: InterruptAction;<br>Method or attribute name: type?: InterruptType;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.InterruptEvent|@ohos.multimedia.audio.d.ts|
801|Deprecated version changed|Class name: InterruptAction;<br>Method or attribute name: hint?: InterruptHint;<br>Old version: |Class name: InterruptAction;<br>Method or attribute name: hint?: InterruptHint;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.InterruptEvent|@ohos.multimedia.audio.d.ts|
802|Deprecated version changed|Class name: InterruptAction;<br>Method or attribute name: activated?: boolean;<br>Old version: |Class name: InterruptAction;<br>Method or attribute name: activated?: boolean;<br>New version: 9<br>Substitute API: ohos.multimedia.audio.InterruptEvent|@ohos.multimedia.audio.d.ts|
803|Deprecated version changed|Class name: AudioInterrupt;<br>Method or attribute name: interface AudioInterrupt<br>Old version: |Class name: AudioInterrupt;<br>Method or attribute name: interface AudioInterrupt<br>New version: 9<br>Substitute API: |@ohos.multimedia.audio.d.ts|
804|Deprecated version changed|Class name: AudioInterrupt;<br>Method or attribute name: streamUsage: StreamUsage;<br>Old version: |Class name: AudioInterrupt;<br>Method or attribute name: streamUsage: StreamUsage;<br>New version: 9<br>Substitute API: |@ohos.multimedia.audio.d.ts|
805|Deprecated version changed|Class name: AudioInterrupt;<br>Method or attribute name: contentType: ContentType;<br>Old version: |Class name: AudioInterrupt;<br>Method or attribute name: contentType: ContentType;<br>New version: 9<br>Substitute API: |@ohos.multimedia.audio.d.ts|
806|Deprecated version changed|Class name: AudioInterrupt;<br>Method or attribute name: pauseWhenDucked: boolean;<br>Old version: |Class name: AudioInterrupt;<br>Method or attribute name: pauseWhenDucked: boolean;<br>New version: 9<br>Substitute API: |@ohos.multimedia.audio.d.ts|
807|Deprecated version changed|Class name: media;<br>Method or attribute name: function createAudioPlayer(): AudioPlayer;<br>Old version: |Class name: media;<br>Method or attribute name: function createAudioPlayer(): AudioPlayer;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media#createAVPlayer|@ohos.multimedia.media.d.ts|
808|Deprecated version changed|Class name: media;<br>Method or attribute name: function createAudioRecorder(): AudioRecorder;<br>Old version: |Class name: media;<br>Method or attribute name: function createAudioRecorder(): AudioRecorder;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media#createAVRecorder|@ohos.multimedia.media.d.ts|
809|Deprecated version changed|Class name: media;<br>Method or attribute name: function createVideoPlayer(callback: AsyncCallback\<VideoPlayer>): void;<br>Old version: |Class name: media;<br>Method or attribute name: function createVideoPlayer(callback: AsyncCallback\<VideoPlayer>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media#createAVPlayer|@ohos.multimedia.media.d.ts|
810|Deprecated version changed|Class name: media;<br>Method or attribute name: function createVideoPlayer() : Promise\<VideoPlayer>;<br>Old version: |Class name: media;<br>Method or attribute name: function createVideoPlayer() : Promise\<VideoPlayer>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media#createAVPlayer|@ohos.multimedia.media.d.ts|
811|Deprecated version changed|Class name: media;<br>Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';<br>Old version: |Class name: media;<br>Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayerState|@ohos.multimedia.media.d.ts|
812|Deprecated version changed|Class name: media;<br>Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';<br>Old version: |Class name: media;<br>Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayerState|@ohos.multimedia.media.d.ts|
813|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: interface AudioPlayer<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: interface AudioPlayer<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
814|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: play(): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: play(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#play|@ohos.multimedia.media.d.ts|
815|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: pause(): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: pause(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#pause|@ohos.multimedia.media.d.ts|
816|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: pause(): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: pause(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#pause|@ohos.multimedia.media.d.ts|
817|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: stop(): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: stop(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#stop|@ohos.multimedia.media.d.ts|
818|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: stop(): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: stop(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#stop|@ohos.multimedia.media.d.ts|
819|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: reset(): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: reset(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#reset|@ohos.multimedia.media.d.ts|
820|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: reset(): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: reset(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#reset|@ohos.multimedia.media.d.ts|
821|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: seek(timeMs: number): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: seek(timeMs: number): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#seek|@ohos.multimedia.media.d.ts|
822|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: setVolume(vol: number): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: setVolume(vol: number): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#setVolume|@ohos.multimedia.media.d.ts|
823|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: release(): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: release(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#release|@ohos.multimedia.media.d.ts|
824|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: release(): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: release(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#release|@ohos.multimedia.media.d.ts|
825|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: getTrackDescription(callback: AsyncCallback\<Array\<MediaDescription>>): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: getTrackDescription(callback: AsyncCallback\<Array\<MediaDescription>>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#getTrackDescription|@ohos.multimedia.media.d.ts|
826|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: getTrackDescription(callback: AsyncCallback\<Array\<MediaDescription>>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: getTrackDescription(callback: AsyncCallback\<Array\<MediaDescription>>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#getTrackDescription|@ohos.multimedia.media.d.ts|
827|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: getTrackDescription() : Promise\<Array\<MediaDescription>>;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: getTrackDescription() : Promise\<Array\<MediaDescription>>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#getTrackDescription|@ohos.multimedia.media.d.ts|
828|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: getTrackDescription() : Promise\<Array\<MediaDescription>>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: getTrackDescription() : Promise\<Array\<MediaDescription>>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#getTrackDescription|@ohos.multimedia.media.d.ts|
829|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:bufferingUpdate|@ohos.multimedia.media.d.ts|
830|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:bufferingUpdate|@ohos.multimedia.media.d.ts|
831|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:stateChange|@ohos.multimedia.media.d.ts|
832|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: on(type: 'timeUpdate', callback: Callback\<number>): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: on(type: 'timeUpdate', callback: Callback\<number>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:timeUpdate|@ohos.multimedia.media.d.ts|
833|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:error|@ohos.multimedia.media.d.ts|
834|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#on|@ohos.multimedia.media.d.ts|
835|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:error|@ohos.multimedia.media.d.ts|
836|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: src: string;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: src: string;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#url|@ohos.multimedia.media.d.ts|
837|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: loop: boolean;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: loop: boolean;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#loop|@ohos.multimedia.media.d.ts|
838|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: loop: boolean;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: loop: boolean;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#loop|@ohos.multimedia.media.d.ts|
839|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: readonly currentTime: number;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: readonly currentTime: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#currentTime|@ohos.multimedia.media.d.ts|
840|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: readonly currentTime: number;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: readonly currentTime: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#currentTime|@ohos.multimedia.media.d.ts|
841|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: readonly duration: number;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: readonly duration: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#duration|@ohos.multimedia.media.d.ts|
842|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: readonly duration: number;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: readonly duration: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#duration|@ohos.multimedia.media.d.ts|
843|Deprecated version changed|Class name: AudioPlayer;<br>Method or attribute name: readonly state: AudioState;<br>Old version: |Class name: AudioPlayer;<br>Method or attribute name: readonly state: AudioState;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#state|@ohos.multimedia.media.d.ts|
844|Deprecated version changed|Class name: AudioRecorderConfig;<br>Method or attribute name: interface AudioRecorderConfig<br>Old version: |Class name: AudioRecorderConfig;<br>Method or attribute name: interface AudioRecorderConfig<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorderConfig|@ohos.multimedia.media.d.ts|
845|Deprecated version changed|Class name: AudioRecorderConfig;<br>Method or attribute name: audioEncodeBitRate?: number;<br>Old version: |Class name: AudioRecorderConfig;<br>Method or attribute name: audioEncodeBitRate?: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorderConfig|@ohos.multimedia.media.d.ts|
846|Deprecated version changed|Class name: AudioRecorderConfig;<br>Method or attribute name: audioSampleRate?: number;<br>Old version: |Class name: AudioRecorderConfig;<br>Method or attribute name: audioSampleRate?: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorderConfig|@ohos.multimedia.media.d.ts|
847|Deprecated version changed|Class name: AudioRecorderConfig;<br>Method or attribute name: numberOfChannels?: number;<br>Old version: |Class name: AudioRecorderConfig;<br>Method or attribute name: numberOfChannels?: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorderConfig|@ohos.multimedia.media.d.ts|
848|Deprecated version changed|Class name: AudioRecorderConfig;<br>Method or attribute name: uri: string;<br>Old version: |Class name: AudioRecorderConfig;<br>Method or attribute name: uri: string;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorderConfig|@ohos.multimedia.media.d.ts|
849|Deprecated version changed|Class name: AudioRecorderConfig;<br>Method or attribute name: location?: Location;<br>Old version: |Class name: AudioRecorderConfig;<br>Method or attribute name: location?: Location;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorderConfig|@ohos.multimedia.media.d.ts|
850|Deprecated version changed|Class name: AudioRecorderConfig;<br>Method or attribute name: audioEncoderMime?: CodecMimeType;<br>Old version: |Class name: AudioRecorderConfig;<br>Method or attribute name: audioEncoderMime?: CodecMimeType;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorderConfig|@ohos.multimedia.media.d.ts|
851|Deprecated version changed|Class name: AudioRecorderConfig;<br>Method or attribute name: fileFormat?: ContainerFormatType;<br>Old version: |Class name: AudioRecorderConfig;<br>Method or attribute name: fileFormat?: ContainerFormatType;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorderConfig|@ohos.multimedia.media.d.ts|
852|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: interface AudioRecorder<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: interface AudioRecorder<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts|
853|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: prepare(config: AudioRecorderConfig): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: prepare(config: AudioRecorderConfig): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#prepare|@ohos.multimedia.media.d.ts|
854|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: start(): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: start(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#start|@ohos.multimedia.media.d.ts|
855|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: resume(): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: resume(): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#resume|@ohos.multimedia.media.d.ts|
856|Deprecated version changed|Class name: AudioRecorder;<br>Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;<br>Old version: |Class name: AudioRecorder;<br>Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVRecorder#on|@ohos.multimedia.media.d.ts|
857|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: interface VideoPlayer<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: interface VideoPlayer<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
858|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: setDisplaySurface(surfaceId: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: setDisplaySurface(surfaceId: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#surfaceId|@ohos.multimedia.media.d.ts|
859|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: setDisplaySurface(surfaceId: string): Promise\<void>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: setDisplaySurface(surfaceId: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#surfaceId|@ohos.multimedia.media.d.ts|
860|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: prepare(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: prepare(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#prepare|@ohos.multimedia.media.d.ts|
861|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: prepare(): Promise\<void>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: prepare(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#prepare|@ohos.multimedia.media.d.ts|
862|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: play(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: play(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#play|@ohos.multimedia.media.d.ts|
863|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: play(): Promise\<void>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: play(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#play|@ohos.multimedia.media.d.ts|
864|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#pause|@ohos.multimedia.media.d.ts|
865|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: pause(): Promise\<void>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: pause(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#pause|@ohos.multimedia.media.d.ts|
866|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#stop|@ohos.multimedia.media.d.ts|
867|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: stop(): Promise\<void>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: stop(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#stop|@ohos.multimedia.media.d.ts|
868|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: reset(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: reset(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#reset|@ohos.multimedia.media.d.ts|
869|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: reset(): Promise\<void>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: reset(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#reset|@ohos.multimedia.media.d.ts|
870|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: seek(timeMs: number, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: seek(timeMs: number, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#seek|@ohos.multimedia.media.d.ts|
871|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: seek(timeMs: number, mode:SeekMode, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: seek(timeMs: number, mode:SeekMode, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#seek|@ohos.multimedia.media.d.ts|
872|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: seek(timeMs: number, mode?:SeekMode): Promise\<number>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: seek(timeMs: number, mode?:SeekMode): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#seek|@ohos.multimedia.media.d.ts|
873|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: setVolume(vol: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: setVolume(vol: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#setVolume|@ohos.multimedia.media.d.ts|
874|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: setVolume(vol: number): Promise\<void>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: setVolume(vol: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#setVolume|@ohos.multimedia.media.d.ts|
875|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#release|@ohos.multimedia.media.d.ts|
876|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: release(): Promise\<void>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: release(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#release|@ohos.multimedia.media.d.ts|
877|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: url: string;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: url: string;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#url|@ohos.multimedia.media.d.ts|
878|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: readonly state: VideoPlayState;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: readonly state: VideoPlayState;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#state|@ohos.multimedia.media.d.ts|
879|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: readonly width: number;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: readonly width: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#width|@ohos.multimedia.media.d.ts|
880|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: readonly height: number;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: readonly height: number;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#height|@ohos.multimedia.media.d.ts|
881|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: setSpeed(speed:number, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: setSpeed(speed:number, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#setSpeed|@ohos.multimedia.media.d.ts|
882|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: setSpeed(speed:number): Promise\<number>;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: setSpeed(speed:number): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#setSpeed|@ohos.multimedia.media.d.ts|
883|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: on(type: 'playbackCompleted', callback: Callback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: on(type: 'playbackCompleted', callback: Callback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:stateChange|@ohos.multimedia.media.d.ts|
884|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: on(type: 'startRenderFrame', callback: Callback\<void>): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: on(type: 'startRenderFrame', callback: Callback\<void>): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:startRenderFrame|@ohos.multimedia.media.d.ts|
885|Deprecated version changed|Class name: VideoPlayer;<br>Method or attribute name: on(type: 'videoSizeChanged', callback: (width: number, height: number) => void): void;<br>Old version: |Class name: VideoPlayer;<br>Method or attribute name: on(type: 'videoSizeChanged', callback: (width: number, height: number) => void): void;<br>New version: 9<br>Substitute API: ohos.multimedia.media/media.AVPlayer#event:videoSizeChange|@ohos.multimedia.media.d.ts|
886|Deprecated version changed|Class name: mediaLibrary;<br>Method or attribute name: declare mediaLibrary<br>Old version: |Class name: mediaLibrary;<br>Method or attribute name: declare mediaLibrary<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
887|Deprecated version changed|Class name: mediaLibrary;<br>Method or attribute name: function getMediaLibrary(): MediaLibrary;<br>Old version: |Class name: mediaLibrary;<br>Method or attribute name: function getMediaLibrary(): MediaLibrary;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
888|Deprecated version changed|Class name: mediaLibrary;<br>Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;<br>Old version: |Class name: mediaLibrary;<br>Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
889|Deprecated version changed|Class name: MediaType;<br>Method or attribute name: enum MediaType<br>Old version: |Class name: MediaType;<br>Method or attribute name: enum MediaType<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
890|Deprecated version changed|Class name: MediaType;<br>Method or attribute name: FILE = 0<br>Old version: |Class name: MediaType;<br>Method or attribute name: FILE = 0<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
891|Deprecated version changed|Class name: MediaType;<br>Method or attribute name: IMAGE<br>Old version: |Class name: MediaType;<br>Method or attribute name: IMAGE<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
892|Deprecated version changed|Class name: MediaType;<br>Method or attribute name: VIDEO<br>Old version: |Class name: MediaType;<br>Method or attribute name: VIDEO<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
893|Deprecated version changed|Class name: MediaType;<br>Method or attribute name: AUDIO<br>Old version: |Class name: MediaType;<br>Method or attribute name: AUDIO<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
894|Deprecated version changed|Class name: MediaAssetOption;<br>Method or attribute name: interface MediaAssetOption<br>Old version: |Class name: MediaAssetOption;<br>Method or attribute name: interface MediaAssetOption<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
895|Deprecated version changed|Class name: MediaAssetOption;<br>Method or attribute name: src: string;<br>Old version: |Class name: MediaAssetOption;<br>Method or attribute name: src: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
896|Deprecated version changed|Class name: MediaAssetOption;<br>Method or attribute name: mimeType: string;<br>Old version: |Class name: MediaAssetOption;<br>Method or attribute name: mimeType: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
897|Deprecated version changed|Class name: MediaAssetOption;<br>Method or attribute name: relativePath?: string;<br>Old version: |Class name: MediaAssetOption;<br>Method or attribute name: relativePath?: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
898|Deprecated version changed|Class name: MediaSelectOption;<br>Method or attribute name: interface MediaSelectOption<br>Old version: |Class name: MediaSelectOption;<br>Method or attribute name: interface MediaSelectOption<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
899|Deprecated version changed|Class name: MediaSelectOption;<br>Method or attribute name: type: 'image' \| 'video' \| 'media';<br>Old version: |Class name: MediaSelectOption;<br>Method or attribute name: type: 'image' \| 'video' \| 'media';<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
900|Deprecated version changed|Class name: MediaSelectOption;<br>Method or attribute name: count: number;<br>Old version: |Class name: MediaSelectOption;<br>Method or attribute name: count: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
901|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: interface FileAsset<br>Old version: |Class name: FileAsset;<br>Method or attribute name: interface FileAsset<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
902|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly id: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly id: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
903|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly uri: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly uri: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
904|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly mimeType: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly mimeType: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
905|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly mediaType: MediaType;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly mediaType: MediaType;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
906|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: displayName: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: displayName: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
907|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: title: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: title: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
908|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: relativePath: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: relativePath: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
909|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly parent: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly parent: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
910|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly size: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly size: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
911|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly dateAdded: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly dateAdded: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
912|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly dateModified: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly dateModified: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
913|Deprecated version changed|Class name: Album;<br>Method or attribute name: readonly dateModified: number;<br>Old version: |Class name: Album;<br>Method or attribute name: readonly dateModified: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
914|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly dateTaken: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly dateTaken: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
915|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly artist: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly artist: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
916|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly audioAlbum: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly audioAlbum: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
917|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly width: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly width: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
918|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly height: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly height: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
919|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: orientation: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: orientation: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
920|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly duration: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly duration: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
921|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly albumId: number;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly albumId: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
922|Deprecated version changed|Class name: Album;<br>Method or attribute name: readonly albumId: number;<br>Old version: |Class name: Album;<br>Method or attribute name: readonly albumId: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
923|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly albumUri: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly albumUri: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
924|Deprecated version changed|Class name: Album;<br>Method or attribute name: readonly albumUri: string;<br>Old version: |Class name: Album;<br>Method or attribute name: readonly albumUri: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
925|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: readonly albumName: string;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: readonly albumName: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
926|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: isDirectory(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: isDirectory(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
927|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: isDirectory():Promise\<boolean>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: isDirectory():Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
928|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
929|Deprecated version changed|Class name: Album;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: Album;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
930|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: commitModify(): Promise\<void>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: commitModify(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
931|Deprecated version changed|Class name: Album;<br>Method or attribute name: commitModify(): Promise\<void>;<br>Old version: |Class name: Album;<br>Method or attribute name: commitModify(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
932|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: open(mode: string, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: open(mode: string, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
933|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: open(mode: string): Promise\<number>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: open(mode: string): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
934|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: close(fd: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: close(fd: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
935|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: close(fd: number): Promise\<void>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: close(fd: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
936|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: getThumbnail(callback: AsyncCallback\<image.PixelMap>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: getThumbnail(callback: AsyncCallback\<image.PixelMap>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
937|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback\<image.PixelMap>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback\<image.PixelMap>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
938|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: getThumbnail(size?: Size): Promise\<image.PixelMap>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: getThumbnail(size?: Size): Promise\<image.PixelMap>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
939|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
940|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: favorite(isFavorite: boolean): Promise\<void>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: favorite(isFavorite: boolean): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
941|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: isFavorite(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: isFavorite(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
942|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: isFavorite():Promise\<boolean>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: isFavorite():Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
943|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
944|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: trash(isTrash: boolean): Promise\<void>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: trash(isTrash: boolean): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
945|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: isTrash(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: isTrash(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
946|Deprecated version changed|Class name: FileAsset;<br>Method or attribute name: isTrash():Promise\<boolean>;<br>Old version: |Class name: FileAsset;<br>Method or attribute name: isTrash():Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
947|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: enum FileKey<br>Old version: |Class name: FileKey;<br>Method or attribute name: enum FileKey<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
948|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: ID = "file_id"<br>Old version: |Class name: FileKey;<br>Method or attribute name: ID = "file_id"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
949|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: RELATIVE_PATH = "relative_path"<br>Old version: |Class name: FileKey;<br>Method or attribute name: RELATIVE_PATH = "relative_path"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
950|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: DISPLAY_NAME = "display_name"<br>Old version: |Class name: FileKey;<br>Method or attribute name: DISPLAY_NAME = "display_name"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
951|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: PARENT = "parent"<br>Old version: |Class name: FileKey;<br>Method or attribute name: PARENT = "parent"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
952|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: MIME_TYPE = "mime_type"<br>Old version: |Class name: FileKey;<br>Method or attribute name: MIME_TYPE = "mime_type"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
953|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: MEDIA_TYPE = "media_type"<br>Old version: |Class name: FileKey;<br>Method or attribute name: MEDIA_TYPE = "media_type"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
954|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: SIZE = "size"<br>Old version: |Class name: FileKey;<br>Method or attribute name: SIZE = "size"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
955|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: DATE_ADDED = "date_added"<br>Old version: |Class name: FileKey;<br>Method or attribute name: DATE_ADDED = "date_added"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
956|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: DATE_MODIFIED = "date_modified"<br>Old version: |Class name: FileKey;<br>Method or attribute name: DATE_MODIFIED = "date_modified"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
957|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: DATE_TAKEN = "date_taken"<br>Old version: |Class name: FileKey;<br>Method or attribute name: DATE_TAKEN = "date_taken"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
958|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: TITLE = "title"<br>Old version: |Class name: FileKey;<br>Method or attribute name: TITLE = "title"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
959|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: ARTIST = "artist"<br>Old version: |Class name: FileKey;<br>Method or attribute name: ARTIST = "artist"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
960|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: AUDIOALBUM = "audio_album"<br>Old version: |Class name: FileKey;<br>Method or attribute name: AUDIOALBUM = "audio_album"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
961|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: DURATION = "duration"<br>Old version: |Class name: FileKey;<br>Method or attribute name: DURATION = "duration"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
962|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: WIDTH = "width"<br>Old version: |Class name: FileKey;<br>Method or attribute name: WIDTH = "width"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
963|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: HEIGHT = "height"<br>Old version: |Class name: FileKey;<br>Method or attribute name: HEIGHT = "height"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
964|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: ORIENTATION = "orientation"<br>Old version: |Class name: FileKey;<br>Method or attribute name: ORIENTATION = "orientation"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
965|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: ALBUM_ID = "bucket_id"<br>Old version: |Class name: FileKey;<br>Method or attribute name: ALBUM_ID = "bucket_id"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
966|Deprecated version changed|Class name: FileKey;<br>Method or attribute name: ALBUM_NAME = "bucket_display_name"<br>Old version: |Class name: FileKey;<br>Method or attribute name: ALBUM_NAME = "bucket_display_name"<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
967|Deprecated version changed|Class name: MediaFetchOptions;<br>Method or attribute name: interface MediaFetchOptions<br>Old version: |Class name: MediaFetchOptions;<br>Method or attribute name: interface MediaFetchOptions<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
968|Deprecated version changed|Class name: MediaFetchOptions;<br>Method or attribute name: selections: string;<br>Old version: |Class name: MediaFetchOptions;<br>Method or attribute name: selections: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
969|Deprecated version changed|Class name: MediaFetchOptions;<br>Method or attribute name: selectionArgs: Array\<string>;<br>Old version: |Class name: MediaFetchOptions;<br>Method or attribute name: selectionArgs: Array\<string>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
970|Deprecated version changed|Class name: MediaFetchOptions;<br>Method or attribute name: order?: string;<br>Old version: |Class name: MediaFetchOptions;<br>Method or attribute name: order?: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
971|Deprecated version changed|Class name: MediaFetchOptions;<br>Method or attribute name: uri?: string;<br>Old version: |Class name: MediaFetchOptions;<br>Method or attribute name: uri?: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
972|Deprecated version changed|Class name: MediaFetchOptions;<br>Method or attribute name: networkId?: string;<br>Old version: |Class name: MediaFetchOptions;<br>Method or attribute name: networkId?: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
973|Deprecated version changed|Class name: MediaFetchOptions;<br>Method or attribute name: extendArgs?: string;<br>Old version: |Class name: MediaFetchOptions;<br>Method or attribute name: extendArgs?: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
974|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: interface FetchFileResult<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: interface FetchFileResult<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
975|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getCount(): number;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getCount(): number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
976|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: isAfterLast(): boolean;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: isAfterLast(): boolean;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
977|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: close(): void;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: close(): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
978|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getFirstObject(callback: AsyncCallback\<FileAsset>): void;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getFirstObject(callback: AsyncCallback\<FileAsset>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
979|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getFirstObject(): Promise\<FileAsset>;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getFirstObject(): Promise\<FileAsset>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
980|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getNextObject(callback: AsyncCallback\<FileAsset>): void;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getNextObject(callback: AsyncCallback\<FileAsset>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
981|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getNextObject(): Promise\<FileAsset>;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getNextObject(): Promise\<FileAsset>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
982|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getLastObject(callback: AsyncCallback\<FileAsset>): void;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getLastObject(callback: AsyncCallback\<FileAsset>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
983|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getLastObject(): Promise\<FileAsset>;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getLastObject(): Promise\<FileAsset>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
984|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\<FileAsset>): void;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\<FileAsset>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
985|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getPositionObject(index: number): Promise\<FileAsset>;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getPositionObject(index: number): Promise\<FileAsset>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
986|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getAllObject(callback: AsyncCallback\<Array\<FileAsset>>): void;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getAllObject(callback: AsyncCallback\<Array\<FileAsset>>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
987|Deprecated version changed|Class name: FetchFileResult;<br>Method or attribute name: getAllObject(): Promise\<Array\<FileAsset>>;<br>Old version: |Class name: FetchFileResult;<br>Method or attribute name: getAllObject(): Promise\<Array\<FileAsset>>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
988|Deprecated version changed|Class name: Album;<br>Method or attribute name: interface Album<br>Old version: |Class name: Album;<br>Method or attribute name: interface Album<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
989|Deprecated version changed|Class name: Album;<br>Method or attribute name: albumName: string;<br>Old version: |Class name: Album;<br>Method or attribute name: albumName: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
990|Deprecated version changed|Class name: Album;<br>Method or attribute name: readonly count: number;<br>Old version: |Class name: Album;<br>Method or attribute name: readonly count: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
991|Deprecated version changed|Class name: Album;<br>Method or attribute name: readonly relativePath: string;<br>Old version: |Class name: Album;<br>Method or attribute name: readonly relativePath: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
992|Deprecated version changed|Class name: Album;<br>Method or attribute name: readonly coverUri: string;<br>Old version: |Class name: Album;<br>Method or attribute name: readonly coverUri: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
993|Deprecated version changed|Class name: Album;<br>Method or attribute name: getFileAssets(callback: AsyncCallback\<FetchFileResult>): void;<br>Old version: |Class name: Album;<br>Method or attribute name: getFileAssets(callback: AsyncCallback\<FetchFileResult>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
994|Deprecated version changed|Class name: Album;<br>Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\<FetchFileResult>): void;<br>Old version: |Class name: Album;<br>Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\<FetchFileResult>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
995|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\<FetchFileResult>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\<FetchFileResult>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
996|Deprecated version changed|Class name: Album;<br>Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise\<FetchFileResult>;<br>Old version: |Class name: Album;<br>Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise\<FetchFileResult>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
997|Deprecated version changed|Class name: DirectoryType;<br>Method or attribute name: enum DirectoryType<br>Old version: |Class name: DirectoryType;<br>Method or attribute name: enum DirectoryType<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
998|Deprecated version changed|Class name: DirectoryType;<br>Method or attribute name: DIR_CAMERA = 0<br>Old version: |Class name: DirectoryType;<br>Method or attribute name: DIR_CAMERA = 0<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
999|Deprecated version changed|Class name: DirectoryType;<br>Method or attribute name: DIR_VIDEO<br>Old version: |Class name: DirectoryType;<br>Method or attribute name: DIR_VIDEO<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1000|Deprecated version changed|Class name: DirectoryType;<br>Method or attribute name: DIR_IMAGE<br>Old version: |Class name: DirectoryType;<br>Method or attribute name: DIR_IMAGE<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1001|Deprecated version changed|Class name: DirectoryType;<br>Method or attribute name: DIR_AUDIO<br>Old version: |Class name: DirectoryType;<br>Method or attribute name: DIR_AUDIO<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1002|Deprecated version changed|Class name: DirectoryType;<br>Method or attribute name: DIR_DOCUMENTS<br>Old version: |Class name: DirectoryType;<br>Method or attribute name: DIR_DOCUMENTS<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1003|Deprecated version changed|Class name: DirectoryType;<br>Method or attribute name: DIR_DOWNLOAD<br>Old version: |Class name: DirectoryType;<br>Method or attribute name: DIR_DOWNLOAD<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1004|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: interface MediaLibrary<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: interface MediaLibrary<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1005|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1006|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getPublicDirectory(type: DirectoryType): Promise\<string>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getPublicDirectory(type: DirectoryType): Promise\<string>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1007|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise\<FetchFileResult>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise\<FetchFileResult>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1008|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1009|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1010|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback\<FileAsset>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback\<FileAsset>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1011|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise\<FileAsset>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise\<FileAsset>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1012|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1013|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: deleteAsset(uri: string): Promise\<void>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: deleteAsset(uri: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1014|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback\<Array\<Album>>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback\<Array\<Album>>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1015|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getAlbums(options: MediaFetchOptions): Promise\<Array\<Album>>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getAlbums(options: MediaFetchOptions): Promise\<Array\<Album>>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1016|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: storeMediaAsset(option: MediaAssetOption, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: storeMediaAsset(option: MediaAssetOption, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1017|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: storeMediaAsset(option: MediaAssetOption): Promise\<string>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: storeMediaAsset(option: MediaAssetOption): Promise\<string>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1018|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: startImagePreview(images: Array\<string>, index: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: startImagePreview(images: Array\<string>, index: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1019|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: startImagePreview(images: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: startImagePreview(images: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1020|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: startImagePreview(images: Array\<string>, index?: number): Promise\<void>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: startImagePreview(images: Array\<string>, index?: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1021|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: startMediaSelect(option: MediaSelectOption, callback: AsyncCallback\<Array\<string>>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: startMediaSelect(option: MediaSelectOption, callback: AsyncCallback\<Array\<string>>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1022|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: startMediaSelect(option: MediaSelectOption): Promise\<Array\<string>>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: startMediaSelect(option: MediaSelectOption): Promise\<Array\<string>>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1023|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getActivePeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getActivePeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1024|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getActivePeers(): Promise\<Array\<PeerInfo>>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getActivePeers(): Promise\<Array\<PeerInfo>>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1025|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getAllPeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getAllPeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1026|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: getAllPeers(): Promise\<Array\<PeerInfo>>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: getAllPeers(): Promise\<Array\<PeerInfo>>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1027|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1028|Deprecated version changed|Class name: MediaLibrary;<br>Method or attribute name: release(): Promise\<void>;<br>Old version: |Class name: MediaLibrary;<br>Method or attribute name: release(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1029|Deprecated version changed|Class name: Size;<br>Method or attribute name: interface Size<br>Old version: |Class name: Size;<br>Method or attribute name: interface Size<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1030|Deprecated version changed|Class name: Size;<br>Method or attribute name: width: number;<br>Old version: |Class name: Size;<br>Method or attribute name: width: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1031|Deprecated version changed|Class name: Size;<br>Method or attribute name: height: number;<br>Old version: |Class name: Size;<br>Method or attribute name: height: number;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1032|Deprecated version changed|Class name: PeerInfo;<br>Method or attribute name: interface PeerInfo<br>Old version: |Class name: PeerInfo;<br>Method or attribute name: interface PeerInfo<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1033|Deprecated version changed|Class name: PeerInfo;<br>Method or attribute name: readonly deviceName: string;<br>Old version: |Class name: PeerInfo;<br>Method or attribute name: readonly deviceName: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1034|Deprecated version changed|Class name: PeerInfo;<br>Method or attribute name: readonly networkId: string;<br>Old version: |Class name: PeerInfo;<br>Method or attribute name: readonly networkId: string;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1035|Deprecated version changed|Class name: PeerInfo;<br>Method or attribute name: readonly deviceType: DeviceType;<br>Old version: |Class name: PeerInfo;<br>Method or attribute name: readonly deviceType: DeviceType;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1036|Deprecated version changed|Class name: PeerInfo;<br>Method or attribute name: readonly isOnline: boolean;<br>Old version: |Class name: PeerInfo;<br>Method or attribute name: readonly isOnline: boolean;<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1037|Deprecated version changed|Class name: DeviceType;<br>Method or attribute name: enum DeviceType<br>Old version: |Class name: DeviceType;<br>Method or attribute name: enum DeviceType<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1038|Deprecated version changed|Class name: DeviceType;<br>Method or attribute name: TYPE_UNKNOWN = 0<br>Old version: |Class name: DeviceType;<br>Method or attribute name: TYPE_UNKNOWN = 0<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1039|Deprecated version changed|Class name: DeviceType;<br>Method or attribute name: TYPE_LAPTOP<br>Old version: |Class name: DeviceType;<br>Method or attribute name: TYPE_LAPTOP<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1040|Deprecated version changed|Class name: DeviceType;<br>Method or attribute name: TYPE_PHONE<br>Old version: |Class name: DeviceType;<br>Method or attribute name: TYPE_PHONE<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1041|Deprecated version changed|Class name: DeviceType;<br>Method or attribute name: TYPE_TABLET<br>Old version: |Class name: DeviceType;<br>Method or attribute name: TYPE_TABLET<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1042|Deprecated version changed|Class name: DeviceType;<br>Method or attribute name: TYPE_WATCH<br>Old version: |Class name: DeviceType;<br>Method or attribute name: TYPE_WATCH<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1043|Deprecated version changed|Class name: DeviceType;<br>Method or attribute name: TYPE_CAR<br>Old version: |Class name: DeviceType;<br>Method or attribute name: TYPE_CAR<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1044|Deprecated version changed|Class name: DeviceType;<br>Method or attribute name: TYPE_TV<br>Old version: |Class name: DeviceType;<br>Method or attribute name: TYPE_TV<br>New version: 9<br>Substitute API: ohos.file.picker|@ohos.multimedia.mediaLibrary.d.ts|
1045|Access level changed|Class name: VolumeEvent;<br>Method or attribute name: interface VolumeEvent<br>Old version: systemapi|Class name: VolumeEvent;<br>Method or attribute name: interface VolumeEvent<br>New version: |@ohos.multimedia.audio.d.ts|
1046|Permission changed|Class name: VideoPlayer;<br>Method or attribute name: prepare(callback: AsyncCallback\<void>): void;<br>Old version: ohos.permission.MICROPHONE|Class name: VideoPlayer;<br>Method or attribute name: prepare(callback: AsyncCallback\<void>): void;<br>New version: |@ohos.multimedia.media.d.ts|
1047|Permission changed|Class name: VideoPlayer;<br>Method or attribute name: prepare(): Promise\<void>;<br>Old version: ohos.permission.MICROPHONE|Class name: VideoPlayer;<br>Method or attribute name: prepare(): Promise\<void>;<br>New version: |@ohos.multimedia.media.d.ts|
1048|Function changed|Class name: AudioState;<br>Method or attribute name: STATE_NEW|Class name: AudioState;<br>Method or attribute name: STATE_NEW = 0|@ohos.multimedia.audio.d.ts|
1049|Function changed|Class name: AudioState;<br>Method or attribute name: STATE_PREPARED|Class name: AudioState;<br>Method or attribute name: STATE_PREPARED = 1|@ohos.multimedia.audio.d.ts|
1050|Function changed|Class name: AudioState;<br>Method or attribute name: STATE_RUNNING|Class name: AudioState;<br>Method or attribute name: STATE_RUNNING = 2|@ohos.multimedia.audio.d.ts|
1051|Function changed|Class name: AudioState;<br>Method or attribute name: STATE_STOPPED|Class name: AudioState;<br>Method or attribute name: STATE_STOPPED = 3|@ohos.multimedia.audio.d.ts|
1052|Function changed|Class name: AudioState;<br>Method or attribute name: STATE_RELEASED|Class name: AudioState;<br>Method or attribute name: STATE_RELEASED = 4|@ohos.multimedia.audio.d.ts|
1053|Function changed|Class name: AudioState;<br>Method or attribute name: STATE_PAUSED|Class name: AudioState;<br>Method or attribute name: STATE_PAUSED = 5|@ohos.multimedia.audio.d.ts|
1054|Function changed|Class name: AudioScene;<br>Method or attribute name: AUDIO_SCENE_RINGING|Class name: AudioScene;<br>Method or attribute name: AUDIO_SCENE_RINGING = 1|@ohos.multimedia.audio.d.ts|
1055|Function changed|Class name: AudioScene;<br>Method or attribute name: AUDIO_SCENE_PHONE_CALL|Class name: AudioScene;<br>Method or attribute name: AUDIO_SCENE_PHONE_CALL = 2|@ohos.multimedia.audio.d.ts|
1056|Function changed|Class name: AudioScene;<br>Method or attribute name: AUDIO_SCENE_VOICE_CHAT|Class name: AudioScene;<br>Method or attribute name: AUDIO_SCENE_VOICE_CHAT = 3|@ohos.multimedia.audio.d.ts|
1057