1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Deleted|Class name: avSession;<br>Method or attribute name: function on(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback: (session: AVSessionDescriptor) => void): void;|NA|@ohos.multimedia.avsession.d.ts| 4|Deleted|Class name: avSession;<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;|NA|@ohos.multimedia.avsession.d.ts| 5|Deleted|Class name: AVSession;<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|NA|@ohos.multimedia.avsession.d.ts| 6|Deleted|Class name: AVSession;<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;|NA|@ohos.multimedia.avsession.d.ts| 7|Deleted|Class name: AVSessionController;<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;|NA|@ohos.multimedia.avsession.d.ts| 8|Deleted|Class name: AVSession;<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|NA|@ohos.multimedia.avsession.d.ts| 9|Deleted|Class name: AVSession;<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;|NA|@ohos.multimedia.avsession.d.ts| 10|Deleted|Class name: AVSessionController;<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;|NA|@ohos.multimedia.avsession.d.ts| 11|Deleted|Class name: OutputDeviceInfo;<br>Method or attribute name: isRemote: boolean;|NA|@ohos.multimedia.avsession.d.ts| 12|Deleted|Class name: OutputDeviceInfo;<br>Method or attribute name: audioDeviceId: Array\<number>;|NA|@ohos.multimedia.avsession.d.ts| 13|Deleted|Class name: OutputDeviceInfo;<br>Method or attribute name: deviceName: Array\<string>;|NA|@ohos.multimedia.avsession.d.ts| 14|Deleted|Class name: CameraErrorCode;<br>Method or attribute name: CONFILICT_CAMERA = 7400107|NA|@ohos.multimedia.camera.d.ts| 15|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: assetId: string;|@ohos.multimedia.avsession.d.ts| 16|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: title?: string;|@ohos.multimedia.avsession.d.ts| 17|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: artist?: string;|@ohos.multimedia.avsession.d.ts| 18|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: duration?: number;|@ohos.multimedia.avsession.d.ts| 19|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: subtitle?: string;|@ohos.multimedia.avsession.d.ts| 20|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: description?: string;|@ohos.multimedia.avsession.d.ts| 21|Added|NA|Class name: AVCastController;<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;|@ohos.multimedia.avsession.d.ts| 22|Added|NA|Class name: AVCastController;<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;|@ohos.multimedia.avsession.d.ts| 23|Added|NA|Class name: effectKit;<br>Method or attribute name: function createColorPicker(source: image.PixelMap, region: Array\<number>): Promise\<ColorPicker>;|@ohos.effectKit.d.ts| 24|Added|NA|Class name: effectKit;<br>Method or attribute name: function createColorPicker(source: image.PixelMap, region: Array\<number>, callback: AsyncCallback\<ColorPicker>): void;|@ohos.effectKit.d.ts| 25|Added|NA|Class name: ColorPicker;<br>Method or attribute name: getLargestProportionColor(): Color;|@ohos.effectKit.d.ts| 26|Added|NA|Class name: ColorPicker;<br>Method or attribute name: getHighestSaturationColor(): Color;|@ohos.effectKit.d.ts| 27|Added|NA|Class name: ColorPicker;<br>Method or attribute name: getAverageColor(): Color;|@ohos.effectKit.d.ts| 28|Added|NA|Class name: ColorPicker;<br>Method or attribute name: isBlackOrWhiteOrGrayColor(color: number): boolean;|@ohos.effectKit.d.ts| 29|Added|NA|Class name: audio;<br>Method or attribute name: type AudioEffectInfoArray = Array\<Readonly\<AudioEffectMode>>;|@ohos.multimedia.audio.d.ts| 30|Added|NA|Class name: AudioVolumeType;<br>Method or attribute name: ALARM = 4|@ohos.multimedia.audio.d.ts| 31|Added|NA|Class name: AudioVolumeType;<br>Method or attribute name: ACCESSIBILITY = 5|@ohos.multimedia.audio.d.ts| 32|Added|NA|Class name: AudioVolumeType;<br>Method or attribute name: ULTRASONIC = 10|@ohos.multimedia.audio.d.ts| 33|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_MUSIC = 1|@ohos.multimedia.audio.d.ts| 34|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_ALARM = 4|@ohos.multimedia.audio.d.ts| 35|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_VOICE_MESSAGE = 5|@ohos.multimedia.audio.d.ts| 36|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_RINGTONE = 6|@ohos.multimedia.audio.d.ts| 37|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_NOTIFICATION = 7|@ohos.multimedia.audio.d.ts| 38|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_ACCESSIBILITY = 8|@ohos.multimedia.audio.d.ts| 39|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_SYSTEM = 9|@ohos.multimedia.audio.d.ts| 40|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_MOVIE = 10|@ohos.multimedia.audio.d.ts| 41|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_GAME = 11|@ohos.multimedia.audio.d.ts| 42|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_AUDIOBOOK = 12|@ohos.multimedia.audio.d.ts| 43|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_NAVIGATION = 13|@ohos.multimedia.audio.d.ts| 44|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_DTMF = 14|@ohos.multimedia.audio.d.ts| 45|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_ENFORCED_TONE = 15|@ohos.multimedia.audio.d.ts| 46|Added|NA|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_ULTRASONIC = 16|@ohos.multimedia.audio.d.ts| 47|Added|NA|Class name: AudioRendererOptions;<br>Method or attribute name: privacyType?: AudioPrivacyType;|@ohos.multimedia.audio.d.ts| 48|Added|NA|Class name: AudioPrivacyType;<br>Method or attribute name: PRIVACY_TYPE_PUBLIC = 0|@ohos.multimedia.audio.d.ts| 49|Added|NA|Class name: AudioPrivacyType;<br>Method or attribute name: PRIVACY_TYPE_PRIVATE = 1|@ohos.multimedia.audio.d.ts| 50|Added|NA|Class name: VolumeAdjustType;<br>Method or attribute name: VOLUME_UP = 0|@ohos.multimedia.audio.d.ts| 51|Added|NA|Class name: VolumeAdjustType;<br>Method or attribute name: VOLUME_DOWN = 1|@ohos.multimedia.audio.d.ts| 52|Added|NA|Class name: AudioManager;<br>Method or attribute name: getAudioSceneSync(): AudioScene;|@ohos.multimedia.audio.d.ts| 53|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getDevicesSync(deviceFlag: DeviceFlag): AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts| 54|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: on(type: 'preferOutputDeviceChangeForRendererInfo', rendererInfo: AudioRendererInfo, callback: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 55|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: on(type: 'preferredInputDeviceChangeForCapturerInfo', capturerInfo: AudioCapturerInfo, callback: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 56|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: off(type: 'preferOutputDeviceChangeForRendererInfo', callback?: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 57|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: off(type: 'preferredInputDeviceChangeForCapturerInfo', callback?: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 58|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: isCommunicationDeviceActiveSync(deviceType: CommunicationDeviceType): boolean;|@ohos.multimedia.audio.d.ts| 59|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo, callback: AsyncCallback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 60|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo): Promise\<AudioDeviceDescriptors>;|@ohos.multimedia.audio.d.ts| 61|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getPreferredOutputDeviceForRendererInfoSync(rendererInfo: AudioRendererInfo): AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts| 62|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getPreferredInputDeviceForCapturerInfo(capturerInfo: AudioCapturerInfo, callback: AsyncCallback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 63|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getPreferredInputDeviceForCapturerInfo(capturerInfo: AudioCapturerInfo): Promise\<AudioDeviceDescriptors>;|@ohos.multimedia.audio.d.ts| 64|Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: getPreferredInputDeviceForCapturerInfoSync(capturerInfo: AudioCapturerInfo): AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts| 65|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getCurrentAudioRendererInfoArraySync(): AudioRendererChangeInfoArray;|@ohos.multimedia.audio.d.ts| 66|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getCurrentAudioCapturerInfoArraySync(): AudioCapturerChangeInfoArray;|@ohos.multimedia.audio.d.ts| 67|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getAudioEffectInfoArray(usage: StreamUsage, callback: AsyncCallback\<AudioEffectInfoArray>): void;|@ohos.multimedia.audio.d.ts| 68|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getAudioEffectInfoArray(usage: StreamUsage): Promise\<AudioEffectInfoArray>;|@ohos.multimedia.audio.d.ts| 69|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: getAudioEffectInfoArraySync(usage: StreamUsage): AudioEffectInfoArray;|@ohos.multimedia.audio.d.ts| 70|Added|NA|Class name: AudioStreamManager;<br>Method or attribute name: isActiveSync(volumeType: AudioVolumeType): boolean;|@ohos.multimedia.audio.d.ts| 71|Added|NA|Class name: AudioVolumeManager;<br>Method or attribute name: getVolumeGroupInfosSync(networkId: string): VolumeGroupInfos;|@ohos.multimedia.audio.d.ts| 72|Added|NA|Class name: AudioVolumeManager;<br>Method or attribute name: getVolumeGroupManagerSync(groupId: number): AudioVolumeGroupManager;|@ohos.multimedia.audio.d.ts| 73|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getVolumeSync(volumeType: AudioVolumeType): number;|@ohos.multimedia.audio.d.ts| 74|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getMinVolumeSync(volumeType: AudioVolumeType): number;|@ohos.multimedia.audio.d.ts| 75|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getMaxVolumeSync(volumeType: AudioVolumeType): number;|@ohos.multimedia.audio.d.ts| 76|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: isMuteSync(volumeType: AudioVolumeType): boolean;|@ohos.multimedia.audio.d.ts| 77|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getRingerModeSync(): AudioRingMode;|@ohos.multimedia.audio.d.ts| 78|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: isMicrophoneMuteSync(): boolean;|@ohos.multimedia.audio.d.ts| 79|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: isVolumeUnadjustable(): boolean;|@ohos.multimedia.audio.d.ts| 80|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: adjustVolumeByStep(adjustType: VolumeAdjustType, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts| 81|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: adjustVolumeByStep(adjustType: VolumeAdjustType): Promise\<void>;|@ohos.multimedia.audio.d.ts| 82|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: adjustSystemVolumeByStep(volumeType: AudioVolumeType, adjustType: VolumeAdjustType, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts| 83|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: adjustSystemVolumeByStep(volumeType: AudioVolumeType, adjustType: VolumeAdjustType): Promise\<void>;|@ohos.multimedia.audio.d.ts| 84|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getSystemVolumeInDb(volumeType: AudioVolumeType, volumeLevel: number, device: DeviceType, callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts| 85|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getSystemVolumeInDb(volumeType: AudioVolumeType, volumeLevel: number, device: DeviceType): Promise\<number>;|@ohos.multimedia.audio.d.ts| 86|Added|NA|Class name: AudioVolumeGroupManager;<br>Method or attribute name: getSystemVolumeInDbSync(volumeType: AudioVolumeType, volumeLevel: number, device: DeviceType): number;|@ohos.multimedia.audio.d.ts| 87|Added|NA|Class name: AudioDeviceDescriptor;<br>Method or attribute name: readonly displayName: string;|@ohos.multimedia.audio.d.ts| 88|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getRendererInfoSync(): AudioRendererInfo;|@ohos.multimedia.audio.d.ts| 89|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getStreamInfoSync(): AudioStreamInfo;|@ohos.multimedia.audio.d.ts| 90|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: getStreamInfoSync(): AudioStreamInfo;|@ohos.multimedia.audio.d.ts| 91|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getAudioStreamIdSync(): number;|@ohos.multimedia.audio.d.ts| 92|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: getAudioStreamIdSync(): number;|@ohos.multimedia.audio.d.ts| 93|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getAudioEffectMode(callback: AsyncCallback\<AudioEffectMode>): void;|@ohos.multimedia.audio.d.ts| 94|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getAudioEffectMode(): Promise\<AudioEffectMode>;|@ohos.multimedia.audio.d.ts| 95|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: setAudioEffectMode(mode: AudioEffectMode, callback: AsyncCallback\<void>): void;|@ohos.multimedia.audio.d.ts| 96|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: setAudioEffectMode(mode: AudioEffectMode): Promise\<void>;|@ohos.multimedia.audio.d.ts| 97|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getAudioTimeSync(): number;|@ohos.multimedia.audio.d.ts| 98|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: getAudioTimeSync(): number;|@ohos.multimedia.audio.d.ts| 99|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getBufferSizeSync(): number;|@ohos.multimedia.audio.d.ts| 100|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: getBufferSizeSync(): number;|@ohos.multimedia.audio.d.ts| 101|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getRenderRateSync(): AudioRendererRate;|@ohos.multimedia.audio.d.ts| 102|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: setInterruptModeSync(mode: InterruptMode): void;|@ohos.multimedia.audio.d.ts| 103|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getMinStreamVolume(callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts| 104|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getMinStreamVolume(): Promise\<number>;|@ohos.multimedia.audio.d.ts| 105|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getMinStreamVolumeSync(): number;|@ohos.multimedia.audio.d.ts| 106|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getMaxStreamVolume(callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts| 107|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getMaxStreamVolume(): Promise\<number>;|@ohos.multimedia.audio.d.ts| 108|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getMaxStreamVolumeSync(): number;|@ohos.multimedia.audio.d.ts| 109|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getUnderflowCount(callback: AsyncCallback\<number>): void;|@ohos.multimedia.audio.d.ts| 110|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getUnderflowCount(): Promise\<number>;|@ohos.multimedia.audio.d.ts| 111|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getUnderflowCountSync(): number;|@ohos.multimedia.audio.d.ts| 112|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getCurrentOutputDevices(callback: AsyncCallback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 113|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getCurrentOutputDevices(): Promise\<AudioDeviceDescriptors>;|@ohos.multimedia.audio.d.ts| 114|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: getCurrentOutputDevicesSync(): AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts| 115|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: on(type: 'outputDeviceChange', callback: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 116|Added|NA|Class name: AudioRenderer;<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts| 117|Added|NA|Class name: SourceType;<br>Method or attribute name: SOURCE_TYPE_PLAYBACK_CAPTURE = 2|@ohos.multimedia.audio.d.ts| 118|Added|NA|Class name: SourceType;<br>Method or attribute name: SOURCE_TYPE_WAKEUP = 3|@ohos.multimedia.audio.d.ts| 119|Added|NA|Class name: AudioCapturerOptions;<br>Method or attribute name: playbackCaptureConfig?: AudioPlaybackCaptureConfig;|@ohos.multimedia.audio.d.ts| 120|Added|NA|Class name: CaptureFilterOptions;<br>Method or attribute name: usages: Array\<StreamUsage>;|@ohos.multimedia.audio.d.ts| 121|Added|NA|Class name: AudioPlaybackCaptureConfig;<br>Method or attribute name: filterOptions: CaptureFilterOptions;|@ohos.multimedia.audio.d.ts| 122|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: getCapturerInfoSync(): AudioCapturerInfo;|@ohos.multimedia.audio.d.ts| 123|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: on(type: 'audioInterrupt', callback: Callback\<InterruptEvent>): void;|@ohos.multimedia.audio.d.ts| 124|Added|NA|Class name: AudioCapturer;<br>Method or attribute name: off(type: 'audioInterrupt'): void;|@ohos.multimedia.audio.d.ts| 125|Added|NA|Class name: AudioEffectMode;<br>Method or attribute name: EFFECT_NONE = 0|@ohos.multimedia.audio.d.ts| 126|Added|NA|Class name: AudioEffectMode;<br>Method or attribute name: EFFECT_DEFAULT = 1|@ohos.multimedia.audio.d.ts| 127|Added|NA|Class name: avSession;<br>Method or attribute name: function getHistoricalSessionDescriptors(maxSize: number, callback: AsyncCallback\<Array\<Readonly\<AVSessionDescriptor>>>): void;|@ohos.multimedia.avsession.d.ts| 128|Added|NA|Class name: avSession;<br>Method or attribute name: function getHistoricalSessionDescriptors(maxSize?: number): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;|@ohos.multimedia.avsession.d.ts| 129|Added|NA|Class name: avSession;<br>Method or attribute name: function on(type: 'sessionCreate', callback: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| 130|Added|NA|Class name: avSession;<br>Method or attribute name: function on(type: 'sessionDestroy', callback: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| 131|Added|NA|Class name: avSession;<br>Method or attribute name: function on(type: 'topSessionChange', callback: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| 132|Added|NA|Class name: avSession;<br>Method or attribute name: function on(type: 'deviceAvailable', callback: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| 133|Added|NA|Class name: avSession;<br>Method or attribute name: function off(type: 'sessionCreate', callback?: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| 134|Added|NA|Class name: avSession;<br>Method or attribute name: function off(type: 'sessionDestroy', callback?: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| 135|Added|NA|Class name: avSession;<br>Method or attribute name: function off(type: 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| 136|Added|NA|Class name: avSession;<br>Method or attribute name: function off(type: 'deviceAvailable', callback?: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| 137|Added|NA|Class name: avSession;<br>Method or attribute name: function startCastDeviceDiscovery(callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 138|Added|NA|Class name: avSession;<br>Method or attribute name: function startCastDeviceDiscovery(filter: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 139|Added|NA|Class name: avSession;<br>Method or attribute name: function startCastDeviceDiscovery(filter?: number): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 140|Added|NA|Class name: avSession;<br>Method or attribute name: function stopCastDeviceDiscovery(callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 141|Added|NA|Class name: avSession;<br>Method or attribute name: function stopCastDeviceDiscovery(): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 142|Added|NA|Class name: avSession;<br>Method or attribute name: function setDiscoverable(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 143|Added|NA|Class name: avSession;<br>Method or attribute name: function setDiscoverable(enable: boolean): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 144|Added|NA|Class name: avSession;<br>Method or attribute name: function getAVCastController(sessionId: string, callback: AsyncCallback\<AVCastController>): void;|@ohos.multimedia.avsession.d.ts| 145|Added|NA|Class name: avSession;<br>Method or attribute name: function getAVCastController(sessionId: string): Promise\<AVCastController>;|@ohos.multimedia.avsession.d.ts| 146|Added|NA|Class name: avSession;<br>Method or attribute name: function startCasting(session: SessionToken, device: OutputDeviceInfo, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 147|Added|NA|Class name: avSession;<br>Method or attribute name: function startCasting(session: SessionToken, device: OutputDeviceInfo): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 148|Added|NA|Class name: avSession;<br>Method or attribute name: function stopCasting(session: SessionToken, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 149|Added|NA|Class name: avSession;<br>Method or attribute name: function stopCasting(session: SessionToken): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 150|Added|NA|Class name: avSession;<br>Method or attribute name: type AVCastControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|<br> 'seek' \| 'setVolume' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| 151|Added|NA|Class name: ProtocolType;<br>Method or attribute name: TYPE_LOCAL = 0|@ohos.multimedia.avsession.d.ts| 152|Added|NA|Class name: ProtocolType;<br>Method or attribute name: TYPE_CAST_PLUS_MIRROR = 1|@ohos.multimedia.avsession.d.ts| 153|Added|NA|Class name: ProtocolType;<br>Method or attribute name: TYPE_CAST_PLUS_STREAM = 2|@ohos.multimedia.avsession.d.ts| 154|Added|NA|Class name: AVSession;<br>Method or attribute name: readonly sessionType: AVSessionType;|@ohos.multimedia.avsession.d.ts| 155|Added|NA|Class name: AVSession;<br>Method or attribute name: dispatchSessionEvent(event: string, args: {[key: string]: Object}, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 156|Added|NA|Class name: AVSession;<br>Method or attribute name: dispatchSessionEvent(event: string, args: {[key: string]: Object}): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 157|Added|NA|Class name: AVSession;<br>Method or attribute name: setAVQueueItems(items: Array\<AVQueueItem>, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 158|Added|NA|Class name: AVSession;<br>Method or attribute name: setAVQueueItems(items: Array\<AVQueueItem>): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 159|Added|NA|Class name: AVSession;<br>Method or attribute name: setAVQueueTitle(title: string, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 160|Added|NA|Class name: AVSession;<br>Method or attribute name: setAVQueueTitle(title: string): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 161|Added|NA|Class name: AVSession;<br>Method or attribute name: setExtras(extras: {[key: string]: Object}, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 162|Added|NA|Class name: AVSession;<br>Method or attribute name: setExtras(extras: {[key: string]: Object}): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 163|Added|NA|Class name: AVSession;<br>Method or attribute name: getAVCastController(callback: AsyncCallback\<AVCastController>): void;|@ohos.multimedia.avsession.d.ts| 164|Added|NA|Class name: AVSession;<br>Method or attribute name: getAVCastController(): Promise\<AVCastController>;|@ohos.multimedia.avsession.d.ts| 165|Added|NA|Class name: AVSession;<br>Method or attribute name: getOutputDeviceSync(): OutputDeviceInfo;|@ohos.multimedia.avsession.d.ts| 166|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getOutputDeviceSync(): OutputDeviceInfo;|@ohos.multimedia.avsession.d.ts| 167|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'play', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| 168|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'pause', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| 169|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'stop', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| 170|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'playNext', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| 171|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'playPrevious', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| 172|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'fastForward', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| 173|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| 174|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (state: ConnectionState, device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| 175|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (state: ConnectionState, device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| 176|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'commonCommand', callback: (command: string, args: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts| 177|Added|NA|Class name: AVSession;<br>Method or attribute name: on(type: 'skipToQueueItem', callback: (itemId: number) => void): void;|@ohos.multimedia.avsession.d.ts| 178|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'play', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| 179|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'pause', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| 180|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'stop', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| 181|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'playNext', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| 182|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'playPrevious', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| 183|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'fastForward', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| 184|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| 185|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (state: ConnectionState, device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| 186|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (state: ConnectionState, device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| 187|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'commonCommand', callback?: (command: string, args: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts| 188|Added|NA|Class name: AVSession;<br>Method or attribute name: off(type: 'skipToQueueItem', callback?: (itemId: number) => void): void;|@ohos.multimedia.avsession.d.ts| 189|Added|NA|Class name: AVSession;<br>Method or attribute name: stopCasting(callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 190|Added|NA|Class name: AVSession;<br>Method or attribute name: stopCasting(): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 191|Added|NA|Class name: AVCastControlCommand;<br>Method or attribute name: command: AVCastControlCommandType;|@ohos.multimedia.avsession.d.ts| 192|Added|NA|Class name: AVCastControlCommand;<br>Method or attribute name: parameter?: media.PlaybackSpeed \| number \| string \| LoopMode;|@ohos.multimedia.avsession.d.ts| 193|Added|NA|Class name: AVCastController;<br>Method or attribute name: setDisplaySurface(surfaceId: string, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 194|Added|NA|Class name: AVCastController;<br>Method or attribute name: setDisplaySurface(surfaceId: string): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 195|Added|NA|Class name: AVCastController;<br>Method or attribute name: sendControlCommand(command: AVCastControlCommand, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 196|Added|NA|Class name: AVCastController;<br>Method or attribute name: sendControlCommand(command: AVCastControlCommand): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 197|Added|NA|Class name: AVCastController;<br>Method or attribute name: start(item: AVQueueItem, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 198|Added|NA|Class name: AVCastController;<br>Method or attribute name: start(item: AVQueueItem): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 199|Added|NA|Class name: AVCastController;<br>Method or attribute name: prepare(item: AVQueueItem, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 200|Added|NA|Class name: AVCastController;<br>Method or attribute name: prepare(item: AVQueueItem): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 201|Added|NA|Class name: AVCastController;<br>Method or attribute name: getCurrentItem(callback: AsyncCallback\<AVQueueItem>): void;|@ohos.multimedia.avsession.d.ts| 202|Added|NA|Class name: AVCastController;<br>Method or attribute name: getCurrentItem(): Promise\<AVQueueItem>;|@ohos.multimedia.avsession.d.ts| 203|Added|NA|Class name: AVCastController;<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void): void;|@ohos.multimedia.avsession.d.ts| 204|Added|NA|Class name: AVCastController;<br>Method or attribute name: on(type: 'mediaItemChange', callback: Callback\<AVQueueItem>): void;|@ohos.multimedia.avsession.d.ts| 205|Added|NA|Class name: AVCastController;<br>Method or attribute name: on(type: 'playNext', callback: Callback\<void>): void;|@ohos.multimedia.avsession.d.ts| 206|Added|NA|Class name: AVCastController;<br>Method or attribute name: on(type: 'playPrevious', callback: Callback\<void>): void;|@ohos.multimedia.avsession.d.ts| 207|Added|NA|Class name: AVCastController;<br>Method or attribute name: on(type: 'seekDone', callback: Callback\<number>): void;|@ohos.multimedia.avsession.d.ts| 208|Added|NA|Class name: AVCastController;<br>Method or attribute name: on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void;|@ohos.multimedia.avsession.d.ts| 209|Added|NA|Class name: AVCastController;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.avsession.d.ts| 210|Added|NA|Class name: AVCastController;<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void): void;|@ohos.multimedia.avsession.d.ts| 211|Added|NA|Class name: AVCastController;<br>Method or attribute name: off(type: 'mediaItemChange'): void;|@ohos.multimedia.avsession.d.ts| 212|Added|NA|Class name: AVCastController;<br>Method or attribute name: off(type: 'playNext'): void;|@ohos.multimedia.avsession.d.ts| 213|Added|NA|Class name: AVCastController;<br>Method or attribute name: off(type: 'playPrevious'): void;|@ohos.multimedia.avsession.d.ts| 214|Added|NA|Class name: AVCastController;<br>Method or attribute name: off(type: 'seekDone'): void;|@ohos.multimedia.avsession.d.ts| 215|Added|NA|Class name: AVCastController;<br>Method or attribute name: off(type: 'videoSizeChange'): void;|@ohos.multimedia.avsession.d.ts| 216|Added|NA|Class name: AVCastController;<br>Method or attribute name: off(type: 'error'): void;|@ohos.multimedia.avsession.d.ts| 217|Added|NA|Class name: ConnectionState;<br>Method or attribute name: STATE_CONNECTING = 0|@ohos.multimedia.avsession.d.ts| 218|Added|NA|Class name: ConnectionState;<br>Method or attribute name: STATE_CONNECTED = 1|@ohos.multimedia.avsession.d.ts| 219|Added|NA|Class name: ConnectionState;<br>Method or attribute name: STATE_DISCONNECTED = 6|@ohos.multimedia.avsession.d.ts| 220|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: mediaImage?: image.PixelMap \| string;|@ohos.multimedia.avsession.d.ts| 221|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: extras?: {[key: string]: Object};|@ohos.multimedia.avsession.d.ts| 222|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: extras?: {[key: string]: Object};|@ohos.multimedia.avsession.d.ts| 223|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: mediaType?: string;|@ohos.multimedia.avsession.d.ts| 224|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: mediaSize?: number;|@ohos.multimedia.avsession.d.ts| 225|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: albumTitle?: string;|@ohos.multimedia.avsession.d.ts| 226|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: albumCoverUri?: string;|@ohos.multimedia.avsession.d.ts| 227|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: lyricContent?: string;|@ohos.multimedia.avsession.d.ts| 228|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: lyricUri?: string;|@ohos.multimedia.avsession.d.ts| 229|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: mediaUri?: string;|@ohos.multimedia.avsession.d.ts| 230|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: fdSrc?: media.AVFileDescriptor;|@ohos.multimedia.avsession.d.ts| 231|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: startPosition?: number;|@ohos.multimedia.avsession.d.ts| 232|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: creditsPosition?: number;|@ohos.multimedia.avsession.d.ts| 233|Added|NA|Class name: AVMediaDescription;<br>Method or attribute name: appName?: string;|@ohos.multimedia.avsession.d.ts| 234|Added|NA|Class name: AVQueueItem;<br>Method or attribute name: itemId: number;|@ohos.multimedia.avsession.d.ts| 235|Added|NA|Class name: AVQueueItem;<br>Method or attribute name: description?: AVMediaDescription;|@ohos.multimedia.avsession.d.ts| 236|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: activeItemId?: number;|@ohos.multimedia.avsession.d.ts| 237|Added|NA|Class name: AVPlaybackState;<br>Method or attribute name: volume?: number;|@ohos.multimedia.avsession.d.ts| 238|Added|NA|Class name: AVCastCategory;<br>Method or attribute name: CATEGORY_LOCAL = 0|@ohos.multimedia.avsession.d.ts| 239|Added|NA|Class name: AVCastCategory;<br>Method or attribute name: CATEGORY_REMOTE = 1|@ohos.multimedia.avsession.d.ts| 240|Added|NA|Class name: DeviceType;<br>Method or attribute name: DEVICE_TYPE_LOCAL = 0|@ohos.multimedia.avsession.d.ts| 241|Added|NA|Class name: DeviceType;<br>Method or attribute name: DEVICE_TYPE_TV = 2|@ohos.multimedia.avsession.d.ts| 242|Added|NA|Class name: DeviceType;<br>Method or attribute name: DEVICE_TYPE_SMART_SPEAKER = 3|@ohos.multimedia.avsession.d.ts| 243|Added|NA|Class name: DeviceType;<br>Method or attribute name: DEVICE_TYPE_BLUETOOTH = 10|@ohos.multimedia.avsession.d.ts| 244|Added|NA|Class name: DeviceInfo;<br>Method or attribute name: castCategory: AVCastCategory;|@ohos.multimedia.avsession.d.ts| 245|Added|NA|Class name: DeviceInfo;<br>Method or attribute name: deviceId: string;|@ohos.multimedia.avsession.d.ts| 246|Added|NA|Class name: DeviceInfo;<br>Method or attribute name: deviceName: string;|@ohos.multimedia.avsession.d.ts| 247|Added|NA|Class name: DeviceInfo;<br>Method or attribute name: deviceType: DeviceType;|@ohos.multimedia.avsession.d.ts| 248|Added|NA|Class name: DeviceInfo;<br>Method or attribute name: ipAddress?: string;|@ohos.multimedia.avsession.d.ts| 249|Added|NA|Class name: DeviceInfo;<br>Method or attribute name: providerId?: number;|@ohos.multimedia.avsession.d.ts| 250|Added|NA|Class name: OutputDeviceInfo;<br>Method or attribute name: devices: Array\<DeviceInfo>;|@ohos.multimedia.avsession.d.ts| 251|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_COMPLETED = 7|@ohos.multimedia.avsession.d.ts| 252|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_RELEASED = 8|@ohos.multimedia.avsession.d.ts| 253|Added|NA|Class name: PlaybackState;<br>Method or attribute name: PLAYBACK_STATE_ERROR = 9|@ohos.multimedia.avsession.d.ts| 254|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackStateSync(): AVPlaybackState;|@ohos.multimedia.avsession.d.ts| 255|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVMetadataSync(): AVMetadata;|@ohos.multimedia.avsession.d.ts| 256|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVQueueTitle(callback: AsyncCallback\<string>): void;|@ohos.multimedia.avsession.d.ts| 257|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVQueueTitle(): Promise\<string>;|@ohos.multimedia.avsession.d.ts| 258|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVQueueTitleSync(): string;|@ohos.multimedia.avsession.d.ts| 259|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVQueueItems(callback: AsyncCallback\<Array\<AVQueueItem>>): void;|@ohos.multimedia.avsession.d.ts| 260|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVQueueItems(): Promise\<Array\<AVQueueItem>>;|@ohos.multimedia.avsession.d.ts| 261|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getAVQueueItemsSync(): Array\<AVQueueItem>;|@ohos.multimedia.avsession.d.ts| 262|Added|NA|Class name: AVSessionController;<br>Method or attribute name: skipToQueueItem(itemId: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 263|Added|NA|Class name: AVSessionController;<br>Method or attribute name: skipToQueueItem(itemId: number): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 264|Added|NA|Class name: AVSessionController;<br>Method or attribute name: isActiveSync(): boolean;|@ohos.multimedia.avsession.d.ts| 265|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getValidCommandsSync(): Array\<AVControlCommandType>;|@ohos.multimedia.avsession.d.ts| 266|Added|NA|Class name: AVSessionController;<br>Method or attribute name: sendCommonCommand(command: string, args: {[key: string]: Object}, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts| 267|Added|NA|Class name: AVSessionController;<br>Method or attribute name: sendCommonCommand(command: string, args: {[key: string]: Object}): Promise\<void>;|@ohos.multimedia.avsession.d.ts| 268|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getExtras(callback: AsyncCallback\<{[key: string]: Object}>): void;|@ohos.multimedia.avsession.d.ts| 269|Added|NA|Class name: AVSessionController;<br>Method or attribute name: getExtras(): Promise\<{[key: string]: Object}>;|@ohos.multimedia.avsession.d.ts| 270|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'sessionEvent', callback: (sessionEvent: string, args: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts| 271|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'queueItemsChange', callback: (items: Array\<AVQueueItem>) => void): void;|@ohos.multimedia.avsession.d.ts| 272|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'queueTitleChange', callback: (title: string) => void): void;|@ohos.multimedia.avsession.d.ts| 273|Added|NA|Class name: AVSessionController;<br>Method or attribute name: on(type: 'extrasChange', callback: (extras: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts| 274|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'sessionEvent', callback?: (sessionEvent: string, args: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts| 275|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'queueItemsChange', callback?: (items: Array\<AVQueueItem>) => void): void;|@ohos.multimedia.avsession.d.ts| 276|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'queueTitleChange', callback?: (title: string) => void): void;|@ohos.multimedia.avsession.d.ts| 277|Added|NA|Class name: AVSessionController;<br>Method or attribute name: off(type: 'extrasChange', callback?: (extras: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts| 278|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_DEVICE_CONNECTION_FAILED = 6600108|@ohos.multimedia.avsession.d.ts| 279|Added|NA|Class name: AVSessionErrorCode;<br>Method or attribute name: ERR_CODE_REMOTE_CONNECTION_NOT_EXIST = 6600109|@ohos.multimedia.avsession.d.ts| 280|Added|NA|Class name: camera;<br>Method or attribute name: function getModeManager(context: Context): ModeManager;|@ohos.multimedia.camera.d.ts| 281|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: CONFLICT_CAMERA = 7400107|@ohos.multimedia.camera.d.ts| 282|Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: DEVICE_PREEMPTED = 7400109|@ohos.multimedia.camera.d.ts| 283|Added|NA|Class name: PrelaunchConfig;<br>Method or attribute name: cameraDevice: CameraDevice;|@ohos.multimedia.camera.d.ts| 284|Added|NA|Class name: CameraManager;<br>Method or attribute name: off(type: 'cameraStatus', callback?: AsyncCallback\<CameraStatusInfo>): void;|@ohos.multimedia.camera.d.ts| 285|Added|NA|Class name: CameraManager;<br>Method or attribute name: off(type: 'cameraMute', callback?: AsyncCallback\<boolean>): void;|@ohos.multimedia.camera.d.ts| 286|Added|NA|Class name: CameraManager;<br>Method or attribute name: isPrelaunchSupported(camera: CameraDevice): boolean;|@ohos.multimedia.camera.d.ts| 287|Added|NA|Class name: CameraManager;<br>Method or attribute name: setPrelaunchConfig(prelaunchConfig: PrelaunchConfig): void;|@ohos.multimedia.camera.d.ts| 288|Added|NA|Class name: CameraManager;<br>Method or attribute name: prelaunch(): void;|@ohos.multimedia.camera.d.ts| 289|Added|NA|Class name: CameraManager;<br>Method or attribute name: createDeferredPreviewOutput(profile: Profile): PreviewOutput;|@ohos.multimedia.camera.d.ts| 290|Added|NA|Class name: HostDeviceType;<br>Method or attribute name: UNKNOWN_TYPE = 0|@ohos.multimedia.camera.d.ts| 291|Added|NA|Class name: HostDeviceType;<br>Method or attribute name: PHONE = 0x0E|@ohos.multimedia.camera.d.ts| 292|Added|NA|Class name: HostDeviceType;<br>Method or attribute name: TABLET = 0x11|@ohos.multimedia.camera.d.ts| 293|Added|NA|Class name: CameraDevice;<br>Method or attribute name: readonly hostDeviceName: string;|@ohos.multimedia.camera.d.ts| 294|Added|NA|Class name: CameraDevice;<br>Method or attribute name: readonly hostDeviceType: HostDeviceType;|@ohos.multimedia.camera.d.ts| 295|Added|NA|Class name: CameraInput;<br>Method or attribute name: off(type: 'error', camera: CameraDevice, callback?: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 296|Added|NA|Class name: FilterType;<br>Method or attribute name: NONE = 0|@ohos.multimedia.camera.d.ts| 297|Added|NA|Class name: FilterType;<br>Method or attribute name: CLASSIC = 1|@ohos.multimedia.camera.d.ts| 298|Added|NA|Class name: FilterType;<br>Method or attribute name: DAWN = 2|@ohos.multimedia.camera.d.ts| 299|Added|NA|Class name: FilterType;<br>Method or attribute name: PURE = 3|@ohos.multimedia.camera.d.ts| 300|Added|NA|Class name: FilterType;<br>Method or attribute name: GREY = 4|@ohos.multimedia.camera.d.ts| 301|Added|NA|Class name: FilterType;<br>Method or attribute name: NATURAL = 5|@ohos.multimedia.camera.d.ts| 302|Added|NA|Class name: FilterType;<br>Method or attribute name: MORI = 6|@ohos.multimedia.camera.d.ts| 303|Added|NA|Class name: FilterType;<br>Method or attribute name: FAIR = 7|@ohos.multimedia.camera.d.ts| 304|Added|NA|Class name: FilterType;<br>Method or attribute name: PINK = 8|@ohos.multimedia.camera.d.ts| 305|Added|NA|Class name: BeautyType;<br>Method or attribute name: AUTO = 0|@ohos.multimedia.camera.d.ts| 306|Added|NA|Class name: BeautyType;<br>Method or attribute name: SKIN_SMOOTH = 1|@ohos.multimedia.camera.d.ts| 307|Added|NA|Class name: BeautyType;<br>Method or attribute name: FACE_SLENDER = 2|@ohos.multimedia.camera.d.ts| 308|Added|NA|Class name: BeautyType;<br>Method or attribute name: SKIN_TONE = 3|@ohos.multimedia.camera.d.ts| 309|Added|NA|Class name: CaptureSession;<br>Method or attribute name: off(type: 'focusStateChange', callback?: AsyncCallback\<FocusState>): void;|@ohos.multimedia.camera.d.ts| 310|Added|NA|Class name: CaptureSession;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 311|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 312|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 313|Added|NA|Class name: VideoOutput;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 314|Added|NA|Class name: MetadataOutput;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 315|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getSupportedFilters(): Array\<number>;|@ohos.multimedia.camera.d.ts| 316|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getFilter(): number;|@ohos.multimedia.camera.d.ts| 317|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setFilter(filter: number): void;|@ohos.multimedia.camera.d.ts| 318|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getSupportedBeautyTypes(): Array\<BeautyType>;|@ohos.multimedia.camera.d.ts| 319|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getSupportedBeautyRange(type: BeautyType): Array\<number>;|@ohos.multimedia.camera.d.ts| 320|Added|NA|Class name: CaptureSession;<br>Method or attribute name: getBeauty(type: BeautyType): number;|@ohos.multimedia.camera.d.ts| 321|Added|NA|Class name: CaptureSession;<br>Method or attribute name: setBeauty(type: BeautyType, value: number): void;|@ohos.multimedia.camera.d.ts| 322|Added|NA|Class name: CameraMode;<br>Method or attribute name: PORTRAIT = 1|@ohos.multimedia.camera.d.ts| 323|Added|NA|Class name: ModeManager;<br>Method or attribute name: getSupportedModes(device: CameraDevice): Array\<CameraMode>;|@ohos.multimedia.camera.d.ts| 324|Added|NA|Class name: ModeManager;<br>Method or attribute name: getSupportedOutputCapability(device: CameraDevice, mode: CameraMode): CameraOutputCapability;|@ohos.multimedia.camera.d.ts| 325|Added|NA|Class name: ModeManager;<br>Method or attribute name: createCaptureSession(mode: CameraMode): CaptureSession;|@ohos.multimedia.camera.d.ts| 326|Added|NA|Class name: PortraitEffect;<br>Method or attribute name: OFF = 0|@ohos.multimedia.camera.d.ts| 327|Added|NA|Class name: PortraitEffect;<br>Method or attribute name: CIRCLES = 1|@ohos.multimedia.camera.d.ts| 328|Added|NA|Class name: PortraitSession;<br>Method or attribute name: getSupportedPortraitEffects(): Array\<PortraitEffect>;|@ohos.multimedia.camera.d.ts| 329|Added|NA|Class name: PortraitSession;<br>Method or attribute name: getPortraitEffect(): PortraitEffect;|@ohos.multimedia.camera.d.ts| 330|Added|NA|Class name: PortraitSession;<br>Method or attribute name: setPortraitEffect(effect: PortraitEffect): void;|@ohos.multimedia.camera.d.ts| 331|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: off(type: 'frameStart', callback?: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts| 332|Added|NA|Class name: VideoOutput;<br>Method or attribute name: off(type: 'frameStart', callback?: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts| 333|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: off(type: 'frameEnd', callback?: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts| 334|Added|NA|Class name: VideoOutput;<br>Method or attribute name: off(type: 'frameEnd', callback?: AsyncCallback\<void>): void;|@ohos.multimedia.camera.d.ts| 335|Added|NA|Class name: PreviewOutput;<br>Method or attribute name: addDeferredSurface(surfaceId: string): void;|@ohos.multimedia.camera.d.ts| 336|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: on(type: 'quickThumbnail', callback: AsyncCallback\<image.PixelMap>): void;|@ohos.multimedia.camera.d.ts| 337|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: off(type: 'captureStart', callback?: AsyncCallback\<number>): void;|@ohos.multimedia.camera.d.ts| 338|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: off(type: 'frameShutter', callback?: AsyncCallback\<FrameShutterInfo>): void;|@ohos.multimedia.camera.d.ts| 339|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: off(type: 'captureEnd', callback?: AsyncCallback\<CaptureEndInfo>): void;|@ohos.multimedia.camera.d.ts| 340|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: off(type: 'quickThumbnail', callback?: AsyncCallback\<image.PixelMap>): void;|@ohos.multimedia.camera.d.ts| 341|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: isQuickThumbnailSupported(): boolean;|@ohos.multimedia.camera.d.ts| 342|Added|NA|Class name: PhotoOutput;<br>Method or attribute name: enableQuickThumbnail(enabled: boolean): void;|@ohos.multimedia.camera.d.ts| 343|Added|NA|Class name: MetadataOutput;<br>Method or attribute name: off(type: 'metadataObjectsAvailable', callback?: AsyncCallback\<Array\<MetadataObject>>): void;|@ohos.multimedia.camera.d.ts| 344|Added|NA|Class name: PropertyKey;<br>Method or attribute name: DATE_TIME = 'DateTime'|@ohos.multimedia.image.d.ts| 345|Added|NA|Class name: PropertyKey;<br>Method or attribute name: GPS_TIME_STAMP = 'GPSTimeStamp'|@ohos.multimedia.image.d.ts| 346|Added|NA|Class name: PropertyKey;<br>Method or attribute name: GPS_DATE_STAMP = 'GPSDateStamp'|@ohos.multimedia.image.d.ts| 347|Added|NA|Class name: PropertyKey;<br>Method or attribute name: IMAGE_DESCRIPTION = 'ImageDescription'|@ohos.multimedia.image.d.ts| 348|Added|NA|Class name: PropertyKey;<br>Method or attribute name: MAKE = 'Make'|@ohos.multimedia.image.d.ts| 349|Added|NA|Class name: PropertyKey;<br>Method or attribute name: MODEL = 'Model'|@ohos.multimedia.image.d.ts| 350|Added|NA|Class name: PropertyKey;<br>Method or attribute name: PHOTO_MODE = 'PhotoMode'|@ohos.multimedia.image.d.ts| 351|Added|NA|Class name: PropertyKey;<br>Method or attribute name: SENSITIVITY_TYPE = 'SensitivityType'|@ohos.multimedia.image.d.ts| 352|Added|NA|Class name: PropertyKey;<br>Method or attribute name: STANDARD_OUTPUT_SENSITIVITY = 'StandardOutputSensitivity'|@ohos.multimedia.image.d.ts| 353|Added|NA|Class name: PropertyKey;<br>Method or attribute name: RECOMMENDED_EXPOSURE_INDEX = 'RecommendedExposureIndex'|@ohos.multimedia.image.d.ts| 354|Added|NA|Class name: PropertyKey;<br>Method or attribute name: ISO_SPEED = 'ISOSpeedRatings'|@ohos.multimedia.image.d.ts| 355|Added|NA|Class name: PropertyKey;<br>Method or attribute name: APERTURE_VALUE = 'ApertureValue'|@ohos.multimedia.image.d.ts| 356|Added|NA|Class name: PropertyKey;<br>Method or attribute name: EXPOSURE_BIAS_VALUE = 'ExposureBiasValue'|@ohos.multimedia.image.d.ts| 357|Added|NA|Class name: PropertyKey;<br>Method or attribute name: METERING_MODE = 'MeteringMode'|@ohos.multimedia.image.d.ts| 358|Added|NA|Class name: PropertyKey;<br>Method or attribute name: LIGHT_SOURCE = 'LightSource'|@ohos.multimedia.image.d.ts| 359|Added|NA|Class name: PropertyKey;<br>Method or attribute name: FLASH = 'Flash'|@ohos.multimedia.image.d.ts| 360|Added|NA|Class name: PropertyKey;<br>Method or attribute name: FOCAL_LENGTH = 'FocalLength'|@ohos.multimedia.image.d.ts| 361|Added|NA|Class name: PropertyKey;<br>Method or attribute name: USER_COMMENT = 'UserComment'|@ohos.multimedia.image.d.ts| 362|Added|NA|Class name: PropertyKey;<br>Method or attribute name: PIXEL_X_DIMENSION = 'PixelXDimension'|@ohos.multimedia.image.d.ts| 363|Added|NA|Class name: PropertyKey;<br>Method or attribute name: PIXEL_Y_DIMENSION = 'PixelYDimension'|@ohos.multimedia.image.d.ts| 364|Added|NA|Class name: PropertyKey;<br>Method or attribute name: WHITE_BALANCE = 'WhiteBalance'|@ohos.multimedia.image.d.ts| 365|Added|NA|Class name: PropertyKey;<br>Method or attribute name: FOCAL_LENGTH_IN_35_MM_FILM = 'FocalLengthIn35mmFilm'|@ohos.multimedia.image.d.ts| 366|Added|NA|Class name: PropertyKey;<br>Method or attribute name: CAPTURE_MODE = 'HwMnoteCaptureMode'|@ohos.multimedia.image.d.ts| 367|Added|NA|Class name: PropertyKey;<br>Method or attribute name: PHYSICAL_APERTURE = 'HwMnotePhysicalAperture'|@ohos.multimedia.image.d.ts| 368|Added|NA|Class name: PixelMap;<br>Method or attribute name: getColorSpace(): colorSpaceManager.ColorSpaceManager;|@ohos.multimedia.image.d.ts| 369|Added|NA|Class name: PixelMap;<br>Method or attribute name: marshalling(sequence: rpc.MessageSequence): void;|@ohos.multimedia.image.d.ts| 370|Added|NA|Class name: PixelMap;<br>Method or attribute name: unmarshalling(sequence: rpc.MessageSequence): Promise\<PixelMap>;|@ohos.multimedia.image.d.ts| 371|Added|NA|Class name: PixelMap;<br>Method or attribute name: setColorSpace(colorSpace: colorSpaceManager.ColorSpaceManager): void;|@ohos.multimedia.image.d.ts| 372|Added|NA|Class name: ImageSource;<br>Method or attribute name: createPixelMapList(options?: DecodingOptions): Promise\<Array\<PixelMap>>;|@ohos.multimedia.image.d.ts| 373|Added|NA|Class name: ImageSource;<br>Method or attribute name: createPixelMapList(callback: AsyncCallback\<Array\<PixelMap>>): void;|@ohos.multimedia.image.d.ts| 374|Added|NA|Class name: ImageSource;<br>Method or attribute name: createPixelMapList(options: DecodingOptions, callback: AsyncCallback\<Array\<PixelMap>>): void;|@ohos.multimedia.image.d.ts| 375|Added|NA|Class name: ImageSource;<br>Method or attribute name: getDelayTimeList(): Promise\<Array\<number>>;|@ohos.multimedia.image.d.ts| 376|Added|NA|Class name: ImageSource;<br>Method or attribute name: getDelayTimeList(callback: AsyncCallback\<Array\<number>>): void;|@ohos.multimedia.image.d.ts| 377|Added|NA|Class name: ImageSource;<br>Method or attribute name: getFrameCount(): Promise\<number>;|@ohos.multimedia.image.d.ts| 378|Added|NA|Class name: ImageSource;<br>Method or attribute name: getFrameCount(callback: AsyncCallback\<number>): void;|@ohos.multimedia.image.d.ts| 379|Added|NA|Class name: media;<br>Method or attribute name: function createSoundPool(<br> maxStreams: number,<br> audioRenderInfo: audio.AudioRendererInfo,<br> callback: AsyncCallback\<SoundPool><br> ): void;|@ohos.multimedia.media.d.ts| 380|Added|NA|Class name: media;<br>Method or attribute name: function createSoundPool(maxStreams: number, audioRenderInfo: audio.AudioRendererInfo): Promise\<SoundPool>;|@ohos.multimedia.media.d.ts| 381|Added|NA|Class name: media;<br>Method or attribute name: type SoundPool = _SoundPool;|@ohos.multimedia.media.d.ts| 382|Added|NA|Class name: media;<br>Method or attribute name: type PlayParameters = _PlayParameters;|@ohos.multimedia.media.d.ts| 383|Added|NA|Class name: AVPlayer;<br>Method or attribute name: dataSrc?: AVDataSrcDescriptor;|@ohos.multimedia.media.d.ts| 384|Added|NA|Class name: AVPlayer;<br>Method or attribute name: audioRendererInfo?: audio.AudioRendererInfo;|@ohos.multimedia.media.d.ts| 385|Added|NA|Class name: AVPlayer;<br>Method or attribute name: audioEffectMode ?: audio.AudioEffectMode;|@ohos.multimedia.media.d.ts| 386|Added|NA|Class name: AVDataSrcDescriptor;<br>Method or attribute name: fileSize: number;|@ohos.multimedia.media.d.ts| 387|Added|NA|Class name: AVDataSrcDescriptor;<br>Method or attribute name: callback: (buffer: ArrayBuffer, length: number, pos?: number) => number;|@ohos.multimedia.media.d.ts| 388|Added|NA|Class name: systemSoundManager;<br>Method or attribute name: function getSystemSoundManager(): SystemSoundManager;|@ohos.multimedia.systemSoundManager.d.ts| 389|Added|NA|Class name: systemSoundManager;<br>Method or attribute name: type RingtonePlayer = _RingtonePlayer;|@ohos.multimedia.systemSoundManager.d.ts| 390|Added|NA|Class name: systemSoundManager;<br>Method or attribute name: type RingtoneOptions = _RingtoneOptions;|@ohos.multimedia.systemSoundManager.d.ts| 391|Added|NA|Class name: RingtoneType;<br>Method or attribute name: RINGTONE_TYPE_DEFAULT = 0|@ohos.multimedia.systemSoundManager.d.ts| 392|Added|NA|Class name: RingtoneType;<br>Method or attribute name: RINGTONE_TYPE_MULTISIM = 1|@ohos.multimedia.systemSoundManager.d.ts| 393|Added|NA|Class name: SystemSoundManager;<br>Method or attribute name: setSystemRingtoneUri(context: Context, uri: string, type: RingtoneType, callback: AsyncCallback\<void>): void;|@ohos.multimedia.systemSoundManager.d.ts| 394|Added|NA|Class name: SystemSoundManager;<br>Method or attribute name: setSystemRingtoneUri(context: Context, uri: string, type: RingtoneType): Promise\<void>;|@ohos.multimedia.systemSoundManager.d.ts| 395|Added|NA|Class name: SystemSoundManager;<br>Method or attribute name: getSystemRingtoneUri(context: Context, type: RingtoneType, callback: AsyncCallback\<string>): void;|@ohos.multimedia.systemSoundManager.d.ts| 396|Added|NA|Class name: SystemSoundManager;<br>Method or attribute name: getSystemRingtoneUri(context: Context, type: RingtoneType): Promise\<string>;|@ohos.multimedia.systemSoundManager.d.ts| 397|Added|NA|Class name: SystemSoundManager;<br>Method or attribute name: getSystemRingtonePlayer(context: Context, type: RingtoneType, callback: AsyncCallback\<RingtonePlayer>): void;|@ohos.multimedia.systemSoundManager.d.ts| 398|Added|NA|Class name: SystemSoundManager;<br>Method or attribute name: getSystemRingtonePlayer(context: Context, type: RingtoneType): Promise\<RingtonePlayer>;|@ohos.multimedia.systemSoundManager.d.ts| 399|Added|NA|Class name: RingtoneOptions;<br>Method or attribute name: volume: number;|ringtonePlayer.d.ts| 400|Added|NA|Class name: RingtoneOptions;<br>Method or attribute name: loop: boolean;|ringtonePlayer.d.ts| 401|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: readonly state: media.AVPlayerState;|ringtonePlayer.d.ts| 402|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: getTitle(callback: AsyncCallback\<string>): void;|ringtonePlayer.d.ts| 403|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: getTitle(): Promise\<string>;|ringtonePlayer.d.ts| 404|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: getAudioRendererInfo(callback: AsyncCallback\<audio.AudioRendererInfo>): void;|ringtonePlayer.d.ts| 405|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: getAudioRendererInfo(): Promise\<audio.AudioRendererInfo>;|ringtonePlayer.d.ts| 406|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: configure(options: RingtoneOptions, callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts| 407|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: configure(options: RingtoneOptions): Promise\<void>;|ringtonePlayer.d.ts| 408|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts| 409|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: start(): Promise\<void>;|ringtonePlayer.d.ts| 410|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts| 411|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: stop(): Promise\<void>;|ringtonePlayer.d.ts| 412|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts| 413|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: release(): Promise\<void>;|ringtonePlayer.d.ts| 414|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: on(type: 'audioInterrupt', callback: Callback\<audio.InterruptEvent>): void;|ringtonePlayer.d.ts| 415|Added|NA|Class name: RingtonePlayer;<br>Method or attribute name: off(type: 'audioInterrupt'): void|ringtonePlayer.d.ts| 416|Added|NA|Class name: PlayParameters;<br>Method or attribute name: loop?: number;|soundPool.d.ts| 417|Added|NA|Class name: PlayParameters;<br>Method or attribute name: rate?: number;|soundPool.d.ts| 418|Added|NA|Class name: PlayParameters;<br>Method or attribute name: leftVolume?: number;|soundPool.d.ts| 419|Added|NA|Class name: PlayParameters;<br>Method or attribute name: rightVolume?: number;|soundPool.d.ts| 420|Added|NA|Class name: PlayParameters;<br>Method or attribute name: priority?: number;|soundPool.d.ts| 421|Added|NA|Class name: PlayParameters;<br>Method or attribute name: parallelPlayFlag?: boolean;|soundPool.d.ts| 422|Added|NA|Class name: SoundPool;<br>Method or attribute name: load(uri: string, callback: AsyncCallback\<number>): void;|soundPool.d.ts| 423|Added|NA|Class name: SoundPool;<br>Method or attribute name: load(uri: string): Promise\<number>;|soundPool.d.ts| 424|Added|NA|Class name: SoundPool;<br>Method or attribute name: load(fd: number, offset: number, length: number, callback: AsyncCallback\<number>): void;|soundPool.d.ts| 425|Added|NA|Class name: SoundPool;<br>Method or attribute name: load(fd: number, offset: number, length: number): Promise\<number>;|soundPool.d.ts| 426|Added|NA|Class name: SoundPool;<br>Method or attribute name: play(soundID: number, params: PlayParameters, callback: AsyncCallback\<number>): void;|soundPool.d.ts| 427|Added|NA|Class name: SoundPool;<br>Method or attribute name: play(soundID: number, callback: AsyncCallback\<number>): void;|soundPool.d.ts| 428|Added|NA|Class name: SoundPool;<br>Method or attribute name: play(soundID: number, params?: PlayParameters): Promise\<number>;|soundPool.d.ts| 429|Added|NA|Class name: SoundPool;<br>Method or attribute name: stop(streamID: number, callback: AsyncCallback\<void>): void;|soundPool.d.ts| 430|Added|NA|Class name: SoundPool;<br>Method or attribute name: stop(streamID: number): Promise\<void>;|soundPool.d.ts| 431|Added|NA|Class name: SoundPool;<br>Method or attribute name: setLoop(streamID: number, loop: number, callback: AsyncCallback\<void>): void;|soundPool.d.ts| 432|Added|NA|Class name: SoundPool;<br>Method or attribute name: setLoop(streamID: number, loop: number): Promise\<void>;|soundPool.d.ts| 433|Added|NA|Class name: SoundPool;<br>Method or attribute name: setPriority(streamID: number, priority: number, callback: AsyncCallback\<void>): void;|soundPool.d.ts| 434|Added|NA|Class name: SoundPool;<br>Method or attribute name: setPriority(streamID: number, priority: number): Promise\<void>;|soundPool.d.ts| 435|Added|NA|Class name: SoundPool;<br>Method or attribute name: setRate(streamID: number, rate: audio.AudioRendererRate, callback: AsyncCallback\<void>): void;|soundPool.d.ts| 436|Added|NA|Class name: SoundPool;<br>Method or attribute name: setRate(streamID: number, rate: audio.AudioRendererRate): Promise\<void>;|soundPool.d.ts| 437|Added|NA|Class name: SoundPool;<br>Method or attribute name: setVolume(streamID: number, leftVolume: number, rightVolume: number, callback: AsyncCallback\<void>): void;|soundPool.d.ts| 438|Added|NA|Class name: SoundPool;<br>Method or attribute name: setVolume(streamID: number, leftVolume: number, rightVolume: number): Promise\<void>;|soundPool.d.ts| 439|Added|NA|Class name: SoundPool;<br>Method or attribute name: unload(soundID: number, callback: AsyncCallback\<void>): void;|soundPool.d.ts| 440|Added|NA|Class name: SoundPool;<br>Method or attribute name: unload(soundID: number): Promise\<void>;|soundPool.d.ts| 441|Added|NA|Class name: SoundPool;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|soundPool.d.ts| 442|Added|NA|Class name: SoundPool;<br>Method or attribute name: release(): Promise\<void>;|soundPool.d.ts| 443|Added|NA|Class name: SoundPool;<br>Method or attribute name: on(type: 'loadComplete', callback: Callback\<number>): void;|soundPool.d.ts| 444|Added|NA|Class name: SoundPool;<br>Method or attribute name: on(type: 'playFinished', callback: Callback\<void>): void;|soundPool.d.ts| 445|Added|NA|Class name: SoundPool;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|soundPool.d.ts| 446|Added|NA|Class name: SoundPool;<br>Method or attribute name: off(type: 'loadComplete'): void;|soundPool.d.ts| 447|Added|NA|Class name: SoundPool;<br>Method or attribute name: off(type: 'playFinished'): void;|soundPool.d.ts| 448|Added|NA|Class name: SoundPool;<br>Method or attribute name: off(type: 'error'): void;|soundPool.d.ts| 449|Deprecated version changed|Class name: ContentType;<br>Method or attribute name: enum ContentType<br>Old version information: |Class name: ContentType;<br>Method or attribute name: enum ContentType<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage|@ohos.multimedia.audio.d.ts| 450|Deprecated version changed|Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_UNKNOWN = 0<br>Old version information: |Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_UNKNOWN = 0<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage.STREAM_USAGE_UNKNOWN|@ohos.multimedia.audio.d.ts| 451|Deprecated version changed|Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_SPEECH = 1<br>Old version information: |Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_SPEECH = 1<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage.STREAM_USAGE_VOICE_COMMUNICATION|@ohos.multimedia.audio.d.ts| 452|Deprecated version changed|Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_MUSIC = 2<br>Old version information: |Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_MUSIC = 2<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage.STREAM_USAGE_MUSIC|@ohos.multimedia.audio.d.ts| 453|Deprecated version changed|Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_MOVIE = 3<br>Old version information: |Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_MOVIE = 3<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage.STREAM_USAGE_MOVIE|@ohos.multimedia.audio.d.ts| 454|Deprecated version changed|Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_SONIFICATION = 4<br>Old version information: |Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_SONIFICATION = 4<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage.STREAM_USAGE_NOTIFICATION|@ohos.multimedia.audio.d.ts| 455|Deprecated version changed|Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_RINGTONE = 5<br>Old version information: |Class name: ContentType;<br>Method or attribute name: CONTENT_TYPE_RINGTONE = 5<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage.STREAM_USAGE_RINGTONE|@ohos.multimedia.audio.d.ts| 456|Deprecated version changed|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_MEDIA = 1<br>Old version information: |Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_MEDIA = 1<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage.STREAM_USAGE_MUSIC|@ohos.multimedia.audio.d.ts| 457|Deprecated version changed|Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_NOTIFICATION_RINGTONE = 6<br>Old version information: |Class name: StreamUsage;<br>Method or attribute name: STREAM_USAGE_NOTIFICATION_RINGTONE = 6<br>New version information: 10<br>Substitute API: ohos.multimedia.audio.StreamUsage.STREAM_USAGE_RINGTONE|@ohos.multimedia.audio.d.ts| 458|Deprecated version changed|Class name: AudioManager;<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Old version information: |Class name: AudioManager;<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>New version information: 9<br>Substitute API: ohos.multimedia.audio.AudioVolumeManager#event:volumeChange|@ohos.multimedia.audio.d.ts| 459|Error code added|Class name: effectKit;<br>Method or attribute name: function createColorPicker(source: image.PixelMap): Promise\<ColorPicker>;<br>Old version information: |Class name: effectKit;<br>Method or attribute name: function createColorPicker(source: image.PixelMap): Promise\<ColorPicker>;<br>New version information: 401|@ohos.effectKit.d.ts| 460|Error code added|Class name: effectKit;<br>Method or attribute name: function createColorPicker(source: image.PixelMap, callback: AsyncCallback\<ColorPicker>): void;<br>Old version information: |Class name: effectKit;<br>Method or attribute name: function createColorPicker(source: image.PixelMap, callback: AsyncCallback\<ColorPicker>): void;<br>New version information: 401|@ohos.effectKit.d.ts| 461|Error code added|Class name: avSession;<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>New version information: 401,6600101|@ohos.multimedia.avsession.d.ts| 462|Error code added|Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;<br>New version information: 201,6600101|@ohos.multimedia.avsession.d.ts| 463|Error code added|Class name: avSession;<br>Method or attribute name: function createController(sessionId: string): Promise\<AVSessionController>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function createController(sessionId: string): Promise\<AVSessionController>;<br>New version information: 201,401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 464|Error code added|Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>): Promise\<void>;<br>New version information: 201,401,6600101,6600102,6600104|@ohos.multimedia.avsession.d.ts| 465|Error code added|Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\<void>;<br>New version information: 201,401,6600101,6600105|@ohos.multimedia.avsession.d.ts| 466|Error code added|Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\<void>;<br>New version information: 201,401,6600101,6600105,6600107|@ohos.multimedia.avsession.d.ts| 467|Error code added|Class name: AVSession;<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;<br>Old version information: |Class name: AVSession;<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 468|Error code added|Class name: AVSession;<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>Old version information: |Class name: AVSession;<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 469|Error code added|Class name: AVSession;<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;<br>Old version information: |Class name: AVSession;<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 470|Error code added|Class name: AVSession;<br>Method or attribute name: getController(): Promise\<AVSessionController>;<br>Old version information: |Class name: AVSession;<br>Method or attribute name: getController(): Promise\<AVSessionController>;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 471|Error code added|Class name: AVSession;<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Old version information: |Class name: AVSession;<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 472|Error code added|Class name: AVSessionController;<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>New version information: 600101,600103|@ohos.multimedia.avsession.d.ts| 473|Error code added|Class name: AVSession;<br>Method or attribute name: activate(): Promise\<void>;<br>Old version information: |Class name: AVSession;<br>Method or attribute name: activate(): Promise\<void>;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 474|Error code added|Class name: AVSession;<br>Method or attribute name: deactivate(): Promise\<void>;<br>Old version information: |Class name: AVSession;<br>Method or attribute name: deactivate(): Promise\<void>;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 475|Error code added|Class name: AVSession;<br>Method or attribute name: destroy(): Promise\<void>;<br>Old version information: |Class name: AVSession;<br>Method or attribute name: destroy(): Promise\<void>;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 476|Error code added|Class name: AVSessionController;<br>Method or attribute name: destroy(): Promise\<void>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: destroy(): Promise\<void>;<br>New version information: 6600101,6600103|@ohos.multimedia.avsession.d.ts| 477|Error code added|Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 478|Error code added|Class name: AVSessionController;<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 479|Error code added|Class name: AVSessionController;<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>New version information: 401,600101,600102,600103,600105,600106|@ohos.multimedia.avsession.d.ts| 480|Error code added|Class name: AVSessionController;<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 481|Error code added|Class name: AVSessionController;<br>Method or attribute name: isActive(): Promise\<boolean>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: isActive(): Promise\<boolean>;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 482|Error code added|Class name: AVSessionController;<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 483|Error code added|Class name: AVSessionController;<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;<br>Old version information: |Class name: AVSessionController;<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;<br>New version information: 401,6600101,6600102,6600103,6600105,6600106,6600107|@ohos.multimedia.avsession.d.ts| 484|Error code changed|Class name: avSession;<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Old version information: 401,{@link|Class name: avSession;<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>New version information: 401,6600101|@ohos.multimedia.avsession.d.ts| 485|Error code changed|Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(callback: AsyncCallback\<Array\<Readonly\<AVSessionDescriptor>>>): void;<br>Old version information: 201,{@link|Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(callback: AsyncCallback\<Array\<Readonly\<AVSessionDescriptor>>>): void;<br>New version information: 201,6600101|@ohos.multimedia.avsession.d.ts| 486|Error code changed|Class name: avSession;<br>Method or attribute name: function createController(sessionId: string, callback: AsyncCallback\<AVSessionController>): void;<br>Old version information: 201,401,{@link,{@link|Class name: avSession;<br>Method or attribute name: function createController(sessionId: string, callback: AsyncCallback\<AVSessionController>): void;<br>New version information: 201,401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 487|Error code changed|Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,{@link,{@link,{@link|Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,6600101,6600102,6600104|@ohos.multimedia.avsession.d.ts| 488|Error code changed|Class name: avSession;<br>Method or attribute name: function on(type: 'sessionServiceDie', callback: () => void): void;<br>Old version information: 201,401,{@link|Class name: avSession;<br>Method or attribute name: function on(type: 'sessionServiceDie', callback: () => void): void;<br>New version information: 201,401,6600101|@ohos.multimedia.avsession.d.ts| 489|Error code changed|Class name: avSession;<br>Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;<br>Old version information: 201,401,{@link|Class name: avSession;<br>Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;<br>New version information: 201,401,6600101|@ohos.multimedia.avsession.d.ts| 490|Error code changed|Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,{@link,{@link|Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,6600101,6600105|@ohos.multimedia.avsession.d.ts| 491|Error code changed|Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,{@link,{@link,{@link|Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,6600101,6600105,6600107|@ohos.multimedia.avsession.d.ts| 492|Error code changed|Class name: AVSession;<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 493|Error code changed|Class name: AVSession;<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 494|Error code changed|Class name: AVSession;<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 495|Error code changed|Class name: AVSession;<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>Old version information: {@link,{@link|Class name: AVSession;<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 496|Error code changed|Class name: AVSession;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Old version information: {@link,{@link|Class name: AVSession;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 497|Error code changed|Class name: AVSessionController;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Old version information: {@link,{@link|Class name: AVSessionController;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>New version information: 600101,600103|@ohos.multimedia.avsession.d.ts| 498|Error code changed|Class name: AVSession;<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 499|Error code changed|Class name: AVSession;<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 500|Error code changed|Class name: AVSession;<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 501|Error code changed|Class name: AVSession;<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 502|Error code changed|Class name: AVSession;<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 503|Error code changed|Class name: AVSession;<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 504|Error code changed|Class name: AVSession;<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 505|Error code changed|Class name: AVSession;<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 506|Error code changed|Class name: AVSession;<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 507|Error code changed|Class name: AVSession;<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Old version information: 401,{@link,{@link|Class name: AVSession;<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>New version information: 401,6600101,6600102|@ohos.multimedia.avsession.d.ts| 508|Error code changed|Class name: AVSession;<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>Old version information: {@link,{@link|Class name: AVSession;<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 509|Error code changed|Class name: AVSession;<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>Old version information: {@link,{@link|Class name: AVSession;<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 510|Error code changed|Class name: AVSession;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Old version information: {@link,{@link|Class name: AVSession;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>New version information: 6600101,6600102|@ohos.multimedia.avsession.d.ts| 511|Error code changed|Class name: AVSessionController;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Old version information: {@link,{@link|Class name: AVSessionController;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>New version information: 6600101,6600103|@ohos.multimedia.avsession.d.ts| 512|Error code changed|Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Old version information: {@link,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 513|Error code changed|Class name: AVSessionController;<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>Old version information: {@link,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 514|Error code changed|Class name: AVSessionController;<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Old version information: 401,{@link,{@link,{@link,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>New version information: 401,600101,600102,600103,600105,600106|@ohos.multimedia.avsession.d.ts| 515|Error code changed|Class name: AVSessionController;<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>Old version information: {@link,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 516|Error code changed|Class name: AVSessionController;<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>Old version information: {@link,{@link|Class name: AVSessionController;<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>New version information: 6600101,6600103|@ohos.multimedia.avsession.d.ts| 517|Error code changed|Class name: AVSessionController;<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>Old version information: {@link,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 518|Error code changed|Class name: AVSessionController;<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>Old version information: {@link,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>New version information: 6600101,6600102,6600103|@ohos.multimedia.avsession.d.ts| 519|Error code changed|Class name: AVSessionController;<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Old version information: 401,{@link,{@link,{@link,{@link,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>New version information: 401,6600101,6600102,6600103,6600105,6600106,6600107|@ohos.multimedia.avsession.d.ts| 520|Error code changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 521|Error code changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 522|Error code changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 523|Error code changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 524|Error code changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 525|Error code changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 526|Error code changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 527|Error code changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 528|Error code changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 529|Error code changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Old version information: 401,{@link,{@link|Class name: AVSessionController;<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>New version information: 401,6600101,6600103|@ohos.multimedia.avsession.d.ts| 530|Access level changed|Class name: ConnectType;<br>Method or attribute name: CONNECT_TYPE_LOCAL = 1<br>Old version information: |Class name: ConnectType;<br>Method or attribute name: CONNECT_TYPE_LOCAL = 1<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 531|Access level changed|Class name: ConnectType;<br>Method or attribute name: CONNECT_TYPE_DISTRIBUTED = 2<br>Old version information: |Class name: ConnectType;<br>Method or attribute name: CONNECT_TYPE_DISTRIBUTED = 2<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 532|Access level changed|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly groupId: number;<br>Old version information: |Class name: VolumeGroupInfo;<br>Method or attribute name: readonly groupId: number;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 533|Access level changed|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly mappingId: number;<br>Old version information: |Class name: VolumeGroupInfo;<br>Method or attribute name: readonly mappingId: number;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 534|Access level changed|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly groupName: string;<br>Old version information: |Class name: VolumeGroupInfo;<br>Method or attribute name: readonly groupName: string;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 535|Access level changed|Class name: VolumeGroupInfo;<br>Method or attribute name: readonly type: ConnectType;<br>Old version information: |Class name: VolumeGroupInfo;<br>Method or attribute name: readonly type: ConnectType;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 536|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_0 = 0<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_0 = 0<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 537|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_1 = 1<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_1 = 1<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 538|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_2 = 2<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_2 = 2<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 539|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_3 = 3<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_3 = 3<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 540|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_4 = 4<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_4 = 4<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 541|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_5 = 5<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_5 = 5<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 542|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_6 = 6<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_6 = 6<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 543|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_7 = 7<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_7 = 7<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 544|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_8 = 8<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_8 = 8<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 545|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_9 = 9<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_9 = 9<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 546|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_S = 10<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_S = 10<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 547|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_P = 11<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_P = 11<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 548|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_A = 12<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_A = 12<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 549|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_B = 13<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_B = 13<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 550|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_C = 14<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_C = 14<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 551|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_D = 15<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_DIAL_D = 15<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 552|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_DIAL = 100<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_DIAL = 100<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 553|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_BUSY = 101<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_BUSY = 101<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 554|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CONGESTION = 102<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CONGESTION = 102<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 555|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_ACK = 103<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_ACK = 103<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 556|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_NOT_AVAILABLE = 104<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_NOT_AVAILABLE = 104<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 557|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CALL_WAITING = 106<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CALL_WAITING = 106<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 558|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RINGTONE = 107<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RINGTONE = 107<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 559|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_BEEP = 200<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_BEEP = 200<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 560|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_ACK = 201<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_ACK = 201<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 561|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_PROMPT = 203<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_PROMPT = 203<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 562|Access level changed|Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_DOUBLE_BEEP = 204<br>Old version information: |Class name: ToneType;<br>Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_DOUBLE_BEEP = 204<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 563|Access level changed|Class name: TonePlayer;<br>Method or attribute name: load(type: ToneType, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TonePlayer;<br>Method or attribute name: load(type: ToneType, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 564|Access level changed|Class name: TonePlayer;<br>Method or attribute name: load(type: ToneType): Promise\<void>;<br>Old version information: |Class name: TonePlayer;<br>Method or attribute name: load(type: ToneType): Promise\<void>;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 565|Access level changed|Class name: TonePlayer;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TonePlayer;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 566|Access level changed|Class name: TonePlayer;<br>Method or attribute name: start(): Promise\<void>;<br>Old version information: |Class name: TonePlayer;<br>Method or attribute name: start(): Promise\<void>;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 567|Access level changed|Class name: TonePlayer;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TonePlayer;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 568|Access level changed|Class name: TonePlayer;<br>Method or attribute name: stop(): Promise\<void>;<br>Old version information: |Class name: TonePlayer;<br>Method or attribute name: stop(): Promise\<void>;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 569|Access level changed|Class name: TonePlayer;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TonePlayer;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 570|Access level changed|Class name: TonePlayer;<br>Method or attribute name: release(): Promise\<void>;<br>Old version information: |Class name: TonePlayer;<br>Method or attribute name: release(): Promise\<void>;<br>New version information: systemapi|@ohos.multimedia.audio.d.ts| 571|Access level changed|Class name: avSession;<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Old version information: systemapi|Class name: avSession;<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 572|Access level changed|Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 573|Access level changed|Class name: avSession;<br>Method or attribute name: function createController(sessionId: string): Promise\<AVSessionController>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function createController(sessionId: string): Promise\<AVSessionController>;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 574|Access level changed|Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>): Promise\<void>;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 575|Access level changed|Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\<void>;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 576|Access level changed|Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\<void>;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 577|Access level changed|Class name: avSession;<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Old version information: systemapi|Class name: avSession;<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>New version information: |@ohos.multimedia.avsession.d.ts| 578|Access level changed|Class name: avSession;<br>Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|<br> 'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';<br>Old version information: systemapi|Class name: avSession;<br>Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|<br> 'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';<br>New version information: |@ohos.multimedia.avsession.d.ts| 579|Access level changed|Class name: SessionToken;<br>Method or attribute name: sessionId: string;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: sessionId: string;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 580|Access level changed|Class name: AVSessionDescriptor;<br>Method or attribute name: sessionId: string;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: sessionId: string;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 581|Access level changed|Class name: SessionToken;<br>Method or attribute name: pid?: number;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: pid?: number;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 582|Access level changed|Class name: SessionToken;<br>Method or attribute name: uid?: number;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: uid?: number;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 583|Access level changed|Class name: AVSession;<br>Method or attribute name: interface AVSession<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: interface AVSession<br>New version information: |@ohos.multimedia.avsession.d.ts| 584|Access level changed|Class name: AVSession;<br>Method or attribute name: readonly sessionId: string;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: readonly sessionId: string;<br>New version information: |@ohos.multimedia.avsession.d.ts| 585|Access level changed|Class name: AVSessionController;<br>Method or attribute name: readonly sessionId: string;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: readonly sessionId: string;<br>New version information: |@ohos.multimedia.avsession.d.ts| 586|Access level changed|Class name: AVSession;<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 587|Access level changed|Class name: AVSession;<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 588|Access level changed|Class name: AVSession;<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 589|Access level changed|Class name: AVSession;<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 590|Access level changed|Class name: AVSession;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 591|Access level changed|Class name: AVSessionController;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 592|Access level changed|Class name: AVSession;<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 593|Access level changed|Class name: AVSession;<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 594|Access level changed|Class name: AVSession;<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 595|Access level changed|Class name: AVSession;<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 596|Access level changed|Class name: AVSession;<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 597|Access level changed|Class name: AVSession;<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 598|Access level changed|Class name: AVSession;<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 599|Access level changed|Class name: AVSession;<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 600|Access level changed|Class name: AVSession;<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 601|Access level changed|Class name: AVSession;<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 602|Access level changed|Class name: AVSession;<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 603|Access level changed|Class name: AVSession;<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 604|Access level changed|Class name: AVSession;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSession;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 605|Access level changed|Class name: AVSessionController;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 606|Access level changed|Class name: AVMetadata;<br>Method or attribute name: interface AVMetadata<br>Old version information: systemapi|Class name: AVMetadata;<br>Method or attribute name: interface AVMetadata<br>New version information: |@ohos.multimedia.avsession.d.ts| 607|Access level changed|Class name: AVPlaybackState;<br>Method or attribute name: interface AVPlaybackState<br>Old version information: systemapi|Class name: AVPlaybackState;<br>Method or attribute name: interface AVPlaybackState<br>New version information: |@ohos.multimedia.avsession.d.ts| 608|Access level changed|Class name: PlaybackPosition;<br>Method or attribute name: interface PlaybackPosition<br>Old version information: systemapi|Class name: PlaybackPosition;<br>Method or attribute name: interface PlaybackPosition<br>New version information: |@ohos.multimedia.avsession.d.ts| 609|Access level changed|Class name: OutputDeviceInfo;<br>Method or attribute name: interface OutputDeviceInfo<br>Old version information: systemapi|Class name: OutputDeviceInfo;<br>Method or attribute name: interface OutputDeviceInfo<br>New version information: |@ohos.multimedia.avsession.d.ts| 610|Access level changed|Class name: LoopMode;<br>Method or attribute name: enum LoopMode<br>Old version information: systemapi|Class name: LoopMode;<br>Method or attribute name: enum LoopMode<br>New version information: |@ohos.multimedia.avsession.d.ts| 611|Access level changed|Class name: PlaybackState;<br>Method or attribute name: enum PlaybackState<br>Old version information: systemapi|Class name: PlaybackState;<br>Method or attribute name: enum PlaybackState<br>New version information: |@ohos.multimedia.avsession.d.ts| 612|Access level changed|Class name: AVSessionDescriptor;<br>Method or attribute name: type: AVSessionType;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: type: AVSessionType;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 613|Access level changed|Class name: AVSessionDescriptor;<br>Method or attribute name: sessionTag: string;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: sessionTag: string;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 614|Access level changed|Class name: AVSessionDescriptor;<br>Method or attribute name: elementName: ElementName;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: elementName: ElementName;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 615|Access level changed|Class name: AVSessionDescriptor;<br>Method or attribute name: isActive: boolean;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: isActive: boolean;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 616|Access level changed|Class name: AVSessionDescriptor;<br>Method or attribute name: isTopSession: boolean;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: isTopSession: boolean;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 617|Access level changed|Class name: AVSessionDescriptor;<br>Method or attribute name: outputDevice: OutputDeviceInfo;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: outputDevice: OutputDeviceInfo;<br>New version information: systemapi|@ohos.multimedia.avsession.d.ts| 618|Access level changed|Class name: AVSessionController;<br>Method or attribute name: interface AVSessionController<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: interface AVSessionController<br>New version information: |@ohos.multimedia.avsession.d.ts| 619|Access level changed|Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 620|Access level changed|Class name: AVSessionController;<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 621|Access level changed|Class name: AVSessionController;<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 622|Access level changed|Class name: AVSessionController;<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 623|Access level changed|Class name: AVSessionController;<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>New version information: |@ohos.multimedia.avsession.d.ts| 624|Access level changed|Class name: AVSessionController;<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 625|Access level changed|Class name: AVSessionController;<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 626|Access level changed|Class name: AVSessionController;<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>New version information: |@ohos.multimedia.avsession.d.ts| 627|Access level changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 628|Access level changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 629|Access level changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 630|Access level changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 631|Access level changed|Class name: AVSessionController;<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 632|Access level changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 633|Access level changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 634|Access level changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 635|Access level changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 636|Access level changed|Class name: AVSessionController;<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Old version information: systemapi|Class name: AVSessionController;<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>New version information: |@ohos.multimedia.avsession.d.ts| 637|Access level changed|Class name: AVControlCommand;<br>Method or attribute name: interface AVControlCommand<br>Old version information: systemapi|Class name: AVControlCommand;<br>Method or attribute name: interface AVControlCommand<br>New version information: |@ohos.multimedia.avsession.d.ts| 638|Access level changed|Class name: AVSessionErrorCode;<br>Method or attribute name: enum AVSessionErrorCode<br>Old version information: systemapi|Class name: AVSessionErrorCode;<br>Method or attribute name: enum AVSessionErrorCode<br>New version information: |@ohos.multimedia.avsession.d.ts| 639|Access level changed|Class name: camera;<br>Method or attribute name: declare camera<br>Old version information: systemapi|Class name: camera;<br>Method or attribute name: declare camera<br>New version information: |@ohos.multimedia.camera.d.ts| 640|Permission changed|Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function getAllSessionDescriptors(): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;<br>New version information: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| 641|Permission changed|Class name: avSession;<br>Method or attribute name: function createController(sessionId: string): Promise\<AVSessionController>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function createController(sessionId: string): Promise\<AVSessionController>;<br>New version information: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| 642|Permission changed|Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\<audio.AudioDeviceDescriptor>): Promise\<void>;<br>New version information: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| 643|Permission changed|Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\<void>;<br>New version information: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| 644|Permission changed|Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\<void>;<br>Old version information: |Class name: avSession;<br>Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\<void>;<br>New version information: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| 645|Permission changed|Class name: SessionToken;<br>Method or attribute name: sessionId: string;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: sessionId: string;<br>New version information: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| 646|Permission changed|Class name: SessionToken;<br>Method or attribute name: pid?: number;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: pid?: number;<br>New version information: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| 647|Permission changed|Class name: SessionToken;<br>Method or attribute name: uid?: number;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: uid?: number;<br>New version information: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| 648|Type changed|Class name: AudioRendererInfo;<br>Method or attribute name: content?: ContentType;<br>Old version information: |Class name: AudioRendererInfo;<br>Method or attribute name: content?: ContentType;<br>New version information: ?ContentType|@ohos.multimedia.audio.d.ts| 649|Type changed|Class name: SessionToken;<br>Method or attribute name: sessionId: string;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: sessionId: string;<br>New version information: string|@ohos.multimedia.avsession.d.ts| 650|Type changed|Class name: AVSessionDescriptor;<br>Method or attribute name: sessionId: string;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: sessionId: string;<br>New version information: string|@ohos.multimedia.avsession.d.ts| 651|Type changed|Class name: SessionToken;<br>Method or attribute name: pid?: number;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: pid?: number;<br>New version information: ?number|@ohos.multimedia.avsession.d.ts| 652|Type changed|Class name: SessionToken;<br>Method or attribute name: uid?: number;<br>Old version information: |Class name: SessionToken;<br>Method or attribute name: uid?: number;<br>New version information: ?number|@ohos.multimedia.avsession.d.ts| 653|Type changed|Class name: AVMetadata;<br>Method or attribute name: assetId: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: assetId: string;<br>New version information: string|@ohos.multimedia.avsession.d.ts| 654|Type changed|Class name: AVMetadata;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: title?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 655|Type changed|Class name: AVMetadata;<br>Method or attribute name: artist?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: artist?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 656|Type changed|Class name: AVMetadata;<br>Method or attribute name: author?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: author?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 657|Type changed|Class name: AVMetadata;<br>Method or attribute name: album?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: album?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 658|Type changed|Class name: AVMetadata;<br>Method or attribute name: writer?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: writer?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 659|Type changed|Class name: AVMetadata;<br>Method or attribute name: composer?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: composer?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 660|Type changed|Class name: AVMetadata;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: duration?: number;<br>New version information: ?number|@ohos.multimedia.avsession.d.ts| 661|Type changed|Class name: AVMetadata;<br>Method or attribute name: publishDate?: Date;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: publishDate?: Date;<br>New version information: ?Date|@ohos.multimedia.avsession.d.ts| 662|Type changed|Class name: AVMetadata;<br>Method or attribute name: subtitle?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: subtitle?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 663|Type changed|Class name: AVMetadata;<br>Method or attribute name: description?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: description?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 664|Type changed|Class name: AVMetadata;<br>Method or attribute name: lyric?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: lyric?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 665|Type changed|Class name: AVMetadata;<br>Method or attribute name: previousAssetId?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: previousAssetId?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 666|Type changed|Class name: AVMetadata;<br>Method or attribute name: nextAssetId?: string;<br>Old version information: |Class name: AVMetadata;<br>Method or attribute name: nextAssetId?: string;<br>New version information: ?string|@ohos.multimedia.avsession.d.ts| 667|Type changed|Class name: AVPlaybackState;<br>Method or attribute name: speed?: number;<br>Old version information: |Class name: AVPlaybackState;<br>Method or attribute name: speed?: number;<br>New version information: ?number|@ohos.multimedia.avsession.d.ts| 668|Type changed|Class name: AVPlaybackState;<br>Method or attribute name: bufferedTime?: number;<br>Old version information: |Class name: AVPlaybackState;<br>Method or attribute name: bufferedTime?: number;<br>New version information: ?number|@ohos.multimedia.avsession.d.ts| 669|Type changed|Class name: AVPlaybackState;<br>Method or attribute name: isFavorite?: boolean;<br>Old version information: |Class name: AVPlaybackState;<br>Method or attribute name: isFavorite?: boolean;<br>New version information: ?boolean|@ohos.multimedia.avsession.d.ts| 670|Type changed|Class name: PlaybackPosition;<br>Method or attribute name: elapsedTime: number;<br>Old version information: |Class name: PlaybackPosition;<br>Method or attribute name: elapsedTime: number;<br>New version information: number|@ohos.multimedia.avsession.d.ts| 671|Type changed|Class name: PlaybackPosition;<br>Method or attribute name: updateTime: number;<br>Old version information: |Class name: PlaybackPosition;<br>Method or attribute name: updateTime: number;<br>New version information: number|@ohos.multimedia.avsession.d.ts| 672|Type changed|Class name: AVSessionDescriptor;<br>Method or attribute name: sessionTag: string;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: sessionTag: string;<br>New version information: string|@ohos.multimedia.avsession.d.ts| 673|Type changed|Class name: AVSessionDescriptor;<br>Method or attribute name: isActive: boolean;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: isActive: boolean;<br>New version information: boolean|@ohos.multimedia.avsession.d.ts| 674|Type changed|Class name: AVSessionDescriptor;<br>Method or attribute name: isTopSession: boolean;<br>Old version information: |Class name: AVSessionDescriptor;<br>Method or attribute name: isTopSession: boolean;<br>New version information: boolean|@ohos.multimedia.avsession.d.ts| 675|Type changed|Class name: Profile;<br>Method or attribute name: readonly format: CameraFormat;<br>Old version information: |Class name: Profile;<br>Method or attribute name: readonly format: CameraFormat;<br>New version information: CameraFormat|@ohos.multimedia.camera.d.ts| 676|Type changed|Class name: Profile;<br>Method or attribute name: readonly size: Size;<br>Old version information: |Class name: Profile;<br>Method or attribute name: readonly size: Size;<br>New version information: Size|@ohos.multimedia.camera.d.ts| 677|Type changed|Class name: FrameRateRange;<br>Method or attribute name: readonly min: number;<br>Old version information: |Class name: FrameRateRange;<br>Method or attribute name: readonly min: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 678|Type changed|Class name: FrameRateRange;<br>Method or attribute name: readonly max: number;<br>Old version information: |Class name: FrameRateRange;<br>Method or attribute name: readonly max: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 679|Type changed|Class name: VideoProfile;<br>Method or attribute name: readonly frameRateRange: FrameRateRange;<br>Old version information: |Class name: VideoProfile;<br>Method or attribute name: readonly frameRateRange: FrameRateRange;<br>New version information: FrameRateRange|@ohos.multimedia.camera.d.ts| 680|Type changed|Class name: CameraOutputCapability;<br>Method or attribute name: readonly previewProfiles: Array\<Profile>;<br>Old version information: |Class name: CameraOutputCapability;<br>Method or attribute name: readonly previewProfiles: Array\<Profile>;<br>New version information: Array\<Profile>|@ohos.multimedia.camera.d.ts| 681|Type changed|Class name: CameraOutputCapability;<br>Method or attribute name: readonly photoProfiles: Array\<Profile>;<br>Old version information: |Class name: CameraOutputCapability;<br>Method or attribute name: readonly photoProfiles: Array\<Profile>;<br>New version information: Array\<Profile>|@ohos.multimedia.camera.d.ts| 682|Type changed|Class name: CameraOutputCapability;<br>Method or attribute name: readonly videoProfiles: Array\<VideoProfile>;<br>Old version information: |Class name: CameraOutputCapability;<br>Method or attribute name: readonly videoProfiles: Array\<VideoProfile>;<br>New version information: Array\<VideoProfile>|@ohos.multimedia.camera.d.ts| 683|Type changed|Class name: CameraOutputCapability;<br>Method or attribute name: readonly supportedMetadataObjectTypes: Array\<MetadataObjectType>;<br>Old version information: |Class name: CameraOutputCapability;<br>Method or attribute name: readonly supportedMetadataObjectTypes: Array\<MetadataObjectType>;<br>New version information: Array\<MetadataObjectType>|@ohos.multimedia.camera.d.ts| 684|Type changed|Class name: CameraStatusInfo;<br>Method or attribute name: camera: CameraDevice;<br>Old version information: |Class name: CameraStatusInfo;<br>Method or attribute name: camera: CameraDevice;<br>New version information: CameraDevice|@ohos.multimedia.camera.d.ts| 685|Type changed|Class name: CameraStatusInfo;<br>Method or attribute name: status: CameraStatus;<br>Old version information: |Class name: CameraStatusInfo;<br>Method or attribute name: status: CameraStatus;<br>New version information: CameraStatus|@ohos.multimedia.camera.d.ts| 686|Type changed|Class name: CameraDevice;<br>Method or attribute name: readonly cameraId: string;<br>Old version information: |Class name: CameraDevice;<br>Method or attribute name: readonly cameraId: string;<br>New version information: string|@ohos.multimedia.camera.d.ts| 687|Type changed|Class name: CameraDevice;<br>Method or attribute name: readonly cameraPosition: CameraPosition;<br>Old version information: |Class name: CameraDevice;<br>Method or attribute name: readonly cameraPosition: CameraPosition;<br>New version information: CameraPosition|@ohos.multimedia.camera.d.ts| 688|Type changed|Class name: CameraDevice;<br>Method or attribute name: readonly cameraType: CameraType;<br>Old version information: |Class name: CameraDevice;<br>Method or attribute name: readonly cameraType: CameraType;<br>New version information: CameraType|@ohos.multimedia.camera.d.ts| 689|Type changed|Class name: CameraDevice;<br>Method or attribute name: readonly connectionType: ConnectionType;<br>Old version information: |Class name: CameraDevice;<br>Method or attribute name: readonly connectionType: ConnectionType;<br>New version information: ConnectionType|@ohos.multimedia.camera.d.ts| 690|Type changed|Class name: Size;<br>Method or attribute name: height: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: height: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 691|Type changed|Class name: Rect;<br>Method or attribute name: height: number;<br>Old version information: |Class name: Rect;<br>Method or attribute name: height: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 692|Type changed|Class name: Size;<br>Method or attribute name: width: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: width: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 693|Type changed|Class name: Rect;<br>Method or attribute name: width: number;<br>Old version information: |Class name: Rect;<br>Method or attribute name: width: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 694|Type changed|Class name: Point;<br>Method or attribute name: x: number;<br>Old version information: |Class name: Point;<br>Method or attribute name: x: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 695|Type changed|Class name: Point;<br>Method or attribute name: y: number;<br>Old version information: |Class name: Point;<br>Method or attribute name: y: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 696|Type changed|Class name: Location;<br>Method or attribute name: latitude: number;<br>Old version information: |Class name: Location;<br>Method or attribute name: latitude: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 697|Type changed|Class name: Location;<br>Method or attribute name: longitude: number;<br>Old version information: |Class name: Location;<br>Method or attribute name: longitude: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 698|Type changed|Class name: Location;<br>Method or attribute name: altitude: number;<br>Old version information: |Class name: Location;<br>Method or attribute name: altitude: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 699|Type changed|Class name: PhotoCaptureSetting;<br>Method or attribute name: quality?: QualityLevel;<br>Old version information: |Class name: PhotoCaptureSetting;<br>Method or attribute name: quality?: QualityLevel;<br>New version information: ?QualityLevel|@ohos.multimedia.camera.d.ts| 700|Type changed|Class name: PhotoCaptureSetting;<br>Method or attribute name: rotation?: ImageRotation;<br>Old version information: |Class name: PhotoCaptureSetting;<br>Method or attribute name: rotation?: ImageRotation;<br>New version information: ?ImageRotation|@ohos.multimedia.camera.d.ts| 701|Type changed|Class name: PhotoCaptureSetting;<br>Method or attribute name: location?: Location;<br>Old version information: |Class name: PhotoCaptureSetting;<br>Method or attribute name: location?: Location;<br>New version information: ?Location|@ohos.multimedia.camera.d.ts| 702|Type changed|Class name: PhotoCaptureSetting;<br>Method or attribute name: mirror?: boolean;<br>Old version information: |Class name: PhotoCaptureSetting;<br>Method or attribute name: mirror?: boolean;<br>New version information: ?boolean|@ohos.multimedia.camera.d.ts| 703|Type changed|Class name: FrameShutterInfo;<br>Method or attribute name: captureId: number;<br>Old version information: |Class name: FrameShutterInfo;<br>Method or attribute name: captureId: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 704|Type changed|Class name: CaptureEndInfo;<br>Method or attribute name: captureId: number;<br>Old version information: |Class name: CaptureEndInfo;<br>Method or attribute name: captureId: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 705|Type changed|Class name: FrameShutterInfo;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: FrameShutterInfo;<br>Method or attribute name: timestamp: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 706|Type changed|Class name: CaptureEndInfo;<br>Method or attribute name: frameCount: number;<br>Old version information: |Class name: CaptureEndInfo;<br>Method or attribute name: frameCount: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 707|Type changed|Class name: Rect;<br>Method or attribute name: topLeftX: number;<br>Old version information: |Class name: Rect;<br>Method or attribute name: topLeftX: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 708|Type changed|Class name: Rect;<br>Method or attribute name: topLeftY: number;<br>Old version information: |Class name: Rect;<br>Method or attribute name: topLeftY: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 709|Type changed|Class name: MetadataObject;<br>Method or attribute name: readonly type: MetadataObjectType;<br>Old version information: |Class name: MetadataObject;<br>Method or attribute name: readonly type: MetadataObjectType;<br>New version information: MetadataObjectType|@ohos.multimedia.camera.d.ts| 710|Type changed|Class name: MetadataObject;<br>Method or attribute name: readonly timestamp: number;<br>Old version information: |Class name: MetadataObject;<br>Method or attribute name: readonly timestamp: number;<br>New version information: number|@ohos.multimedia.camera.d.ts| 711|Type changed|Class name: MetadataObject;<br>Method or attribute name: readonly boundingBox: Rect;<br>Old version information: |Class name: MetadataObject;<br>Method or attribute name: readonly boundingBox: Rect;<br>New version information: Rect|@ohos.multimedia.camera.d.ts| 712|Type changed|Class name: Size;<br>Method or attribute name: height: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: height: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 713|Type changed|Class name: Size;<br>Method or attribute name: width: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: width: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 714|Type changed|Class name: Region;<br>Method or attribute name: size: Size;<br>Old version information: |Class name: Region;<br>Method or attribute name: size: Size;<br>New version information: Size|@ohos.multimedia.image.d.ts| 715|Type changed|Class name: ImageInfo;<br>Method or attribute name: size: Size;<br>Old version information: |Class name: ImageInfo;<br>Method or attribute name: size: Size;<br>New version information: Size|@ohos.multimedia.image.d.ts| 716|Type changed|Class name: InitializationOptions;<br>Method or attribute name: size: Size;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: size: Size;<br>New version information: Size|@ohos.multimedia.image.d.ts| 717|Type changed|Class name: Region;<br>Method or attribute name: x: number;<br>Old version information: |Class name: Region;<br>Method or attribute name: x: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 718|Type changed|Class name: Region;<br>Method or attribute name: y: number;<br>Old version information: |Class name: Region;<br>Method or attribute name: y: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 719|Type changed|Class name: PositionArea;<br>Method or attribute name: pixels: ArrayBuffer;<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: pixels: ArrayBuffer;<br>New version information: ArrayBuffer|@ohos.multimedia.image.d.ts| 720|Type changed|Class name: PositionArea;<br>Method or attribute name: offset: number;<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: offset: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 721|Type changed|Class name: PositionArea;<br>Method or attribute name: stride: number;<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: stride: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 722|Type changed|Class name: PositionArea;<br>Method or attribute name: region: Region;<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: region: Region;<br>New version information: Region|@ohos.multimedia.image.d.ts| 723|Type changed|Class name: ImageInfo;<br>Method or attribute name: density: number;<br>Old version information: |Class name: ImageInfo;<br>Method or attribute name: density: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 724|Type changed|Class name: PackingOption;<br>Method or attribute name: format: string;<br>Old version information: |Class name: PackingOption;<br>Method or attribute name: format: string;<br>New version information: string|@ohos.multimedia.image.d.ts| 725|Type changed|Class name: PackingOption;<br>Method or attribute name: quality: number;<br>Old version information: |Class name: PackingOption;<br>Method or attribute name: quality: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 726|Type changed|Class name: PackingOption;<br>Method or attribute name: bufferSize?: number;<br>Old version information: |Class name: PackingOption;<br>Method or attribute name: bufferSize?: number;<br>New version information: ?number|@ohos.multimedia.image.d.ts| 727|Type changed|Class name: GetImagePropertyOptions;<br>Method or attribute name: index?: number;<br>Old version information: |Class name: GetImagePropertyOptions;<br>Method or attribute name: index?: number;<br>New version information: ?number|@ohos.multimedia.image.d.ts| 728|Type changed|Class name: DecodingOptions;<br>Method or attribute name: index?: number;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: index?: number;<br>New version information: ?number|@ohos.multimedia.image.d.ts| 729|Type changed|Class name: GetImagePropertyOptions;<br>Method or attribute name: defaultValue?: string;<br>Old version information: |Class name: GetImagePropertyOptions;<br>Method or attribute name: defaultValue?: string;<br>New version information: ?string|@ohos.multimedia.image.d.ts| 730|Type changed|Class name: DecodingOptions;<br>Method or attribute name: sampleSize?: number;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: sampleSize?: number;<br>New version information: ?number|@ohos.multimedia.image.d.ts| 731|Type changed|Class name: DecodingOptions;<br>Method or attribute name: rotate?: number;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: rotate?: number;<br>New version information: ?number|@ohos.multimedia.image.d.ts| 732|Type changed|Class name: DecodingOptions;<br>Method or attribute name: editable?: boolean;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: editable?: boolean;<br>New version information: ?boolean|@ohos.multimedia.image.d.ts| 733|Type changed|Class name: InitializationOptions;<br>Method or attribute name: editable?: boolean;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: editable?: boolean;<br>New version information: ?boolean|@ohos.multimedia.image.d.ts| 734|Type changed|Class name: DecodingOptions;<br>Method or attribute name: desiredSize?: Size;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: desiredSize?: Size;<br>New version information: ?Size|@ohos.multimedia.image.d.ts| 735|Type changed|Class name: DecodingOptions;<br>Method or attribute name: desiredRegion?: Region;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: desiredRegion?: Region;<br>New version information: ?Region|@ohos.multimedia.image.d.ts| 736|Type changed|Class name: DecodingOptions;<br>Method or attribute name: desiredPixelFormat?: PixelMapFormat;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: desiredPixelFormat?: PixelMapFormat;<br>New version information: ?PixelMapFormat|@ohos.multimedia.image.d.ts| 737|Type changed|Class name: DecodingOptions;<br>Method or attribute name: fitDensity?: number;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: fitDensity?: number;<br>New version information: ?number|@ohos.multimedia.image.d.ts| 738|Type changed|Class name: Component;<br>Method or attribute name: readonly componentType: ComponentType;<br>Old version information: |Class name: Component;<br>Method or attribute name: readonly componentType: ComponentType;<br>New version information: ComponentType|@ohos.multimedia.image.d.ts| 739|Type changed|Class name: Component;<br>Method or attribute name: readonly rowStride: number;<br>Old version information: |Class name: Component;<br>Method or attribute name: readonly rowStride: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 740|Type changed|Class name: Component;<br>Method or attribute name: readonly pixelStride: number;<br>Old version information: |Class name: Component;<br>Method or attribute name: readonly pixelStride: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 741|Type changed|Class name: Component;<br>Method or attribute name: readonly byteBuffer: ArrayBuffer;<br>Old version information: |Class name: Component;<br>Method or attribute name: readonly byteBuffer: ArrayBuffer;<br>New version information: ArrayBuffer|@ohos.multimedia.image.d.ts| 742|Type changed|Class name: InitializationOptions;<br>Method or attribute name: pixelFormat?: PixelMapFormat;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: pixelFormat?: PixelMapFormat;<br>New version information: ?PixelMapFormat|@ohos.multimedia.image.d.ts| 743|Type changed|Class name: InitializationOptions;<br>Method or attribute name: alphaType?: AlphaType;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: alphaType?: AlphaType;<br>New version information: ?AlphaType|@ohos.multimedia.image.d.ts| 744|Type changed|Class name: InitializationOptions;<br>Method or attribute name: scaleMode?: ScaleMode;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: scaleMode?: ScaleMode;<br>New version information: ?ScaleMode|@ohos.multimedia.image.d.ts| 745|Type changed|Class name: SourceOptions;<br>Method or attribute name: sourceDensity: number;<br>Old version information: |Class name: SourceOptions;<br>Method or attribute name: sourceDensity: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 746|Type changed|Class name: SourceOptions;<br>Method or attribute name: sourcePixelFormat?: PixelMapFormat;<br>Old version information: |Class name: SourceOptions;<br>Method or attribute name: sourcePixelFormat?: PixelMapFormat;<br>New version information: ?PixelMapFormat|@ohos.multimedia.image.d.ts| 747|Type changed|Class name: SourceOptions;<br>Method or attribute name: sourceSize?: Size;<br>Old version information: |Class name: SourceOptions;<br>Method or attribute name: sourceSize?: Size;<br>New version information: ?Size|@ohos.multimedia.image.d.ts| 748|Type changed|Class name: PixelMap;<br>Method or attribute name: readonly isEditable: boolean;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: readonly isEditable: boolean;<br>New version information: boolean|@ohos.multimedia.image.d.ts| 749|Type changed|Class name: ImageSource;<br>Method or attribute name: readonly supportedFormats: Array\<string>;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: readonly supportedFormats: Array\<string>;<br>New version information: Array\<string>|@ohos.multimedia.image.d.ts| 750|Type changed|Class name: ImagePacker;<br>Method or attribute name: readonly supportedFormats: Array\<string>;<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: readonly supportedFormats: Array\<string>;<br>New version information: Array\<string>|@ohos.multimedia.image.d.ts| 751|Type changed|Class name: Image;<br>Method or attribute name: clipRect: Region;<br>Old version information: |Class name: Image;<br>Method or attribute name: clipRect: Region;<br>New version information: Region|@ohos.multimedia.image.d.ts| 752|Type changed|Class name: Image;<br>Method or attribute name: readonly size: Size;<br>Old version information: |Class name: Image;<br>Method or attribute name: readonly size: Size;<br>New version information: Size|@ohos.multimedia.image.d.ts| 753|Type changed|Class name: ImageReceiver;<br>Method or attribute name: readonly size: Size;<br>Old version information: |Class name: ImageReceiver;<br>Method or attribute name: readonly size: Size;<br>New version information: Size|@ohos.multimedia.image.d.ts| 754|Type changed|Class name: Image;<br>Method or attribute name: readonly format: number;<br>Old version information: |Class name: Image;<br>Method or attribute name: readonly format: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 755|Type changed|Class name: ImageReceiver;<br>Method or attribute name: readonly capacity: number;<br>Old version information: |Class name: ImageReceiver;<br>Method or attribute name: readonly capacity: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 756|Type changed|Class name: ImageCreator;<br>Method or attribute name: readonly capacity: number;<br>Old version information: |Class name: ImageCreator;<br>Method or attribute name: readonly capacity: number;<br>New version information: number|@ohos.multimedia.image.d.ts| 757|Type changed|Class name: ImageReceiver;<br>Method or attribute name: readonly format: ImageFormat;<br>Old version information: |Class name: ImageReceiver;<br>Method or attribute name: readonly format: ImageFormat;<br>New version information: ImageFormat|@ohos.multimedia.image.d.ts| 758|Type changed|Class name: ImageCreator;<br>Method or attribute name: readonly format: ImageFormat;<br>Old version information: |Class name: ImageCreator;<br>Method or attribute name: readonly format: ImageFormat;<br>New version information: ImageFormat|@ohos.multimedia.image.d.ts| 759|Function changed|Class name: AudioRendererInfo;<br>Method or attribute name: content: ContentType;|Class name: AudioRendererInfo;<br>Method or attribute name: content?: ContentType;|@ohos.multimedia.audio.d.ts| 760|Function changed|Class name: AudioRendererFilter;<br>Method or attribute name: uid: number;|Class name: AudioRendererFilter;<br>Method or attribute name: uid?: number;|@ohos.multimedia.audio.d.ts| 761|Function changed|Class name: SessionToken;<br>Method or attribute name: pid: number;|Class name: SessionToken;<br>Method or attribute name: pid?: number;|@ohos.multimedia.avsession.d.ts| 762|Function changed|Class name: SessionToken;<br>Method or attribute name: uid: number;|Class name: SessionToken;<br>Method or attribute name: uid?: number;|@ohos.multimedia.avsession.d.ts| 763|Function changed|Class name: CameraInput;<br>Method or attribute name: on(type: 'error', camera: CameraDevice, callback: ErrorCallback\<BusinessError>): void;|Class name: CameraInput;<br>Method or attribute name: on(type: 'error', camera: CameraDevice, callback: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 764|Function changed|Class name: CaptureSession;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|Class name: CaptureSession;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 765|Function changed|Class name: PreviewOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|Class name: PreviewOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 766|Function changed|Class name: PhotoOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|Class name: PhotoOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 767|Function changed|Class name: VideoOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|Class name: VideoOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 768|Function changed|Class name: MetadataOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback\<BusinessError>): void;|Class name: MetadataOutput;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.camera.d.ts| 769|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createPixelMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallback\<PixelMap>): void;<br>Old version information: |Class name: image;<br>Method or attribute name: function createPixelMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallback\<PixelMap>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 770|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createPixelMap(colors: ArrayBuffer, options: InitializationOptions): Promise\<PixelMap>;<br>Old version information: |Class name: image;<br>Method or attribute name: function createPixelMap(colors: ArrayBuffer, options: InitializationOptions): Promise\<PixelMap>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 771|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createImageSource(uri: string): ImageSource;<br>Old version information: |Class name: image;<br>Method or attribute name: function createImageSource(uri: string): ImageSource;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 772|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createImageSource(uri: string, options: SourceOptions): ImageSource;<br>Old version information: |Class name: image;<br>Method or attribute name: function createImageSource(uri: string, options: SourceOptions): ImageSource;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 773|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createImageSource(fd: number): ImageSource;<br>Old version information: |Class name: image;<br>Method or attribute name: function createImageSource(fd: number): ImageSource;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 774|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createImageSource(fd: number, options: SourceOptions): ImageSource;<br>Old version information: |Class name: image;<br>Method or attribute name: function createImageSource(fd: number, options: SourceOptions): ImageSource;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 775|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createImageSource(buf: ArrayBuffer): ImageSource;<br>Old version information: |Class name: image;<br>Method or attribute name: function createImageSource(buf: ArrayBuffer): ImageSource;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 776|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;<br>Old version information: |Class name: image;<br>Method or attribute name: function createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 777|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer): ImageSource;<br>Old version information: |Class name: image;<br>Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer): ImageSource;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 778|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer, options?: SourceOptions): ImageSource;<br>Old version information: |Class name: image;<br>Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer, options?: SourceOptions): ImageSource;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 779|Cross-platform capability changed|Class name: image;<br>Method or attribute name: function createImagePacker(): ImagePacker;<br>Old version information: |Class name: image;<br>Method or attribute name: function createImagePacker(): ImagePacker;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 780|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: enum PixelMapFormat<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: enum PixelMapFormat<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 781|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: UNKNOWN = 0<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: UNKNOWN = 0<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 782|Cross-platform capability changed|Class name: AlphaType;<br>Method or attribute name: UNKNOWN = 0<br>Old version information: |Class name: AlphaType;<br>Method or attribute name: UNKNOWN = 0<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 783|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: RGB_565 = 2<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: RGB_565 = 2<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 784|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: RGBA_8888 = 3<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: RGBA_8888 = 3<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 785|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: BGRA_8888 = 4<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: BGRA_8888 = 4<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 786|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: RGB_888 = 5<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: RGB_888 = 5<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 787|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: ALPHA_8 = 6<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: ALPHA_8 = 6<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 788|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: RGBA_F16 = 7<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: RGBA_F16 = 7<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 789|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: NV21 = 8<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: NV21 = 8<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 790|Cross-platform capability changed|Class name: PixelMapFormat;<br>Method or attribute name: NV12 = 9<br>Old version information: |Class name: PixelMapFormat;<br>Method or attribute name: NV12 = 9<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 791|Cross-platform capability changed|Class name: Size;<br>Method or attribute name: interface Size<br>Old version information: |Class name: Size;<br>Method or attribute name: interface Size<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 792|Cross-platform capability changed|Class name: Size;<br>Method or attribute name: height: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: height: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 793|Cross-platform capability changed|Class name: Size;<br>Method or attribute name: width: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: width: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 794|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: enum PropertyKey<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: enum PropertyKey<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 795|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: BITS_PER_SAMPLE = 'BitsPerSample'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: BITS_PER_SAMPLE = 'BitsPerSample'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 796|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: ORIENTATION = 'Orientation'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: ORIENTATION = 'Orientation'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 797|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: IMAGE_LENGTH = 'ImageLength'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: IMAGE_LENGTH = 'ImageLength'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 798|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: IMAGE_WIDTH = 'ImageWidth'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: IMAGE_WIDTH = 'ImageWidth'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 799|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: GPS_LATITUDE = 'GPSLatitude'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: GPS_LATITUDE = 'GPSLatitude'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 800|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: GPS_LONGITUDE = 'GPSLongitude'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: GPS_LONGITUDE = 'GPSLongitude'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 801|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: GPS_LATITUDE_REF = 'GPSLatitudeRef'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: GPS_LATITUDE_REF = 'GPSLatitudeRef'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 802|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: GPS_LONGITUDE_REF = 'GPSLongitudeRef'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: GPS_LONGITUDE_REF = 'GPSLongitudeRef'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 803|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: DATE_TIME_ORIGINAL = 'DateTimeOriginal'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: DATE_TIME_ORIGINAL = 'DateTimeOriginal'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 804|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: EXPOSURE_TIME = 'ExposureTime'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: EXPOSURE_TIME = 'ExposureTime'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 805|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: SCENE_TYPE = 'SceneType'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: SCENE_TYPE = 'SceneType'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 806|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: ISO_SPEED_RATINGS = 'ISOSpeedRatings'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: ISO_SPEED_RATINGS = 'ISOSpeedRatings'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 807|Cross-platform capability changed|Class name: PropertyKey;<br>Method or attribute name: F_NUMBER = 'FNumber'<br>Old version information: |Class name: PropertyKey;<br>Method or attribute name: F_NUMBER = 'FNumber'<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 808|Cross-platform capability changed|Class name: AlphaType;<br>Method or attribute name: enum AlphaType<br>Old version information: |Class name: AlphaType;<br>Method or attribute name: enum AlphaType<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 809|Cross-platform capability changed|Class name: AlphaType;<br>Method or attribute name: OPAQUE = 1<br>Old version information: |Class name: AlphaType;<br>Method or attribute name: OPAQUE = 1<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 810|Cross-platform capability changed|Class name: AlphaType;<br>Method or attribute name: PREMUL = 2<br>Old version information: |Class name: AlphaType;<br>Method or attribute name: PREMUL = 2<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 811|Cross-platform capability changed|Class name: AlphaType;<br>Method or attribute name: UNPREMUL = 3<br>Old version information: |Class name: AlphaType;<br>Method or attribute name: UNPREMUL = 3<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 812|Cross-platform capability changed|Class name: ScaleMode;<br>Method or attribute name: enum ScaleMode<br>Old version information: |Class name: ScaleMode;<br>Method or attribute name: enum ScaleMode<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 813|Cross-platform capability changed|Class name: ScaleMode;<br>Method or attribute name: FIT_TARGET_SIZE = 0<br>Old version information: |Class name: ScaleMode;<br>Method or attribute name: FIT_TARGET_SIZE = 0<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 814|Cross-platform capability changed|Class name: ScaleMode;<br>Method or attribute name: CENTER_CROP = 1<br>Old version information: |Class name: ScaleMode;<br>Method or attribute name: CENTER_CROP = 1<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 815|Cross-platform capability changed|Class name: Region;<br>Method or attribute name: interface Region<br>Old version information: |Class name: Region;<br>Method or attribute name: interface Region<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 816|Cross-platform capability changed|Class name: Region;<br>Method or attribute name: size: Size;<br>Old version information: |Class name: Region;<br>Method or attribute name: size: Size;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 817|Cross-platform capability changed|Class name: ImageInfo;<br>Method or attribute name: size: Size;<br>Old version information: |Class name: ImageInfo;<br>Method or attribute name: size: Size;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 818|Cross-platform capability changed|Class name: InitializationOptions;<br>Method or attribute name: size: Size;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: size: Size;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 819|Cross-platform capability changed|Class name: Region;<br>Method or attribute name: x: number;<br>Old version information: |Class name: Region;<br>Method or attribute name: x: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 820|Cross-platform capability changed|Class name: Region;<br>Method or attribute name: y: number;<br>Old version information: |Class name: Region;<br>Method or attribute name: y: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 821|Cross-platform capability changed|Class name: PositionArea;<br>Method or attribute name: interface PositionArea<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: interface PositionArea<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 822|Cross-platform capability changed|Class name: PositionArea;<br>Method or attribute name: pixels: ArrayBuffer;<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: pixels: ArrayBuffer;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 823|Cross-platform capability changed|Class name: PositionArea;<br>Method or attribute name: offset: number;<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: offset: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 824|Cross-platform capability changed|Class name: PositionArea;<br>Method or attribute name: stride: number;<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: stride: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 825|Cross-platform capability changed|Class name: PositionArea;<br>Method or attribute name: region: Region;<br>Old version information: |Class name: PositionArea;<br>Method or attribute name: region: Region;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 826|Cross-platform capability changed|Class name: ImageInfo;<br>Method or attribute name: interface ImageInfo<br>Old version information: |Class name: ImageInfo;<br>Method or attribute name: interface ImageInfo<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 827|Cross-platform capability changed|Class name: ImageInfo;<br>Method or attribute name: density: number;<br>Old version information: |Class name: ImageInfo;<br>Method or attribute name: density: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 828|Cross-platform capability changed|Class name: PackingOption;<br>Method or attribute name: interface PackingOption<br>Old version information: |Class name: PackingOption;<br>Method or attribute name: interface PackingOption<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 829|Cross-platform capability changed|Class name: PackingOption;<br>Method or attribute name: format: string;<br>Old version information: |Class name: PackingOption;<br>Method or attribute name: format: string;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 830|Cross-platform capability changed|Class name: PackingOption;<br>Method or attribute name: quality: number;<br>Old version information: |Class name: PackingOption;<br>Method or attribute name: quality: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 831|Cross-platform capability changed|Class name: PackingOption;<br>Method or attribute name: bufferSize?: number;<br>Old version information: |Class name: PackingOption;<br>Method or attribute name: bufferSize?: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 832|Cross-platform capability changed|Class name: GetImagePropertyOptions;<br>Method or attribute name: interface GetImagePropertyOptions<br>Old version information: |Class name: GetImagePropertyOptions;<br>Method or attribute name: interface GetImagePropertyOptions<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 833|Cross-platform capability changed|Class name: GetImagePropertyOptions;<br>Method or attribute name: index?: number;<br>Old version information: |Class name: GetImagePropertyOptions;<br>Method or attribute name: index?: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 834|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: index?: number;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: index?: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 835|Cross-platform capability changed|Class name: GetImagePropertyOptions;<br>Method or attribute name: defaultValue?: string;<br>Old version information: |Class name: GetImagePropertyOptions;<br>Method or attribute name: defaultValue?: string;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 836|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: interface DecodingOptions<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: interface DecodingOptions<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 837|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: sampleSize?: number;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: sampleSize?: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 838|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: rotate?: number;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: rotate?: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 839|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: editable?: boolean;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: editable?: boolean;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 840|Cross-platform capability changed|Class name: InitializationOptions;<br>Method or attribute name: editable?: boolean;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: editable?: boolean;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 841|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: desiredSize?: Size;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: desiredSize?: Size;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 842|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: desiredRegion?: Region;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: desiredRegion?: Region;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 843|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: desiredPixelFormat?: PixelMapFormat;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: desiredPixelFormat?: PixelMapFormat;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 844|Cross-platform capability changed|Class name: DecodingOptions;<br>Method or attribute name: fitDensity?: number;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute name: fitDensity?: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 845|Cross-platform capability changed|Class name: InitializationOptions;<br>Method or attribute name: interface InitializationOptions<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: interface InitializationOptions<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 846|Cross-platform capability changed|Class name: InitializationOptions;<br>Method or attribute name: pixelFormat?: PixelMapFormat;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: pixelFormat?: PixelMapFormat;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 847|Cross-platform capability changed|Class name: InitializationOptions;<br>Method or attribute name: alphaType?: AlphaType;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: alphaType?: AlphaType;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 848|Cross-platform capability changed|Class name: InitializationOptions;<br>Method or attribute name: scaleMode?: ScaleMode;<br>Old version information: |Class name: InitializationOptions;<br>Method or attribute name: scaleMode?: ScaleMode;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 849|Cross-platform capability changed|Class name: SourceOptions;<br>Method or attribute name: interface SourceOptions<br>Old version information: |Class name: SourceOptions;<br>Method or attribute name: interface SourceOptions<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 850|Cross-platform capability changed|Class name: SourceOptions;<br>Method or attribute name: sourceDensity: number;<br>Old version information: |Class name: SourceOptions;<br>Method or attribute name: sourceDensity: number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 851|Cross-platform capability changed|Class name: SourceOptions;<br>Method or attribute name: sourcePixelFormat?: PixelMapFormat;<br>Old version information: |Class name: SourceOptions;<br>Method or attribute name: sourcePixelFormat?: PixelMapFormat;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 852|Cross-platform capability changed|Class name: SourceOptions;<br>Method or attribute name: sourceSize?: Size;<br>Old version information: |Class name: SourceOptions;<br>Method or attribute name: sourceSize?: Size;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 853|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: interface PixelMap<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: interface PixelMap<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 854|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: readonly isEditable: boolean;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: readonly isEditable: boolean;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 855|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: readPixelsToBuffer(dst: ArrayBuffer): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: readPixelsToBuffer(dst: ArrayBuffer): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 856|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: readPixelsToBuffer(dst: ArrayBuffer, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: readPixelsToBuffer(dst: ArrayBuffer, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 857|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: readPixels(area: PositionArea): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: readPixels(area: PositionArea): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 858|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: readPixels(area: PositionArea, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: readPixels(area: PositionArea, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 859|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: writePixels(area: PositionArea): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: writePixels(area: PositionArea): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 860|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: writePixels(area: PositionArea, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: writePixels(area: PositionArea, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 861|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: writeBufferToPixels(src: ArrayBuffer): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: writeBufferToPixels(src: ArrayBuffer): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 862|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: writeBufferToPixels(src: ArrayBuffer, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: writeBufferToPixels(src: ArrayBuffer, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 863|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: getImageInfo(): Promise\<ImageInfo>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: getImageInfo(): Promise\<ImageInfo>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 864|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: getImageInfo(callback: AsyncCallback\<ImageInfo>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: getImageInfo(callback: AsyncCallback\<ImageInfo>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 865|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: getImageInfo(callback: AsyncCallback\<ImageInfo>): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: getImageInfo(callback: AsyncCallback\<ImageInfo>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 866|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: getBytesNumberPerRow(): number;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: getBytesNumberPerRow(): number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 867|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: getPixelBytesNumber(): number;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: getPixelBytesNumber(): number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 868|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: getDensity(): number;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: getDensity(): number;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 869|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: opacity(rate: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: opacity(rate: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 870|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: opacity(rate: number): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: opacity(rate: number): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 871|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: createAlphaPixelmap(): Promise\<PixelMap>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: createAlphaPixelmap(): Promise\<PixelMap>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 872|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: createAlphaPixelmap(callback: AsyncCallback\<PixelMap>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: createAlphaPixelmap(callback: AsyncCallback\<PixelMap>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 873|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: scale(x: number, y: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: scale(x: number, y: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 874|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: scale(x: number, y: number): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: scale(x: number, y: number): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 875|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: translate(x: number, y: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: translate(x: number, y: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 876|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: translate(x: number, y: number): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: translate(x: number, y: number): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 877|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: rotate(angle: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: rotate(angle: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 878|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: rotate(angle: number): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: rotate(angle: number): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 879|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 880|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: flip(horizontal: boolean, vertical: boolean): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: flip(horizontal: boolean, vertical: boolean): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 881|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: crop(region: Region, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: crop(region: Region, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 882|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: crop(region: Region): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: crop(region: Region): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 883|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 884|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 885|Cross-platform capability changed|Class name: ImagePacker;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 886|Cross-platform capability changed|Class name: PixelMap;<br>Method or attribute name: release(): Promise\<void>;<br>Old version information: |Class name: PixelMap;<br>Method or attribute name: release(): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 887|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: release(): Promise\<void>;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: release(): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 888|Cross-platform capability changed|Class name: ImagePacker;<br>Method or attribute name: release(): Promise\<void>;<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: release(): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 889|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: interface ImageSource<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: interface ImageSource<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 890|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: getImageInfo(index: number, callback: AsyncCallback\<ImageInfo>): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: getImageInfo(index: number, callback: AsyncCallback\<ImageInfo>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 891|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: getImageInfo(index?: number): Promise\<ImageInfo>;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: getImageInfo(index?: number): Promise\<ImageInfo>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 892|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: createPixelMap(options?: DecodingOptions): Promise\<PixelMap>;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: createPixelMap(options?: DecodingOptions): Promise\<PixelMap>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 893|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: createPixelMap(callback: AsyncCallback\<PixelMap>): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: createPixelMap(callback: AsyncCallback\<PixelMap>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 894|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: createPixelMap(options: DecodingOptions, callback: AsyncCallback\<PixelMap>): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: createPixelMap(options: DecodingOptions, callback: AsyncCallback\<PixelMap>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 895|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: getImageProperty(key: string, options?: GetImagePropertyOptions): Promise\<string>;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: getImageProperty(key: string, options?: GetImagePropertyOptions): Promise\<string>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 896|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: getImageProperty(key: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: getImageProperty(key: string, callback: AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 897|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: getImageProperty(key: string, options: GetImagePropertyOptions, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: getImageProperty(key: string, options: GetImagePropertyOptions, callback: AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 898|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: modifyImageProperty(key: string, value: string): Promise\<void>;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: modifyImageProperty(key: string, value: string): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 899|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: modifyImageProperty(key: string, value: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: modifyImageProperty(key: string, value: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 900|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: updateData(buf: ArrayBuffer, isFinished: boolean, value: number, length: number): Promise\<void>;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: updateData(buf: ArrayBuffer, isFinished: boolean, value: number, length: number): Promise\<void>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 901|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: updateData(<br><br> buf: ArrayBuffer,<br><br> isFinished: boolean,<br><br> value: number,<br><br> length: number,<br><br> callback: AsyncCallback\<void><br><br> ): void;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: updateData(<br><br> buf: ArrayBuffer,<br><br> isFinished: boolean,<br><br> value: number,<br><br> length: number,<br><br> callback: AsyncCallback\<void><br><br> ): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 902|Cross-platform capability changed|Class name: ImageSource;<br>Method or attribute name: readonly supportedFormats: Array\<string>;<br>Old version information: |Class name: ImageSource;<br>Method or attribute name: readonly supportedFormats: Array\<string>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 903|Cross-platform capability changed|Class name: ImagePacker;<br>Method or attribute name: readonly supportedFormats: Array\<string>;<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: readonly supportedFormats: Array\<string>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 904|Cross-platform capability changed|Class name: ImagePacker;<br>Method or attribute name: interface ImagePacker<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: interface ImagePacker<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 905|Cross-platform capability changed|Class name: ImagePacker;<br>Method or attribute name: packing(source: ImageSource, option: PackingOption, callback: AsyncCallback\<ArrayBuffer>): void;<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: packing(source: ImageSource, option: PackingOption, callback: AsyncCallback\<ArrayBuffer>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 906|Cross-platform capability changed|Class name: ImagePacker;<br>Method or attribute name: packing(source: ImageSource, option: PackingOption): Promise\<ArrayBuffer>;<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: packing(source: ImageSource, option: PackingOption): Promise\<ArrayBuffer>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 907|Cross-platform capability changed|Class name: ImagePacker;<br>Method or attribute name: packing(source: PixelMap, option: PackingOption, callback: AsyncCallback\<ArrayBuffer>): void;<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: packing(source: PixelMap, option: PackingOption, callback: AsyncCallback\<ArrayBuffer>): void;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 908|Cross-platform capability changed|Class name: ImagePacker;<br>Method or attribute name: packing(source: PixelMap, option: PackingOption): Promise\<ArrayBuffer>;<br>Old version information: |Class name: ImagePacker;<br>Method or attribute name: packing(source: PixelMap, option: PackingOption): Promise\<ArrayBuffer>;<br>New version information: crossplatform|@ohos.multimedia.image.d.ts| 909