| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Deleted|Class name: AudioRenderer;
Method or attribute name: on(type: "markReach", frame: number, callback: (position: number) => {}): void;|NA|@ohos.multimedia.audio.d.ts|
|Deleted|Class name: AudioCapturer;
Method or attribute name: on(type: "markReach", frame: number, callback: (position: number) => {}): void;|NA|@ohos.multimedia.audio.d.ts|
|Deleted|Class name: AudioRenderer;
Method or attribute name: on(type: "periodReach", frame: number, callback: (position: number) => {}): void;|NA|@ohos.multimedia.audio.d.ts|
|Deleted|Class name: AudioCapturer;
Method or attribute name: on(type: "periodReach", frame: number, callback: (position: number) => {}): void;|NA|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: CommunicationDeviceType;
Method or attribute name: SPEAKER = 2|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: setMicrophoneMute(mute: boolean): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: isMicrophoneMute(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: isMicrophoneMute(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: getRingerMode(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: getRingerMode(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: on(type: 'ringerModeChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: off(type: 'deviceChange', callback?: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: getTrackDescription(callback: AsyncCallback\>): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: getTrackDescription() : Promise\>;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: on(type: 'timeUpdate', callback: Callback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: loop: boolean;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: readonly currentTime: number;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: readonly duration: number;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorderProfile;
Method or attribute name: audioSampleRate?: number;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorderConfig;
Method or attribute name: location?: Location;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorderConfig;
Method or attribute name: location?: Location;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: prepare(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: prepare(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: play(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: play(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorder;
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorder;
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: VideoRecorderConfig;
Method or attribute name: url: string;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVRecorderConfig;
Method or attribute name: url: string;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: readonly width: number;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: readonly height: number;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer;
Method or attribute name: on(type: 'startRenderFrame', callback: Callback\): void;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: effectKit;
Method or attribute name: function createEffect(source: image.PixelMap): Filter;|@ohos.effectKit.d.ts|
|Added|NA|Class name: effectKit;
Method or attribute name: function createColorPicker(source: image.PixelMap): Promise\;|@ohos.effectKit.d.ts|
|Added|NA|Class name: effectKit;
Method or attribute name: function createColorPicker(source: image.PixelMap, callback: AsyncCallback\): void;|@ohos.effectKit.d.ts|
|Added|NA|Class name: Filter;
Method or attribute name: blur(radius:number): Filter;|@ohos.effectKit.d.ts|
|Added|NA|Class name: Filter;
Method or attribute name: brightness(bright:number): Filter;|@ohos.effectKit.d.ts|
|Added|NA|Class name: Filter;
Method or attribute name: grayscale(): Filter;|@ohos.effectKit.d.ts|
|Added|NA|Class name: Filter;
Method or attribute name: getPixelMap(): image.PixelMap;|@ohos.effectKit.d.ts|
|Added|NA|Class name: ColorPicker;
Method or attribute name: getMainColor(): Promise\;|@ohos.effectKit.d.ts|
|Added|NA|Class name: ColorPicker;
Method or attribute name: getMainColorSync(): Color;|@ohos.effectKit.d.ts|
|Added|NA|Class name: Color;
Method or attribute name: red: number;|@ohos.effectKit.d.ts|
|Added|NA|Class name: Color;
Method or attribute name: green: number;|@ohos.effectKit.d.ts|
|Added|NA|Class name: Color;
Method or attribute name: blue: number;|@ohos.effectKit.d.ts|
|Added|NA|Class name: Color;
Method or attribute name: alpha: number;|@ohos.effectKit.d.ts|
|Added|NA|Class name: audio;
Method or attribute name: function createTonePlayer(options: AudioRendererInfo, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: audio;
Method or attribute name: function createTonePlayer(options: AudioRendererInfo): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: audio;
Method or attribute name: type VolumeGroupInfos = Array\>;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: audio;
Method or attribute name: type AudioRendererChangeInfoArray = Array\>;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: audio;
Method or attribute name: type AudioCapturerChangeInfoArray = Array\>;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioErrors;
Method or attribute name: ERROR_INVALID_PARAM = 6800101|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioErrors;
Method or attribute name: ERROR_NO_MEMORY = 6800102|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioErrors;
Method or attribute name: ERROR_ILLEGAL_STATE = 6800103|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioErrors;
Method or attribute name: ERROR_UNSUPPORTED = 6800104|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioErrors;
Method or attribute name: ERROR_TIMEOUT = 6800105|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioErrors;
Method or attribute name: ERROR_STREAM_LIMIT = 6800201|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioErrors;
Method or attribute name: ERROR_SYSTEM = 6800301|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeType;
Method or attribute name: ALL = 100|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: DeviceFlag;
Method or attribute name: NONE_DEVICES_FLAG = 0|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: DeviceFlag;
Method or attribute name: DISTRIBUTED_OUTPUT_DEVICES_FLAG = 4|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: DeviceFlag;
Method or attribute name: DISTRIBUTED_INPUT_DEVICES_FLAG = 8|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: DeviceFlag;
Method or attribute name: ALL_DISTRIBUTED_DEVICES_FLAG = 12|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: DeviceType;
Method or attribute name: DEFAULT = 1000|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioSampleFormat;
Method or attribute name: SAMPLE_FORMAT_F32LE = 4|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: StreamUsage;
Method or attribute name: STREAM_USAGE_VOICE_ASSISTANT = 3|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptRequestType;
Method or attribute name: INTERRUPT_REQUEST_TYPE_DEFAULT = 0|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererFilter;
Method or attribute name: uid: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererFilter;
Method or attribute name: rendererInfo?: AudioRendererInfo;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererFilter;
Method or attribute name: rendererId?: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptMode;
Method or attribute name: SHARE_MODE = 0|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptMode;
Method or attribute name: INDEPENDENT_MODE = 1|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptForceType;
Method or attribute name: INTERRUPT_FORCE = 0|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptForceType;
Method or attribute name: INTERRUPT_SHARE = 1|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptEvent;
Method or attribute name: eventType: InterruptType;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptEvent;
Method or attribute name: forceType: InterruptForceType;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptEvent;
Method or attribute name: hintType: InterruptHint;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioManager;
Method or attribute name: getVolumeManager(): AudioVolumeManager;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioManager;
Method or attribute name: getStreamManager(): AudioStreamManager;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioManager;
Method or attribute name: getRoutingManager(): AudioRoutingManager;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptRequestResultType;
Method or attribute name: INTERRUPT_REQUEST_GRANT = 0|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptRequestResultType;
Method or attribute name: INTERRUPT_REQUEST_REJECT = 1|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptResult;
Method or attribute name: requestResult: InterruptRequestResultType;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: InterruptResult;
Method or attribute name: interruptNode: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: on(type: 'deviceChange', deviceFlag: DeviceFlag, callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager;
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: getCurrentAudioRendererInfoArray(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: getCurrentAudioRendererInfoArray(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: getCurrentAudioCapturerInfoArray(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: getCurrentAudioCapturerInfoArray(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: on(type: "audioRendererChange", callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: on(type: "audioCapturerChange", callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: off(type: "audioRendererChange"): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioStreamManager;
Method or attribute name: off(type: "audioCapturerChange"): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeManager;
Method or attribute name: getVolumeGroupInfos(networkId: string, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeManager;
Method or attribute name: getVolumeGroupInfos(networkId: string): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeManager;
Method or attribute name: getVolumeGroupManager(groupId: number, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeManager;
Method or attribute name: getVolumeGroupManager(groupId: number): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeManager;
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioVolumeGroupManager;
Method or attribute name: on(type: 'micStateChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ConnectType;
Method or attribute name: CONNECT_TYPE_LOCAL = 1|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ConnectType;
Method or attribute name: CONNECT_TYPE_DISTRIBUTED = 2|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: VolumeGroupInfo;
Method or attribute name: readonly networkId: string;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly networkId: string;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: VolumeGroupInfo;
Method or attribute name: readonly groupId: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: VolumeGroupInfo;
Method or attribute name: readonly mappingId: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: VolumeGroupInfo;
Method or attribute name: readonly groupName: string;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: VolumeGroupInfo;
Method or attribute name: readonly type: ConnectType;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererChangeInfo;
Method or attribute name: readonly streamId: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturerChangeInfo;
Method or attribute name: readonly streamId: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererChangeInfo;
Method or attribute name: readonly clientUid: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturerChangeInfo;
Method or attribute name: readonly clientUid: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererChangeInfo;
Method or attribute name: readonly rendererInfo: AudioRendererInfo;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererChangeInfo;
Method or attribute name: readonly rendererState: AudioState;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererChangeInfo;
Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturerChangeInfo;
Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturerChangeInfo;
Method or attribute name: readonly capturerInfo: AudioCapturerInfo;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturerChangeInfo;
Method or attribute name: readonly capturerState: AudioState;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly id: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly name: string;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly address: string;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly sampleRates: Array\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly channelCounts: Array\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly channelMasks: Array\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly interruptGroupId: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor;
Method or attribute name: readonly volumeGroupId: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: VolumeEvent;
Method or attribute name: volumeGroupId: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: VolumeEvent;
Method or attribute name: networkId: string;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: MicStateChangeEvent;
Method or attribute name: mute: boolean;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: getAudioStreamId(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturer;
Method or attribute name: getAudioStreamId(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: getAudioStreamId(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturer;
Method or attribute name: getAudioStreamId(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: setInterruptMode(mode: InterruptMode, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: setInterruptMode(mode: InterruptMode): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: setVolume(volume: number, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: setVolume(volume: number): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: on(type: 'audioInterrupt', callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: on(type: "markReach", frame: number, callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturer;
Method or attribute name: on(type: "markReach", frame: number, callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRenderer;
Method or attribute name: on(type: "periodReach", frame: number, callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturer;
Method or attribute name: on(type: "periodReach", frame: number, callback: Callback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: SourceType;
Method or attribute name: SOURCE_TYPE_VOICE_RECOGNITION = 1|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_0 = 0|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_1 = 1|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_2 = 2|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_3 = 3|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_4 = 4|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_5 = 5|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_6 = 6|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_7 = 7|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_8 = 8|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_9 = 9|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_S = 10|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_P = 11|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_A = 12|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_B = 13|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_C = 14|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_DIAL_D = 15|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_DIAL = 100|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_BUSY = 101|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CONGESTION = 102|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_ACK = 103|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_NOT_AVAILABLE = 104|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CALL_WAITING = 106|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RINGTONE = 107|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_BEEP = 200|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_ACK = 201|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_PROMPT = 203|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: ToneType;
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_DOUBLE_BEEP = 204|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: TonePlayer;
Method or attribute name: load(type: ToneType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: TonePlayer;
Method or attribute name: load(type: ToneType): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: TonePlayer;
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: TonePlayer;
Method or attribute name: start(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: TonePlayer;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: TonePlayer;
Method or attribute name: stop(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: TonePlayer;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: TonePlayer;
Method or attribute name: release(): Promise\;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function getAllSessionDescriptors(callback: AsyncCallback\>>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function getAllSessionDescriptors(): Promise\>>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function createController(sessionId: string, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function createController(sessionId: string): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function on(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function on(type: 'sessionServiceDie', callback: () => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function sendSystemControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: type AVSessionType = 'audio' \| 'video';|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession;
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: SessionToken;
Method or attribute name: sessionId: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionDescriptor;
Method or attribute name: sessionId: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: SessionToken;
Method or attribute name: pid: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: SessionToken;
Method or attribute name: uid: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: readonly sessionId: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: readonly sessionId: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: setAVMetadata(data: AVMetadata): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: getController(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: getController(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: getOutputDevice(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getOutputDevice(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: activate(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: activate(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: deactivate(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: deactivate(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: destroy(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: destroy(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession;
Method or attribute name: destroy(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: destroy(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: assetId: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: title?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: artist?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: author?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: album?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: writer?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: composer?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: duration?: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: mediaImage?: image.PixelMap \| string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: publishDate?: Date;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: subtitle?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: description?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: lyric?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: previousAssetId?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVMetadata;
Method or attribute name: nextAssetId?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVPlaybackState;
Method or attribute name: state?: PlaybackState;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVPlaybackState;
Method or attribute name: speed?: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVPlaybackState;
Method or attribute name: position?: PlaybackPosition;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVPlaybackState;
Method or attribute name: bufferedTime?: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVPlaybackState;
Method or attribute name: loopMode?: LoopMode;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVPlaybackState;
Method or attribute name: isFavorite?: boolean;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackPosition;
Method or attribute name: elapsedTime: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackPosition;
Method or attribute name: updateTime: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: OutputDeviceInfo;
Method or attribute name: isRemote: boolean;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: OutputDeviceInfo;
Method or attribute name: audioDeviceId: Array\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: OutputDeviceInfo;
Method or attribute name: deviceName: Array\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: LoopMode;
Method or attribute name: LOOP_MODE_SEQUENCE = 0|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: LoopMode;
Method or attribute name: LOOP_MODE_SINGLE = 1|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: LoopMode;
Method or attribute name: LOOP_MODE_LIST = 2|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: LoopMode;
Method or attribute name: LOOP_MODE_SHUFFLE = 3|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackState;
Method or attribute name: PLAYBACK_STATE_INITIAL = 0|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackState;
Method or attribute name: PLAYBACK_STATE_PREPARE = 1|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackState;
Method or attribute name: PLAYBACK_STATE_PLAY = 2|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackState;
Method or attribute name: PLAYBACK_STATE_PAUSE = 3|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackState;
Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackState;
Method or attribute name: PLAYBACK_STATE_REWIND = 5|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PlaybackState;
Method or attribute name: PLAYBACK_STATE_STOP = 6|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionDescriptor;
Method or attribute name: type: AVSessionType;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionDescriptor;
Method or attribute name: sessionTag: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionDescriptor;
Method or attribute name: elementName: ElementName;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionDescriptor;
Method or attribute name: isActive: boolean;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionDescriptor;
Method or attribute name: isTopSession: boolean;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionDescriptor;
Method or attribute name: outputDevice: OutputDeviceInfo;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getAVPlaybackState(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getAVPlaybackState(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getAVMetadata(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getAVMetadata(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getLaunchAbility(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getLaunchAbility(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getRealPlaybackPositionSync(): number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: isActive(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: isActive(): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getValidCommands(callback: AsyncCallback\>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: getValidCommands(): Promise\>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: on(type: 'metadataChange', filter: Array\ \| 'all', callback: (data: AVMetadata) => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: on(type: 'playbackStateChange', filter: Array\ \| 'all', callback: (state: AVPlaybackState) => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: on(type: 'sessionDestroy', callback: () => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\) => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController;
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVControlCommand;
Method or attribute name: command: AVControlCommandType;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVControlCommand;
Method or attribute name: parameter?: LoopMode \| string \| number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionErrorCode;
Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionErrorCode;
Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionErrorCode;
Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionErrorCode;
Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionErrorCode;
Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionErrorCode;
Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionErrorCode;
Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: camera;
Method or attribute name: function getCameraManager(context: Context): CameraManager;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraStatus;
Method or attribute name: CAMERA_STATUS_APPEAR = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraStatus;
Method or attribute name: CAMERA_STATUS_DISAPPEAR = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraStatus;
Method or attribute name: CAMERA_STATUS_AVAILABLE = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraStatus;
Method or attribute name: CAMERA_STATUS_UNAVAILABLE = 3|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Profile;
Method or attribute name: readonly format: CameraFormat;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Profile;
Method or attribute name: readonly size: Size;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FrameRateRange;
Method or attribute name: readonly min: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FrameRateRange;
Method or attribute name: readonly max: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoProfile;
Method or attribute name: readonly frameRateRange: FrameRateRange;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraOutputCapability;
Method or attribute name: readonly previewProfiles: Array\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraOutputCapability;
Method or attribute name: readonly photoProfiles: Array\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraOutputCapability;
Method or attribute name: readonly videoProfiles: Array\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraOutputCapability;
Method or attribute name: readonly supportedMetadataObjectTypes: Array\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: INVALID_ARGUMENT = 7400101|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: OPERATION_NOT_ALLOWED = 7400102|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: SESSION_NOT_CONFIG = 7400103|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: SESSION_NOT_RUNNING = 7400104|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: SESSION_CONFIG_LOCKED = 7400105|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: DEVICE_SETTING_LOCKED = 7400106|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: CONFILICT_CAMERA = 7400107|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: DEVICE_DISABLED = 7400108|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraErrorCode;
Method or attribute name: SERVICE_FATAL_ERROR = 7400201|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: getSupportedCameras(): Array\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: getSupportedOutputCapability(camera: CameraDevice): CameraOutputCapability;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: isCameraMuted(): boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: isCameraMuteSupported(): boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: muteCamera(mute: boolean): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: createCameraInput(camera: CameraDevice): CameraInput;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: createCameraInput(position: CameraPosition, type: CameraType): CameraInput;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: createPreviewOutput(profile: Profile, surfaceId: string): PreviewOutput;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: createPhotoOutput(profile: Profile, surfaceId: string): PhotoOutput;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: createVideoOutput(profile: VideoProfile, surfaceId: string): VideoOutput;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: createMetadataOutput(metadataObjectTypes: Array\): MetadataOutput;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: createCaptureSession(): CaptureSession;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: on(type: 'cameraStatus', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraManager;
Method or attribute name: on(type: 'cameraMute', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraStatusInfo;
Method or attribute name: camera: CameraDevice;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraStatusInfo;
Method or attribute name: status: CameraStatus;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraPosition;
Method or attribute name: CAMERA_POSITION_UNSPECIFIED = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraPosition;
Method or attribute name: CAMERA_POSITION_BACK = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraPosition;
Method or attribute name: CAMERA_POSITION_FRONT = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraType;
Method or attribute name: CAMERA_TYPE_DEFAULT = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraType;
Method or attribute name: CAMERA_TYPE_WIDE_ANGLE = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraType;
Method or attribute name: CAMERA_TYPE_ULTRA_WIDE = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraType;
Method or attribute name: CAMERA_TYPE_TELEPHOTO = 3|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraType;
Method or attribute name: CAMERA_TYPE_TRUE_DEPTH = 4|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ConnectionType;
Method or attribute name: CAMERA_CONNECTION_BUILT_IN = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ConnectionType;
Method or attribute name: CAMERA_CONNECTION_USB_PLUGIN = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ConnectionType;
Method or attribute name: CAMERA_CONNECTION_REMOTE = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraDevice;
Method or attribute name: readonly cameraId: string;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraDevice;
Method or attribute name: readonly cameraPosition: CameraPosition;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraDevice;
Method or attribute name: readonly cameraType: CameraType;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraDevice;
Method or attribute name: readonly connectionType: ConnectionType;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Size;
Method or attribute name: height: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Rect;
Method or attribute name: height: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Size;
Method or attribute name: width: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Rect;
Method or attribute name: width: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Point;
Method or attribute name: x: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Point;
Method or attribute name: y: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraInput;
Method or attribute name: open(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraInput;
Method or attribute name: open(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraInput;
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraInput;
Method or attribute name: close(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraInput;
Method or attribute name: on(type: 'error', camera: CameraDevice, callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraFormat;
Method or attribute name: CAMERA_FORMAT_RGBA_8888 = 3|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraFormat;
Method or attribute name: CAMERA_FORMAT_YUV_420_SP = 1003|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraFormat;
Method or attribute name: CAMERA_FORMAT_JPEG = 2000|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FlashMode;
Method or attribute name: FLASH_MODE_CLOSE = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FlashMode;
Method or attribute name: FLASH_MODE_OPEN = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FlashMode;
Method or attribute name: FLASH_MODE_AUTO = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FlashMode;
Method or attribute name: FLASH_MODE_ALWAYS_OPEN = 3|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ExposureMode;
Method or attribute name: EXPOSURE_MODE_LOCKED = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ExposureMode;
Method or attribute name: EXPOSURE_MODE_AUTO = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ExposureMode;
Method or attribute name: EXPOSURE_MODE_CONTINUOUS_AUTO = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FocusMode;
Method or attribute name: FOCUS_MODE_MANUAL = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FocusMode;
Method or attribute name: FOCUS_MODE_CONTINUOUS_AUTO = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FocusMode;
Method or attribute name: FOCUS_MODE_AUTO = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FocusMode;
Method or attribute name: FOCUS_MODE_LOCKED = 3|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FocusState;
Method or attribute name: FOCUS_STATE_SCAN = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FocusState;
Method or attribute name: FOCUS_STATE_FOCUSED = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FocusState;
Method or attribute name: FOCUS_STATE_UNFOCUSED = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoStabilizationMode;
Method or attribute name: OFF = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoStabilizationMode;
Method or attribute name: LOW = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoStabilizationMode;
Method or attribute name: MIDDLE = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoStabilizationMode;
Method or attribute name: HIGH = 3|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoStabilizationMode;
Method or attribute name: AUTO = 4|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: beginConfig(): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: commitConfig(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: commitConfig(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: addInput(cameraInput: CameraInput): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: removeInput(cameraInput: CameraInput): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: addOutput(cameraOutput: CameraOutput): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: removeOutput(cameraOutput: CameraOutput): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PreviewOutput;
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoOutput;
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataOutput;
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: start(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PreviewOutput;
Method or attribute name: start(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoOutput;
Method or attribute name: start(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataOutput;
Method or attribute name: start(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PreviewOutput;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoOutput;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataOutput;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: stop(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PreviewOutput;
Method or attribute name: stop(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoOutput;
Method or attribute name: stop(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataOutput;
Method or attribute name: stop(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraOutput;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: release(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CameraOutput;
Method or attribute name: release(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: hasFlash(): boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: isFlashModeSupported(flashMode: FlashMode): boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getFlashMode(): FlashMode;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: setFlashMode(flashMode: FlashMode): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: isExposureModeSupported(aeMode: ExposureMode): boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getExposureMode(): ExposureMode;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: setExposureMode(aeMode: ExposureMode): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getMeteringPoint(): Point;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: setMeteringPoint(point: Point): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getExposureBiasRange(): Array\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: setExposureBias(exposureBias: number): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getExposureValue(): number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: isFocusModeSupported(afMode: FocusMode): boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getFocusMode(): FocusMode;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: setFocusMode(afMode: FocusMode): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: setFocusPoint(point: Point): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getFocusPoint(): Point;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getFocalLength(): number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getZoomRatioRange(): Array\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getZoomRatio(): number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: setZoomRatio(zoomRatio: number): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: isVideoStabilizationModeSupported(vsMode: VideoStabilizationMode): boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: getActiveVideoStabilizationMode(): VideoStabilizationMode;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: setVideoStabilizationMode(mode: VideoStabilizationMode): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: on(type: 'focusStateChange', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureSession;
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PreviewOutput;
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoOutput;
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataOutput;
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PreviewOutput;
Method or attribute name: on(type: 'frameStart', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoOutput;
Method or attribute name: on(type: 'frameStart', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PreviewOutput;
Method or attribute name: on(type: 'frameEnd', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: VideoOutput;
Method or attribute name: on(type: 'frameEnd', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ImageRotation;
Method or attribute name: ROTATION_0 = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ImageRotation;
Method or attribute name: ROTATION_90 = 90|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ImageRotation;
Method or attribute name: ROTATION_180 = 180|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: ImageRotation;
Method or attribute name: ROTATION_270 = 270|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Location;
Method or attribute name: latitude: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Location;
Method or attribute name: longitude: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Location;
Method or attribute name: altitude: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: QualityLevel;
Method or attribute name: QUALITY_LEVEL_HIGH = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: QualityLevel;
Method or attribute name: QUALITY_LEVEL_MEDIUM = 1|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: QualityLevel;
Method or attribute name: QUALITY_LEVEL_LOW = 2|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoCaptureSetting;
Method or attribute name: quality?: QualityLevel;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoCaptureSetting;
Method or attribute name: rotation?: ImageRotation;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoCaptureSetting;
Method or attribute name: location?: Location;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoCaptureSetting;
Method or attribute name: mirror?: boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: capture(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: capture(): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: capture(setting: PhotoCaptureSetting, callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: capture(setting?: PhotoCaptureSetting): Promise\;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: isMirrorSupported(): boolean;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: on(type: 'captureStart', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: on(type: 'frameShutter', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: PhotoOutput;
Method or attribute name: on(type: 'captureEnd', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FrameShutterInfo;
Method or attribute name: captureId: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureEndInfo;
Method or attribute name: captureId: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: FrameShutterInfo;
Method or attribute name: timestamp: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: CaptureEndInfo;
Method or attribute name: frameCount: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataObjectType;
Method or attribute name: FACE_DETECTION = 0|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Rect;
Method or attribute name: topLeftX: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: Rect;
Method or attribute name: topLeftY: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataObject;
Method or attribute name: readonly type: MetadataObjectType;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataObject;
Method or attribute name: readonly timestamp: number;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataObject;
Method or attribute name: readonly boundingBox: Rect;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: MetadataOutput;
Method or attribute name: on(type: 'metadataObjectsAvailable', callback: AsyncCallback\>): void;|@ohos.multimedia.camera.d.ts|
|Added|NA|Class name: image;
Method or attribute name: function createImageSource(uri: string, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: image;
Method or attribute name: function createImageSource(fd: number, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: image;
Method or attribute name: function createImageSource(buf: ArrayBuffer): ImageSource;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: image;
Method or attribute name: function createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: image;
Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer): ImageSource;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: image;
Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer, options?: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: image;
Method or attribute name: function createImageReceiver(width: number, height: number, format: number, capacity: number): ImageReceiver;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: image;
Method or attribute name: function createImageCreator(width: number, height: number, format: number, capacity: number): ImageCreator;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMapFormat;
Method or attribute name: BGRA_8888 = 4|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMapFormat;
Method or attribute name: RGB_888 = 5|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMapFormat;
Method or attribute name: ALPHA_8 = 6|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMapFormat;
Method or attribute name: RGBA_F16 = 7|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMapFormat;
Method or attribute name: NV21 = 8|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMapFormat;
Method or attribute name: NV12 = 9|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey;
Method or attribute name: DATE_TIME_ORIGINAL = "DateTimeOriginal"|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey;
Method or attribute name: EXPOSURE_TIME = "ExposureTime"|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey;
Method or attribute name: SCENE_TYPE = "SceneType"|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey;
Method or attribute name: ISO_SPEED_RATINGS = "ISOSpeedRatings"|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey;
Method or attribute name: F_NUMBER = "FNumber"|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageFormat;
Method or attribute name: YCBCR_422_SP = 1000|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageFormat;
Method or attribute name: JPEG = 2000|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: AlphaType;
Method or attribute name: UNKNOWN = 0|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: AlphaType;
Method or attribute name: OPAQUE = 1|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: AlphaType;
Method or attribute name: PREMUL = 2|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: AlphaType;
Method or attribute name: UNPREMUL = 3|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ScaleMode;
Method or attribute name: FIT_TARGET_SIZE = 0|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ScaleMode;
Method or attribute name: CENTER_CROP = 1|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ComponentType;
Method or attribute name: YUV_Y = 1|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ComponentType;
Method or attribute name: YUV_U = 2|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ComponentType;
Method or attribute name: YUV_V = 3|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ComponentType;
Method or attribute name: JPEG = 4|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageInfo;
Method or attribute name: density: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PackingOption;
Method or attribute name: bufferSize?: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: DecodingOptions;
Method or attribute name: fitDensity?: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Component;
Method or attribute name: readonly componentType: ComponentType;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Component;
Method or attribute name: readonly rowStride: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Component;
Method or attribute name: readonly pixelStride: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Component;
Method or attribute name: readonly byteBuffer: ArrayBuffer;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: InitializationOptions;
Method or attribute name: alphaType?: AlphaType;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: InitializationOptions;
Method or attribute name: scaleMode?: ScaleMode;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: SourceOptions;
Method or attribute name: sourceDensity: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: SourceOptions;
Method or attribute name: sourcePixelFormat?: PixelMapFormat;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: SourceOptions;
Method or attribute name: sourceSize?: Size;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: getDensity():number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: opacity(rate: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: opacity(rate: number): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: createAlphaPixelmap(): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: createAlphaPixelmap(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: scale(x: number, y: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: scale(x: number, y: number): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: translate(x: number, y: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: translate(x: number, y: number): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: rotate(angle: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: rotate(angle: number): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: flip(horizontal: boolean, vertical: boolean): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: crop(region: Region, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PixelMap;
Method or attribute name: crop(region: Region): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource;
Method or attribute name: modifyImageProperty(key: string, value: string): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource;
Method or attribute name: modifyImageProperty(key: string, value: string, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource;
Method or attribute name: updateData(buf: ArrayBuffer, isFinished: boolean, value: number, length: number): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource;
Method or attribute name: updateData(buf: ArrayBuffer, isFinished: boolean, value: number, length: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Image;
Method or attribute name: clipRect: Region;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Image;
Method or attribute name: readonly size: Size;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: readonly size: Size;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Image;
Method or attribute name: readonly format: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Image;
Method or attribute name: getComponent(componentType: ComponentType, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Image;
Method or attribute name: getComponent(componentType: ComponentType): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Image;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageCreator;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: Image;
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageCreator;
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: readonly capacity: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageCreator;
Method or attribute name: readonly capacity: number;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: readonly format: ImageFormat;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageCreator;
Method or attribute name: readonly format: ImageFormat;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: getReceivingSurfaceId(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: getReceivingSurfaceId(): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: readLatestImage(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: readLatestImage(): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: readNextImage(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;
Method or attribute name: readNextImage(): Promise\;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageReceiver;