Change Type Old Version New Version d.ts File
Added NA Module name: ohos.effectKit
Class name: effectKit
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Filter
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Filter
Method or attribute name: blur(radius:number): Filter;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Filter
Method or attribute name: brightness(bright:number): Filter;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Filter
Method or attribute name: grayscale(): Filter;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Filter
Method or attribute name: getPixelMap(): image.PixelMap;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: ColorPicker
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: ColorPicker
Method or attribute name: getMainColor(): Promise<Color>;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: ColorPicker
Method or attribute name: getMainColorSync(): Color;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Color
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Color
Method or attribute name: red: number;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Color
Method or attribute name: green: number;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Color
Method or attribute name: blue: number;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: Color
Method or attribute name: alpha: number;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: effectKit
Method or attribute name: function createEffect(source: image.PixelMap): Filter;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: effectKit
Method or attribute name: function createColorPicker(source: image.PixelMap): Promise<ColorPicker>;
@ohos.effectKit.d.ts
Added NA Module name: ohos.effectKit
Class name: effectKit
Method or attribute name: function createColorPicker(source: image.PixelMap, callback: AsyncCallback<ColorPicker>): void;
@ohos.effectKit.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioErrors
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioErrors
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_INVALID_PARAM = 6800101
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_NO_MEMORY = 6800102
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_ILLEGAL_STATE = 6800103
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_UNSUPPORTED = 6800104
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_TIMEOUT = 6800105
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_STREAM_LIMIT = 6800201
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioErrors
Method or attribute name: ERROR_SYSTEM = 6800301
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioErrors
Method or attribute name: ERROR_SYSTEM = 6800301
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: const LOCAL_NETWORK_ID: string;
@ohos.multimedia.audio.d.ts
Added NA Class name: audio
Method or attribute name: const LOCAL_NETWORK_ID: string;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: const DEFAULT_VOLUME_GROUP_ID: number;
@ohos.multimedia.audio.d.ts
Added NA Class name: audio
Method or attribute name: const DEFAULT_VOLUME_GROUP_ID: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: const DEFAULT_INTERRUPT_GROUP_ID: number;
@ohos.multimedia.audio.d.ts
Added NA Class name: audio
Method or attribute name: const DEFAULT_INTERRUPT_GROUP_ID: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: function createTonePlayer(options: AudioRendererInfo, callback: AsyncCallback<TonePlayer>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: audio
Method or attribute name: function createTonePlayer(options: AudioRendererInfo, callback: AsyncCallback<TonePlayer>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: function createTonePlayer(options: AudioRendererInfo): Promise<TonePlayer>;
@ohos.multimedia.audio.d.ts
Added NA Class name: audio
Method or attribute name: function createTonePlayer(options: AudioRendererInfo): Promise<TonePlayer>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioState
Method or attribute name: STATE_NEW = 0
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioState
Method or attribute name: STATE_PREPARED = 1
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioState
Method or attribute name: STATE_RUNNING = 2
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioState
Method or attribute name: STATE_STOPPED = 3
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioState
Method or attribute name: STATE_RELEASED = 4
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioState
Method or attribute name: STATE_PAUSED = 5
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeType
Method or attribute name: ALL = 100
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeType
Method or attribute name: ALL = 100
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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: NONE_DEVICES_FLAG = 0
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_OUTPUT_DEVICES_FLAG = 4
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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: DISTRIBUTED_INPUT_DEVICES_FLAG = 8
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: DeviceFlag
Method or attribute name: ALL_DISTRIBUTED_DEVICES_FLAG = 12
@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 Module name: ohos.multimedia.audio
Class name: DeviceType
Method or attribute name: DEFAULT = 1000
@ohos.multimedia.audio.d.ts
Added NA Class name: DeviceType
Method or attribute name: DEFAULT = 1000
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: CommunicationDeviceType
@ohos.multimedia.audio.d.ts
Added NA Class name: CommunicationDeviceType
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: CommunicationDeviceType
Method or attribute name: SPEAKER = 2
@ohos.multimedia.audio.d.ts
Added NA Class name: CommunicationDeviceType
Method or attribute name: SPEAKER = 2
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioSampleFormat
Method or attribute name: SAMPLE_FORMAT_F32LE = 4
@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 Module name: ohos.multimedia.audio
Class name: StreamUsage
Method or attribute name: STREAM_USAGE_VOICE_ASSISTANT = 3
@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 Module name: ohos.multimedia.audio
Class name: InterruptRequestType
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptRequestType
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptRequestType
Method or attribute name: INTERRUPT_REQUEST_TYPE_DEFAULT = 0
@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 Module name: ohos.multimedia.audio
Class name: AudioRendererFilter
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRendererFilter
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRendererFilter
Method or attribute name: uid: number;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRendererFilter
Method or attribute name: uid: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRendererFilter
Method or attribute name: rendererInfo?: AudioRendererInfo;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRendererFilter
Method or attribute name: rendererInfo?: AudioRendererInfo;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRendererFilter
Method or attribute name: rendererId?: number;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRendererFilter
Method or attribute name: rendererId?: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptMode
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptMode
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptMode
Method or attribute name: SHARE_MODE = 0
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptMode
Method or attribute name: SHARE_MODE = 0
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptMode
Method or attribute name: INDEPENDENT_MODE = 1
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptMode
Method or attribute name: INDEPENDENT_MODE = 1
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptForceType
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptForceType
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_FORCE = 0
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptForceType
Method or attribute name: INTERRUPT_SHARE = 1
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptForceType
Method or attribute name: INTERRUPT_SHARE = 1
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptEvent
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptEvent
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptEvent
Method or attribute name: eventType: InterruptType;
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptEvent
Method or attribute name: eventType: InterruptType;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptEvent
Method or attribute name: forceType: InterruptForceType;
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptEvent
Method or attribute name: forceType: InterruptForceType;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptEvent
Method or attribute name: hintType: InterruptHint;
@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: AudioScene
Method or attribute name: AUDIO_SCENE_RINGING = 1
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioScene
Method or attribute name: AUDIO_SCENE_PHONE_CALL = 2
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioScene
Method or attribute name: AUDIO_SCENE_VOICE_CHAT = 3
@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 Module name: ohos.multimedia.audio
Class name: InterruptRequestResultType
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptRequestResultType
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_GRANT = 0
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptRequestResultType
Method or attribute name: INTERRUPT_REQUEST_REJECT = 1
@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 Module name: ohos.multimedia.audio
Class name: InterruptResult
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptResult
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptResult
Method or attribute name: requestResult: InterruptRequestResultType;
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptResult
Method or attribute name: requestResult: InterruptRequestResultType;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: InterruptResult
Method or attribute name: interruptNode: number;
@ohos.multimedia.audio.d.ts
Added NA Class name: InterruptResult
Method or attribute name: interruptNode: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback<AudioDeviceDescriptors>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback<AudioDeviceDescriptors>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise<AudioDeviceDescriptors>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise<AudioDeviceDescriptors>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: on(type: 'deviceChange', deviceFlag: DeviceFlag, callback: Callback<DeviceChangeAction>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: on(type: 'deviceChange', deviceFlag: DeviceFlag, callback: Callback<DeviceChangeAction>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType, callback: AsyncCallback<boolean>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType, callback: AsyncCallback<boolean>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType): Promise<boolean>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType): Promise<boolean>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRoutingManager
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: getCurrentAudioRendererInfoArray(callback: AsyncCallback<AudioRendererChangeInfoArray>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name: getCurrentAudioRendererInfoArray(callback: AsyncCallback<AudioRendererChangeInfoArray>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: getCurrentAudioRendererInfoArray(): Promise<AudioRendererChangeInfoArray>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name: getCurrentAudioRendererInfoArray(): Promise<AudioRendererChangeInfoArray>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: getCurrentAudioCapturerInfoArray(callback: AsyncCallback<AudioCapturerChangeInfoArray>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name: getCurrentAudioCapturerInfoArray(callback: AsyncCallback<AudioCapturerChangeInfoArray>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: getCurrentAudioCapturerInfoArray(): Promise<AudioCapturerChangeInfoArray>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name: getCurrentAudioCapturerInfoArray(): Promise<AudioCapturerChangeInfoArray>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: on(type: "audioRendererChange", callback: Callback<AudioRendererChangeInfoArray>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name: on(type: "audioRendererChange", callback: Callback<AudioRendererChangeInfoArray>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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: "audioRendererChange"): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: on(type: "audioCapturerChange", callback: Callback<AudioCapturerChangeInfoArray>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name: on(type: "audioCapturerChange", callback: Callback<AudioCapturerChangeInfoArray>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: off(type: "audioCapturerChange"): 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 Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback<boolean>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback<boolean>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise<boolean>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioStreamManager
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise<boolean>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeManager
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupInfos(networkId: string, callback: AsyncCallback<VolumeGroupInfos>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupInfos(networkId: string, callback: AsyncCallback<VolumeGroupInfos>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupInfos(networkId: string): Promise<VolumeGroupInfos>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupInfos(networkId: string): Promise<VolumeGroupInfos>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupManager(groupId: number, callback: AsyncCallback<AudioVolumeGroupManager>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupManager(groupId: number, callback: AsyncCallback<AudioVolumeGroupManager>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupManager(groupId: number): Promise<AudioVolumeGroupManager>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupManager(groupId: number): Promise<AudioVolumeGroupManager>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: on(type: 'volumeChange', callback: Callback<VolumeEvent>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeManager
Method or attribute name: on(type: 'volumeChange', callback: Callback<VolumeEvent>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise<number>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise<number>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise<number>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise<number>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise<number>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise<number>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback<boolean>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback<boolean>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise<boolean>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise<boolean>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getRingerMode(callback: AsyncCallback<AudioRingMode>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: getRingerMode(callback: AsyncCallback<AudioRingMode>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getRingerMode(): Promise<AudioRingMode>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: getRingerMode(): Promise<AudioRingMode>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: on(type: 'ringerModeChange', callback: Callback<AudioRingMode>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: on(type: 'ringerModeChange', callback: Callback<AudioRingMode>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setMicrophoneMute(mute: boolean): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: setMicrophoneMute(mute: boolean): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: isMicrophoneMute(callback: AsyncCallback<boolean>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: isMicrophoneMute(callback: AsyncCallback<boolean>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: isMicrophoneMute(): Promise<boolean>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: isMicrophoneMute(): Promise<boolean>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: on(type: 'micStateChange', callback: Callback<MicStateChangeEvent>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioVolumeGroupManager
Method or attribute name: on(type: 'micStateChange', callback: Callback<MicStateChangeEvent>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: ConnectType
@ohos.multimedia.audio.d.ts
Added NA Class name: ConnectType
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_LOCAL = 1
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: ConnectType
Method or attribute name: CONNECT_TYPE_DISTRIBUTED = 2
@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 Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo
@ohos.multimedia.audio.d.ts
Added NA Class name: VolumeGroupInfo
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo
Method or attribute name: readonly networkId: string;
@ohos.multimedia.audio.d.ts
Added NA Class name: VolumeGroupInfo
Method or attribute name: readonly networkId: string;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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 groupId: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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 mappingId: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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 groupName: string;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo
Method or attribute name: readonly type: ConnectType;
@ohos.multimedia.audio.d.ts
Added NA Class name: VolumeGroupInfo
Method or attribute name: readonly type: ConnectType;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRendererChangeInfo
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
Method or attribute name: readonly streamId: number;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRendererChangeInfo
Method or attribute name: readonly streamId: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
Method or attribute name: readonly clientUid: 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 Module name: ohos.multimedia.audio
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 rendererInfo: AudioRendererInfo;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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 rendererState: AudioState;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRendererChangeInfo
Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioCapturerChangeInfo
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
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 Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
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 Module name: ohos.multimedia.audio
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 capturerInfo: AudioCapturerInfo;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
Method or attribute name: readonly capturerState: AudioState;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioCapturerChangeInfo
Method or attribute name: readonly capturerState: AudioState;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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 deviceDescriptors: AudioDeviceDescriptors;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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 id: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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 name: string;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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 address: string;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly sampleRates: Array<number>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioDeviceDescriptor
Method or attribute name: readonly sampleRates: Array<number>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly channelCounts: Array<number>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioDeviceDescriptor
Method or attribute name: readonly channelCounts: Array<number>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly channelMasks: Array<number>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioDeviceDescriptor
Method or attribute name: readonly channelMasks: Array<number>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
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 Module name: ohos.multimedia.audio
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 interruptGroupId: number;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly volumeGroupId: 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 Module name: ohos.multimedia.audio
Class name: MicStateChangeEvent
@ohos.multimedia.audio.d.ts
Added NA Class name: MicStateChangeEvent
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: MicStateChangeEvent
Method or attribute name: mute: boolean;
@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<number>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRenderer
Method or attribute name: getAudioStreamId(): Promise<number>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRenderer
Method or attribute name: setInterruptMode(mode: InterruptMode, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRenderer
Method or attribute name: setInterruptMode(mode: InterruptMode): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRenderer
Method or attribute name: setVolume(volume: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRenderer
Method or attribute name: setVolume(volume: number): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioRenderer
Method or attribute name: on(type: 'audioInterrupt', callback: Callback<InterruptEvent>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: SourceType
Method or attribute name: SOURCE_TYPE_VOICE_RECOGNITION = 1
@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: AudioCapturer
Method or attribute name: getAudioStreamId(callback: AsyncCallback<number>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: AudioCapturer
Method or attribute name: getAudioStreamId(): Promise<number>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: ToneType
@ohos.multimedia.audio.d.ts
Added NA Class name: ToneType
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_0 = 0
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_1 = 1
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_2 = 2
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_3 = 3
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_4 = 4
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_5 = 5
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_6 = 6
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_7 = 7
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_8 = 8
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_9 = 9
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_S = 10
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_P = 11
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_A = 12
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_B = 13
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_C = 14
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_DIAL_D = 15
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_DIAL = 100
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_BUSY = 101
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_CONGESTION = 102
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_ACK = 103
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_RADIO_NOT_AVAILABLE = 104
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_CALL_WAITING = 106
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_SUPERVISORY_RINGTONE = 107
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_BEEP = 200
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_ACK = 201
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
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_PROMPT = 203
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_DOUBLE_BEEP = 204
@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 Module name: ohos.multimedia.audio
Class name: TonePlayer
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name:
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: load(type: ToneType, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name: load(type: ToneType, callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: load(type: ToneType): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name: load(type: ToneType): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Class name: TonePlayer
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.audio.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionType
Method or attribute name: type AVSessionType = 'audio' | 'video';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionType
Method or attribute name: type AVSessionType = 'audio' | 'video';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward' | 'rewind' |
'seek' | 'setSpeed' | 'setLoopMode' | 'toggleFavorite';
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback<AVSession>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise<AVSession>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function getAllSessionDescriptors(callback: AsyncCallback<Array<Readonly<AVSessionDescriptor>>>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function getAllSessionDescriptors(): Promise<Array<Readonly<AVSessionDescriptor>>>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function createController(sessionId: string, callback: AsyncCallback<AVSessionController>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function createController(sessionId: string): Promise<AVSessionController>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function castAudio(session: SessionToken | 'all', audioDevices: Array<audio.AudioDeviceDescriptor>, callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function castAudio(session: SessionToken | 'all', audioDevices: Array<audio.AudioDeviceDescriptor>): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: SessionToken
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: SessionToken
Method or attribute name: sessionId: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: SessionToken
Method or attribute name: pid: number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: SessionToken
Method or attribute name: uid: number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function on(type: 'sessionServiceDie', callback: () => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent, callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function sendSystemControlCommand(command: AVControlCommand, callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: readonly sessionId: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: getController(callback: AsyncCallback<AVSessionController>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: getController(): Promise<AVSessionController>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: getOutputDevice(callback: AsyncCallback<OutputDeviceInfo>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: getOutputDevice(): Promise<OutputDeviceInfo>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
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 Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: activate(callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: activate(): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: deactivate(callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: deactivate(): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: destroy(callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: destroy(): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: assetId: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: title?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: artist?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: author?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: album?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: writer?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: composer?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: duration?: number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: mediaImage?: image.PixelMap | string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: publishDate?: Date;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: subtitle?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: description?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: lyric?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: previousAssetId?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: nextAssetId?: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: state?: PlaybackState;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: speed?: number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: position?: PlaybackPosition;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: bufferedTime?: number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: loopMode?: LoopMode;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: isFavorite?: boolean;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackPosition
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackPosition
Method or attribute name: elapsedTime: number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackPosition
Method or attribute name: updateTime: number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: OutputDeviceInfo
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: OutputDeviceInfo
Method or attribute name: isRemote: boolean;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: OutputDeviceInfo
Method or attribute name: audioDeviceId: Array<number>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: OutputDeviceInfo
Method or attribute name: deviceName: Array<string>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: LoopMode
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: LoopMode
Method or attribute name: LOOP_MODE_SEQUENCE = 0
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: LoopMode
Method or attribute name: LOOP_MODE_SINGLE = 1
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: LoopMode
Method or attribute name: LOOP_MODE_LIST = 2
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: LoopMode
Method or attribute name: LOOP_MODE_SHUFFLE = 3
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackState
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_INITIAL = 0
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PREPARE = 1
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PLAY = 2
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PAUSE = 3
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_REWIND = 5
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_STOP = 6
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: sessionId: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: type: AVSessionType;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: sessionTag: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: elementName: ElementName;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: isActive: boolean;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: isTopSession: boolean;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: outputDevice: OutputDeviceInfo;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: readonly sessionId: string;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getAVPlaybackState(callback: AsyncCallback<AVPlaybackState>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getAVPlaybackState(): Promise<AVPlaybackState>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getAVMetadata(callback: AsyncCallback<AVMetadata>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getAVMetadata(): Promise<AVMetadata>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getOutputDevice(callback: AsyncCallback<OutputDeviceInfo>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getOutputDevice(): Promise<OutputDeviceInfo>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getLaunchAbility(callback: AsyncCallback<WantAgent>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getLaunchAbility(): Promise<WantAgent>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getRealPlaybackPositionSync(): number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: isActive(callback: AsyncCallback<boolean>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: isActive(): Promise<boolean>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: destroy(callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: destroy(): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getValidCommands(callback: AsyncCallback<Array<AVControlCommandType>>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getValidCommands(): Promise<Array<AVControlCommandType>>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback<void>): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand): Promise<void>;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'metadataChange', filter: Array<keyof AVMetadata> | 'all', callback: (data: AVMetadata) => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'playbackStateChange', filter: Array<keyof AVPlaybackState> | 'all', callback: (state: AVPlaybackState) => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'sessionDestroy', callback: () => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array<AVControlCommandType>) => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array<AVControlCommandType>) => void);
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommand
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommand
Method or attribute name: command: AVControlCommandType;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVControlCommand
Method or attribute name: parameter?: LoopMode | string | number;
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107
@ohos.multimedia.avsession.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: camera
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: camera
Method or attribute name: function getCameraManager(context: Context): CameraManager;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraStatus
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraStatus
Method or attribute name: CAMERA_STATUS_APPEAR = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraStatus
Method or attribute name: CAMERA_STATUS_DISAPPEAR = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraStatus
Method or attribute name: CAMERA_STATUS_AVAILABLE = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraStatus
Method or attribute name: CAMERA_STATUS_UNAVAILABLE = 3
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Profile
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Profile
Method or attribute name: readonly format: CameraFormat;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Profile
Method or attribute name: readonly size: Size;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FrameRateRange
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FrameRateRange
Method or attribute name: readonly min: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FrameRateRange
Method or attribute name: readonly max: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoProfile
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoProfile
Method or attribute name: readonly frameRateRange: FrameRateRange;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
Method or attribute name: readonly previewProfiles: Array<Profile>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
Method or attribute name: readonly photoProfiles: Array<Profile>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
Method or attribute name: readonly videoProfiles: Array<VideoProfile>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
Method or attribute name: readonly supportedMetadataObjectTypes: Array<MetadataObjectType>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: INVALID_ARGUMENT = 7400101
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: OPERATION_NOT_ALLOWED = 7400102
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: SESSION_NOT_CONFIG = 7400103
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: SESSION_NOT_RUNNING = 7400104
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: SESSION_CONFIG_LOCKED = 7400105
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: DEVICE_SETTING_LOCKED = 7400106
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: CONFILICT_CAMERA = 7400107
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: DEVICE_DISABLED = 7400108
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: SERVICE_FATAL_ERROR = 7400201
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: getSupportedCameras(): Array<CameraDevice>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: getSupportedOutputCapability(camera: CameraDevice): CameraOutputCapability;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: isCameraMuted(): boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: isCameraMuteSupported(): boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: muteCamera(mute: boolean): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createCameraInput(camera: CameraDevice): CameraInput;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createCameraInput(position: CameraPosition, type: CameraType): CameraInput;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createPreviewOutput(profile: Profile, surfaceId: string): PreviewOutput;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createPhotoOutput(profile: Profile, surfaceId: string): PhotoOutput;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createVideoOutput(profile: VideoProfile, surfaceId: string): VideoOutput;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createMetadataOutput(metadataObjectTypes: Array<MetadataObjectType>): MetadataOutput;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createCaptureSession(): CaptureSession;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: on(type: 'cameraStatus', callback: AsyncCallback<CameraStatusInfo>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: on(type: 'cameraMute', callback: AsyncCallback<boolean>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraStatusInfo
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraStatusInfo
Method or attribute name: camera: CameraDevice;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraStatusInfo
Method or attribute name: status: CameraStatus;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraPosition
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraPosition
Method or attribute name: CAMERA_POSITION_UNSPECIFIED = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraPosition
Method or attribute name: CAMERA_POSITION_BACK = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraPosition
Method or attribute name: CAMERA_POSITION_FRONT = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraType
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_DEFAULT = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_WIDE_ANGLE = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_ULTRA_WIDE = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_TELEPHOTO = 3
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_TRUE_DEPTH = 4
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ConnectionType
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ConnectionType
Method or attribute name: CAMERA_CONNECTION_BUILT_IN = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ConnectionType
Method or attribute name: CAMERA_CONNECTION_USB_PLUGIN = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ConnectionType
Method or attribute name: CAMERA_CONNECTION_REMOTE = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraDevice
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraDevice
Method or attribute name: readonly cameraId: string;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraDevice
Method or attribute name: readonly cameraPosition: CameraPosition;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraDevice
Method or attribute name: readonly cameraType: CameraType;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraDevice
Method or attribute name: readonly connectionType: ConnectionType;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Size
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Size
Method or attribute name: height: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Size
Method or attribute name: width: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Point
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Point
Method or attribute name: x: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Point
Method or attribute name: y: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraInput
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: open(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: open(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: close(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: close(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: on(type: 'error', camera: CameraDevice, callback: ErrorCallback<BusinessError>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraFormat
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraFormat
Method or attribute name: CAMERA_FORMAT_RGBA_8888 = 3
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraFormat
Method or attribute name: CAMERA_FORMAT_YUV_420_SP = 1003
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraFormat
Method or attribute name: CAMERA_FORMAT_JPEG = 2000
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FlashMode
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FlashMode
Method or attribute name: FLASH_MODE_CLOSE = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FlashMode
Method or attribute name: FLASH_MODE_OPEN = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FlashMode
Method or attribute name: FLASH_MODE_AUTO = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FlashMode
Method or attribute name: FLASH_MODE_ALWAYS_OPEN = 3
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ExposureMode
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ExposureMode
Method or attribute name: EXPOSURE_MODE_LOCKED = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ExposureMode
Method or attribute name: EXPOSURE_MODE_AUTO = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ExposureMode
Method or attribute name: EXPOSURE_MODE_CONTINUOUS_AUTO = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusMode
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusMode
Method or attribute name: FOCUS_MODE_MANUAL = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusMode
Method or attribute name: FOCUS_MODE_CONTINUOUS_AUTO = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusMode
Method or attribute name: FOCUS_MODE_AUTO = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusMode
Method or attribute name: FOCUS_MODE_LOCKED = 3
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusState
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusState
Method or attribute name: FOCUS_STATE_SCAN = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusState
Method or attribute name: FOCUS_STATE_FOCUSED = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FocusState
Method or attribute name: FOCUS_STATE_UNFOCUSED = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: OFF = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: LOW = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: MIDDLE = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: HIGH = 3
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: AUTO = 4
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: beginConfig(): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: commitConfig(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: commitConfig(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: addInput(cameraInput: CameraInput): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: removeInput(cameraInput: CameraInput): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: addOutput(cameraOutput: CameraOutput): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: removeOutput(cameraOutput: CameraOutput): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: hasFlash(): boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: isFlashModeSupported(flashMode: FlashMode): boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getFlashMode(): FlashMode;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setFlashMode(flashMode: FlashMode): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: isExposureModeSupported(aeMode: ExposureMode): boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getExposureMode(): ExposureMode;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setExposureMode(aeMode: ExposureMode): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getMeteringPoint(): Point;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setMeteringPoint(point: Point): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getExposureBiasRange(): Array<number>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setExposureBias(exposureBias: number): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getExposureValue(): number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: isFocusModeSupported(afMode: FocusMode): boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getFocusMode(): FocusMode;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setFocusMode(afMode: FocusMode): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setFocusPoint(point: Point): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getFocusPoint(): Point;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getFocalLength(): number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getZoomRatioRange(): Array<number>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getZoomRatio(): number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setZoomRatio(zoomRatio: number): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: isVideoStabilizationModeSupported(vsMode: VideoStabilizationMode): boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getActiveVideoStabilizationMode(): VideoStabilizationMode;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setVideoStabilizationMode(mode: VideoStabilizationMode): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: on(type: 'focusStateChange', callback: AsyncCallback<FocusState>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: on(type: 'error', callback: ErrorCallback<BusinessError>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraOutput
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraOutput
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CameraOutput
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PreviewOutput
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: on(type: 'frameStart', callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: on(type: 'frameEnd', callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: on(type: 'error', callback: ErrorCallback<BusinessError>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ImageRotation
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ImageRotation
Method or attribute name: ROTATION_0 = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ImageRotation
Method or attribute name: ROTATION_90 = 90
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ImageRotation
Method or attribute name: ROTATION_180 = 180
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: ImageRotation
Method or attribute name: ROTATION_270 = 270
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Location
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Location
Method or attribute name: latitude: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Location
Method or attribute name: longitude: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Location
Method or attribute name: altitude: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: QualityLevel
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: QualityLevel
Method or attribute name: QUALITY_LEVEL_HIGH = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: QualityLevel
Method or attribute name: QUALITY_LEVEL_MEDIUM = 1
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: QualityLevel
Method or attribute name: QUALITY_LEVEL_LOW = 2
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
Method or attribute name: quality?: QualityLevel;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
Method or attribute name: rotation?: ImageRotation;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
Method or attribute name: location?: Location;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
Method or attribute name: mirror?: boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: capture(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: capture(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: capture(setting: PhotoCaptureSetting, callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: capture(setting?: PhotoCaptureSetting): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: isMirrorSupported(): boolean;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: on(type: 'captureStart', callback: AsyncCallback<number>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: on(type: 'frameShutter', callback: AsyncCallback<FrameShutterInfo>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: on(type: 'captureEnd', callback: AsyncCallback<CaptureEndInfo>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: on(type: 'error', callback: ErrorCallback<BusinessError>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FrameShutterInfo
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FrameShutterInfo
Method or attribute name: captureId: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: FrameShutterInfo
Method or attribute name: timestamp: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureEndInfo
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureEndInfo
Method or attribute name: captureId: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: CaptureEndInfo
Method or attribute name: frameCount: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoOutput
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: on(type: 'frameStart', callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: on(type: 'frameEnd', callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: on(type: 'error', callback: ErrorCallback<BusinessError>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataObjectType
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataObjectType
Method or attribute name: FACE_DETECTION = 0
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Rect
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Rect
Method or attribute name: topLeftX: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Rect
Method or attribute name: topLeftY: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Rect
Method or attribute name: width: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: Rect
Method or attribute name: height: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataObject
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataObject
Method or attribute name: readonly type: MetadataObjectType;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataObject
Method or attribute name: readonly timestamp: number;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataObject
Method or attribute name: readonly boundingBox: Rect;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataOutput
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: on(type: 'metadataObjectsAvailable', callback: AsyncCallback<Array<MetadataObject>>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: on(type: 'error', callback: ErrorCallback<BusinessError>): void;
@ohos.multimedia.camera.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: BGRA_8888 = 4
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMapFormat
Method or attribute name: BGRA_8888 = 4
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: RGB_888 = 5
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMapFormat
Method or attribute name: RGB_888 = 5
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: ALPHA_8 = 6
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMapFormat
Method or attribute name: ALPHA_8 = 6
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: RGBA_F16 = 7
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMapFormat
Method or attribute name: RGBA_F16 = 7
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: NV21 = 8
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMapFormat
Method or attribute name: NV21 = 8
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: NV12 = 9
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMapFormat
Method or attribute name: NV12 = 9
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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: DATE_TIME_ORIGINAL = "DateTimeOriginal"
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PropertyKey
Method or attribute name: EXPOSURE_TIME = "ExposureTime"
@ohos.multimedia.image.d.ts
Added NA Class name: PropertyKey
Method or attribute name: EXPOSURE_TIME = "ExposureTime"
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PropertyKey
Method or attribute name: SCENE_TYPE = "SceneType"
@ohos.multimedia.image.d.ts
Added NA Class name: PropertyKey
Method or attribute name: SCENE_TYPE = "SceneType"
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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: ISO_SPEED_RATINGS = "ISOSpeedRatings"
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PropertyKey
Method or attribute name: F_NUMBER = "FNumber"
@ohos.multimedia.image.d.ts
Added NA Class name: PropertyKey
Method or attribute name: F_NUMBER = "FNumber"
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageFormat
@ohos.multimedia.image.d.ts
Added NA Class name: ImageFormat
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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: YCBCR_422_SP = 1000
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageFormat
Method or attribute name: JPEG = 2000
@ohos.multimedia.image.d.ts
Added NA Class name: ImageFormat
Method or attribute name: JPEG = 2000
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: AlphaType
@ohos.multimedia.image.d.ts
Added NA Class name: AlphaType
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: AlphaType
Method or attribute name: UNKNOWN = 0
@ohos.multimedia.image.d.ts
Added NA Class name: AlphaType
Method or attribute name: UNKNOWN = 0
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: AlphaType
Method or attribute name: OPAQUE = 1
@ohos.multimedia.image.d.ts
Added NA Class name: AlphaType
Method or attribute name: OPAQUE = 1
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: AlphaType
Method or attribute name: PREMUL = 2
@ohos.multimedia.image.d.ts
Added NA Class name: AlphaType
Method or attribute name: PREMUL = 2
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: AlphaType
Method or attribute name: UNPREMUL = 3
@ohos.multimedia.image.d.ts
Added NA Class name: AlphaType
Method or attribute name: UNPREMUL = 3
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ScaleMode
@ohos.multimedia.image.d.ts
Added NA Class name: ScaleMode
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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: FIT_TARGET_SIZE = 0
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ScaleMode
Method or attribute name: CENTER_CROP = 1
@ohos.multimedia.image.d.ts
Added NA Class name: ScaleMode
Method or attribute name: CENTER_CROP = 1
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ComponentType
@ohos.multimedia.image.d.ts
Added NA Class name: ComponentType
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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_Y = 1
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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_U = 2
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ComponentType
Method or attribute name: YUV_V = 3
@ohos.multimedia.image.d.ts
Added NA Class name: ComponentType
Method or attribute name: YUV_V = 3
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ComponentType
Method or attribute name: JPEG = 4
@ohos.multimedia.image.d.ts
Added NA Class name: ComponentType
Method or attribute name: JPEG = 4
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageInfo
Method or attribute name: density: number;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageInfo
Method or attribute name: density: number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PackingOption
Method or attribute name: bufferSize?: number;
@ohos.multimedia.image.d.ts
Added NA Class name: PackingOption
Method or attribute name: bufferSize?: number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: DecodingOptions
Method or attribute name: fitDensity?: number;
@ohos.multimedia.image.d.ts
Added NA Class name: DecodingOptions
Method or attribute name: fitDensity?: number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Component
@ohos.multimedia.image.d.ts
Added NA Class name: Component
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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 componentType: ComponentType;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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 rowStride: number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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 pixelStride: number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Component
Method or attribute name: readonly byteBuffer: ArrayBuffer;
@ohos.multimedia.image.d.ts
Added NA Class name: Component
Method or attribute name: readonly byteBuffer: ArrayBuffer;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: InitializationOptions
Method or attribute name: alphaType?: AlphaType;
@ohos.multimedia.image.d.ts
Added NA Class name: InitializationOptions
Method or attribute name: alphaType?: AlphaType;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: InitializationOptions
Method or attribute name: scaleMode?: ScaleMode;
@ohos.multimedia.image.d.ts
Added NA Class name: InitializationOptions
Method or attribute name: scaleMode?: ScaleMode;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: SourceOptions
@ohos.multimedia.image.d.ts
Added NA Class name: SourceOptions
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: SourceOptions
Method or attribute name: sourceDensity: number;
@ohos.multimedia.image.d.ts
Added NA Class name: SourceOptions
Method or attribute name: sourceDensity: number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: SourceOptions
Method or attribute name: sourcePixelFormat?: PixelMapFormat;
@ohos.multimedia.image.d.ts
Added NA Class name: SourceOptions
Method or attribute name: sourcePixelFormat?: PixelMapFormat;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: SourceOptions
Method or attribute name: sourceSize?: Size;
@ohos.multimedia.image.d.ts
Added NA Class name: SourceOptions
Method or attribute name: sourceSize?: Size;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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(uri: string, options: SourceOptions): ImageSource;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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(fd: number, options: SourceOptions): ImageSource;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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): ImageSource;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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 createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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): ImageSource;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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 CreateIncrementalSource(buf: ArrayBuffer, options?: SourceOptions): ImageSource;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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 createImageReceiver(width: number, height: number, format: number, capacity: number): ImageReceiver;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
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: image
Method or attribute name: function createImageCreator(width: number, height: number, format: number, capacity: number): ImageCreator;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: getDensity():number;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: getDensity():number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: opacity(rate: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: opacity(rate: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: opacity(rate: number): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: opacity(rate: number): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: createAlphaPixelmap(): Promise<PixelMap>;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: createAlphaPixelmap(): Promise<PixelMap>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: createAlphaPixelmap(callback: AsyncCallback<PixelMap>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: createAlphaPixelmap(callback: AsyncCallback<PixelMap>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: scale(x: number, y: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: scale(x: number, y: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: scale(x: number, y: number): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: scale(x: number, y: number): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: translate(x: number, y: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: translate(x: number, y: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: translate(x: number, y: number): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: translate(x: number, y: number): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: rotate(angle: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: rotate(angle: number, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: rotate(angle: number): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: rotate(angle: number): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: flip(horizontal: boolean, vertical: boolean): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: flip(horizontal: boolean, vertical: boolean): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: crop(region: Region, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: crop(region: Region, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: crop(region: Region): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: PixelMap
Method or attribute name: crop(region: Region): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageSource
Method or attribute name: modifyImageProperty(key: string, value: string): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageSource
Method or attribute name: modifyImageProperty(key: string, value: string, callback: AsyncCallback<void>): 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<void>;
@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>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Image
@ohos.multimedia.image.d.ts
Added NA Class name: Image
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: clipRect: Region;
@ohos.multimedia.image.d.ts
Added NA Class name: Image
Method or attribute name: clipRect: Region;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: readonly size: Size;
@ohos.multimedia.image.d.ts
Added NA Class name: Image
Method or attribute name: readonly size: Size;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: readonly format: number;
@ohos.multimedia.image.d.ts
Added NA Class name: Image
Method or attribute name: readonly format: number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: getComponent(componentType: ComponentType, callback: AsyncCallback<Component>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: Image
Method or attribute name: getComponent(componentType: ComponentType, callback: AsyncCallback<Component>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: getComponent(componentType: ComponentType): Promise<Component>;
@ohos.multimedia.image.d.ts
Added NA Class name: Image
Method or attribute name: getComponent(componentType: ComponentType): Promise<Component>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: Image
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: Image
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
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 Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readonly capacity: number;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: readonly capacity: number;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readonly format: ImageFormat;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: readonly format: ImageFormat;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: getReceivingSurfaceId(callback: AsyncCallback<string>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: getReceivingSurfaceId(callback: AsyncCallback<string>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: getReceivingSurfaceId(): Promise<string>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: getReceivingSurfaceId(): Promise<string>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readLatestImage(callback: AsyncCallback<Image>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: readLatestImage(callback: AsyncCallback<Image>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readLatestImage(): Promise<Image>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: readLatestImage(): Promise<Image>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readNextImage(callback: AsyncCallback<Image>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: readNextImage(callback: AsyncCallback<Image>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readNextImage(): Promise<Image>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: readNextImage(): Promise<Image>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: on(type: 'imageArrival', callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: on(type: 'imageArrival', callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageReceiver
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageCreator
@ohos.multimedia.image.d.ts
Added NA Class name: ImageCreator
Method or attribute name:
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageCreator
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 Module name: ohos.multimedia.image
Class name: ImageCreator
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 Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: dequeueImage(callback: AsyncCallback<Image>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageCreator
Method or attribute name: dequeueImage(callback: AsyncCallback<Image>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: dequeueImage(): Promise<Image>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageCreator
Method or attribute name: dequeueImage(): Promise<Image>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: queueImage(interface: Image, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageCreator
Method or attribute name: queueImage(interface: Image, callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: queueImage(interface: Image): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageCreator
Method or attribute name: queueImage(interface: Image): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: on(type: 'imageRelease', callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageCreator
Method or attribute name: on(type: 'imageRelease', callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageCreator
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Class name: ImageCreator
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.image.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' | 'initialized' | 'prepared' | 'playing' | 'paused' | 'completed' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' | 'prepared' | 'started' | 'paused' | 'stopped' | 'released' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
@ohos.multimedia.media.d.ts
Added NA Class name: media
Method or attribute name: function createAVPlayer(callback: AsyncCallback<AVPlayer>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: media
Method or attribute name: function createAVPlayer() : Promise<AVPlayer>;
@ohos.multimedia.media.d.ts
Added NA Class name: media
Method or attribute name: function createAVRecorder(callback: AsyncCallback<AVRecorder>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: media
Method or attribute name: function createAVRecorder() : Promise<AVRecorder>;
@ohos.multimedia.media.d.ts
Added NA Class name: media
Method or attribute name: function createVideoRecorder(callback: AsyncCallback<VideoRecorder>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: media
Method or attribute name: function createVideoRecorder(): Promise<VideoRecorder>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: StateChangeReason
@ohos.multimedia.media.d.ts
Added NA Class name: StateChangeReason
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: StateChangeReason
Method or attribute name: USER = 1
@ohos.multimedia.media.d.ts
Added NA Class name: StateChangeReason
Method or attribute name: USER = 1
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: StateChangeReason
Method or attribute name: BACKGROUND = 2
@ohos.multimedia.media.d.ts
Added NA Class name: StateChangeReason
Method or attribute name: BACKGROUND = 2
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_OK = 0
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_OK = 0
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_NO_PERMISSION = 201
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_NO_PERMISSION = 201
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_INVALID_PARAMETER = 401
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_INVALID_PARAMETER = 401
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_UNSUPPORT_CAPABILITY = 801
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_UNSUPPORT_CAPABILITY = 801
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_NO_MEMORY = 5400101
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_NO_MEMORY = 5400101
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_OPERATE_NOT_PERMIT = 5400102
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_OPERATE_NOT_PERMIT = 5400102
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_IO = 5400103
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_IO = 5400103
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_TIMEOUT = 5400104
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_TIMEOUT = 5400104
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_SERVICE_DIED = 5400105
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_SERVICE_DIED = 5400105
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_UNSUPPORT_FORMAT = 5400106
@ohos.multimedia.media.d.ts
Added NA Class name: AVErrorCode
Method or attribute name: AVERR_UNSUPPORT_FORMAT = 5400106
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: prepare(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: prepare(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: prepare(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: prepare(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: play(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: play(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: play(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: play(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: pause(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: pause(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: pause(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: pause(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: reset(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: reset(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: reset(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: reset(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: seek(timeMs: number, mode?:SeekMode): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: seek(timeMs: number, mode?:SeekMode): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: setVolume(volume: number): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: setVolume(volume: number): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: getTrackDescription() : Promise<Array<MediaDescription>>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: getTrackDescription() : Promise<Array<MediaDescription>>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: url ?: string;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: url ?: string;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: fdSrc ?: AVFileDescriptor;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: fdSrc ?: AVFileDescriptor;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: loop: boolean;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: loop: boolean;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: audioInterruptMode ?: audio.InterruptMode;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: audioInterruptMode ?: audio.InterruptMode;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
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 currentTime: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: readonly duration: 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 Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: readonly state: AVPlayerState;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: readonly state: AVPlayerState;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: surfaceId ?: string;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: surfaceId ?: string;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
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 width: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: readonly height: 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 Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: videoScaleType ?: VideoScaleType;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: videoScaleType ?: VideoScaleType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: setSpeed(speed: PlaybackSpeed): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: setSpeed(speed: PlaybackSpeed): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: setBitrate(bitrate: number): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: setBitrate(bitrate: number): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'stateChange'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'stateChange'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'volumeChange', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'volumeChange', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'volumeChange'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'volumeChange'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'endOfStream', callback: Callback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'endOfStream', callback: Callback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'endOfStream'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'endOfStream'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'seekDone', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'seekDone', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'seekDone'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'seekDone'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'speedDone', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'speedDone', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'speedDone'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'speedDone'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'bitrateDone', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'bitrateDone', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'bitrateDone'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'bitrateDone'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'timeUpdate', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'timeUpdate', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'timeUpdate'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'timeUpdate'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'durationUpdate', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'durationUpdate', callback: Callback<number>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'durationUpdate'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'durationUpdate'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
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: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'bufferingUpdate'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'bufferingUpdate'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'startRenderFrame', callback: Callback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'startRenderFrame', callback: Callback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'startRenderFrame'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'startRenderFrame'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'videoSizeChange'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'videoSizeChange'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'audioInterrupt'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'audioInterrupt'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'availableBitrates', callback: (bitrates: Array<number>) => void): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: on(type: 'availableBitrates', callback: (bitrates: Array<number>) => void): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'availableBitrates'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'availableBitrates'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): 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 Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'error'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVPlayer
Method or attribute name: off(type: 'error'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVFileDescriptor
@ohos.multimedia.media.d.ts
Added NA Class name: AVFileDescriptor
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVFileDescriptor
Method or attribute name: fd: number
@ohos.multimedia.media.d.ts
Added NA Class name: AVFileDescriptor
Method or attribute name: fd: number
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVFileDescriptor
Method or attribute name: offset?: number
@ohos.multimedia.media.d.ts
Added NA Class name: AVFileDescriptor
Method or attribute name: offset?: number
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVFileDescriptor
Method or attribute name: length?: number
@ohos.multimedia.media.d.ts
Added NA Class name: AVFileDescriptor
Method or attribute name: length?: number
@ohos.multimedia.media.d.ts
Added NA Class name: AudioPlayer
Method or attribute name: fdSrc: AVFileDescriptor;
@ohos.multimedia.media.d.ts
Added NA Class name: AudioPlayer
Method or attribute name: audioInterruptMode ?: audio.InterruptMode;
@ohos.multimedia.media.d.ts
Added NA Class name: AudioPlayer
Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: prepare(config: AVRecorderConfig, callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: prepare(config: AVRecorderConfig, callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: prepare(config: AVRecorderConfig): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: prepare(config: AVRecorderConfig): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: getInputSurface(callback: AsyncCallback<string>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: getInputSurface(callback: AsyncCallback<string>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: getInputSurface(): Promise<string>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: getInputSurface(): Promise<string>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: pause(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: pause(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: pause(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: pause(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: resume(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: resume(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: resume(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: resume(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: reset(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: reset(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: reset(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: reset(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: readonly state: AVRecorderState;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: readonly state: AVRecorderState;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: on(type: 'stateChange', callback: (state: AVRecorderState, reason: StateChangeReason) => void): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: on(type: 'stateChange', callback: (state: AVRecorderState, reason: StateChangeReason) => void): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
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 Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: off(type: 'stateChange'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: off(type: 'stateChange'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: off(type: 'error'): void;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorder
Method or attribute name: off(type: 'error'): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: prepare(config: VideoRecorderConfig, callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: prepare(config: VideoRecorderConfig, callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: prepare(config: VideoRecorderConfig): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: prepare(config: VideoRecorderConfig): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: getInputSurface(callback: AsyncCallback<string>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: getInputSurface(callback: AsyncCallback<string>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: getInputSurface(): Promise<string>;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: getInputSurface(): Promise<string>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: start(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: start(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: pause(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: pause(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: pause(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: pause(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: resume(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: resume(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: resume(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: resume(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: stop(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: stop(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: release(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: release(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: reset(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: reset(callback: AsyncCallback<void>): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: reset(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: reset(): Promise<void>;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorder
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 Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: readonly state: VideoRecordState;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorder
Method or attribute name: readonly state: VideoRecordState;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoPlayer
Method or attribute name: fdSrc: AVFileDescriptor;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoPlayer
Method or attribute name: audioInterruptMode ?: audio.InterruptMode;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoPlayer
Method or attribute name: videoScaleType ?: VideoScaleType;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoPlayer
Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoScaleType
@ohos.multimedia.media.d.ts
Added NA Class name: VideoScaleType
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoScaleType
Method or attribute name: VIDEO_SCALE_TYPE_FIT = 0
@ohos.multimedia.media.d.ts
Added NA Class name: VideoScaleType
Method or attribute name: VIDEO_SCALE_TYPE_FIT = 0
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoScaleType
Method or attribute name: VIDEO_SCALE_TYPE_FIT_CROP = 1
@ohos.multimedia.media.d.ts
Added NA Class name: VideoScaleType
Method or attribute name: VIDEO_SCALE_TYPE_FIT_CROP = 1
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly audioBitrate: number;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly audioBitrate: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly audioChannels: number;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly audioChannels: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly audioCodec: CodecMimeType;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly audioCodec: CodecMimeType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly audioSampleRate: number;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly audioSampleRate: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly fileFormat: ContainerFormatType;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly fileFormat: ContainerFormatType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoBitrate: number;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly videoBitrate: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoCodec: CodecMimeType;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly videoCodec: CodecMimeType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameWidth: number;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameWidth: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameHeight: number;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameHeight: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameRate: number;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameRate: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AudioSourceType
@ohos.multimedia.media.d.ts
Added NA Class name: AudioSourceType
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AudioSourceType
Method or attribute name: AUDIO_SOURCE_TYPE_DEFAULT = 0
@ohos.multimedia.media.d.ts
Added NA Class name: AudioSourceType
Method or attribute name: AUDIO_SOURCE_TYPE_DEFAULT = 0
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AudioSourceType
Method or attribute name: AUDIO_SOURCE_TYPE_MIC = 1
@ohos.multimedia.media.d.ts
Added NA Class name: AudioSourceType
Method or attribute name: AUDIO_SOURCE_TYPE_MIC = 1
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoSourceType
@ohos.multimedia.media.d.ts
Added NA Class name: VideoSourceType
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoSourceType
Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_YUV = 0
@ohos.multimedia.media.d.ts
Added NA Class name: VideoSourceType
Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_YUV = 0
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoSourceType
Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_ES = 1
@ohos.multimedia.media.d.ts
Added NA Class name: VideoSourceType
Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_ES = 1
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderConfig
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: audioSourceType?: AudioSourceType;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderConfig
Method or attribute name: audioSourceType?: AudioSourceType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: videoSourceType: VideoSourceType;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderConfig
Method or attribute name: videoSourceType: VideoSourceType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: profile: VideoRecorderProfile;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderConfig
Method or attribute name: profile: VideoRecorderProfile;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: url: string;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderConfig
Method or attribute name: url: string;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: rotation?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderConfig
Method or attribute name: rotation?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: location?: Location;
@ohos.multimedia.media.d.ts
Added NA Class name: VideoRecorderConfig
Method or attribute name: location?: Location;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: audioBitrate?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: audioBitrate?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: audioChannels?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: audioChannels?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: audioCodec?: CodecMimeType;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: audioCodec?: CodecMimeType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: audioSampleRate?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: audioSampleRate?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: fileFormat: ContainerFormatType;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: fileFormat: ContainerFormatType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoBitrate?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: videoBitrate?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoCodec?: CodecMimeType;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: videoCodec?: CodecMimeType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoFrameWidth?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: videoFrameWidth?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoFrameHeight?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: videoFrameHeight?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoFrameRate?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderProfile
Method or attribute name: videoFrameRate?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderConfig
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderConfig
Method or attribute name:
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: audioSourceType?: AudioSourceType;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderConfig
Method or attribute name: audioSourceType?: AudioSourceType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: videoSourceType?: VideoSourceType;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderConfig
Method or attribute name: videoSourceType?: VideoSourceType;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: profile: AVRecorderProfile;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderConfig
Method or attribute name: profile: AVRecorderProfile;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderConfig
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 Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: rotation?: number;
@ohos.multimedia.media.d.ts
Added NA Class name: AVRecorderConfig
Method or attribute name: rotation?: number;
@ohos.multimedia.media.d.ts
Added NA Module name: ohos.multimedia.media
Class name: AVRecorderConfig
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
Access level changed Class name: VolumeEvent
Access level: system API
Class name: VolumeEvent
Access level: public API
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: ActiveDeviceType
Deprecated version: N/A
Class name: ActiveDeviceType
Deprecated version: 9
Substitute API: ohos.multimedia.audio.CommunicationDeviceType
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: ActiveDeviceType
Method or attribute name: SPEAKER = 2
Deprecated version: N/A
Class name: ActiveDeviceType
Method or attribute name: SPEAKER = 2
Deprecated version: 9
Substitute API: ohos.multimedia.audio.CommunicationDeviceType.SPEAKER
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: ActiveDeviceType
Method or attribute name: BLUETOOTH_SCO = 7
Deprecated version: N/A
Class name: ActiveDeviceType
Method or attribute name: BLUETOOTH_SCO = 7
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: InterruptActionType
Deprecated version: N/A
Class name: InterruptActionType
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: InterruptActionType
Method or attribute name: TYPE_ACTIVATED = 0
Deprecated version: N/A
Class name: InterruptActionType
Method or attribute name: TYPE_ACTIVATED = 0
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: InterruptActionType
Method or attribute name: TYPE_INTERRUPT = 1
Deprecated version: N/A
Class name: InterruptActionType
Method or attribute name: TYPE_INTERRUPT = 1
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise<void>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise<number>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise<number>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise<number>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise<number>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise<number>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise<number>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback<AudioDeviceDescriptors>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback<AudioDeviceDescriptors>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise<AudioDeviceDescriptors>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise<AudioDeviceDescriptors>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise<void>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise<boolean>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioStreamManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise<boolean>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioStreamManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: setMicrophoneMute(mute: boolean): Promise<void>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: setMicrophoneMute(mute: boolean): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: isMicrophoneMute(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: isMicrophoneMute(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: isMicrophoneMute(): Promise<boolean>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: isMicrophoneMute(): Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise<void>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getRingerMode(callback: AsyncCallback<AudioRingMode>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getRingerMode(callback: AsyncCallback<AudioRingMode>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: getRingerMode(): Promise<AudioRingMode>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: getRingerMode(): Promise<AudioRingMode>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean): Promise<void>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType, callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType, callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType): Promise<boolean>;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType): Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: on(type: 'ringerModeChange', callback: Callback<AudioRingMode>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: on(type: 'ringerModeChange', callback: Callback<AudioRingMode>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: on(type: 'deviceChange', callback: Callback<DeviceChangeAction>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: on(type: 'deviceChange', callback: Callback<DeviceChangeAction>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioManager
Method or attribute name: off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void;
Deprecated version: N/A
Class name: AudioManager
Method or attribute name: off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: InterruptAction
Deprecated version: N/A
Class name: InterruptAction
Deprecated version: 9
Substitute API: ohos.multimedia.audio.InterruptEvent
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: InterruptAction
Method or attribute name: actionType: InterruptActionType;
Deprecated version: N/A
Class name: InterruptAction
Method or attribute name: actionType: InterruptActionType;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: InterruptAction
Method or attribute name: type?: InterruptType;
Deprecated version: N/A
Class name: InterruptAction
Method or attribute name: type?: InterruptType;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: InterruptAction
Method or attribute name: hint?: InterruptHint;
Deprecated version: N/A
Class name: InterruptAction
Method or attribute name: hint?: InterruptHint;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: InterruptAction
Method or attribute name: activated?: boolean;
Deprecated version: N/A
Class name: InterruptAction
Method or attribute name: activated?: boolean;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioInterrupt
Deprecated version: N/A
Class name: AudioInterrupt
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioInterrupt
Method or attribute name: streamUsage: StreamUsage;
Deprecated version: N/A
Class name: AudioInterrupt
Method or attribute name: streamUsage: StreamUsage;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioInterrupt
Method or attribute name: contentType: ContentType;
Deprecated version: N/A
Class name: AudioInterrupt
Method or attribute name: contentType: ContentType;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioInterrupt
Method or attribute name: pauseWhenDucked: boolean;
Deprecated version: N/A
Class name: AudioInterrupt
Method or attribute name: pauseWhenDucked: boolean;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.audio.d.ts
Deprecated version changed Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: AudioState
Method or attribute name: type AudioState = 'idle' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: N/A
Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' | 'prepared' | 'playing' | 'paused' | 'stopped' | 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: media
Method or attribute name: function createAudioPlayer(): AudioPlayer;
Deprecated version: N/A
Class name: media
Method or attribute name: function createAudioPlayer(): AudioPlayer;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: media
Method or attribute name: function createAudioRecorder(): AudioRecorder;
Deprecated version: N/A
Class name: media
Method or attribute name: function createAudioRecorder(): AudioRecorder;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: media
Method or attribute name: function createVideoPlayer(callback: AsyncCallback<VideoPlayer>): void;
Deprecated version: N/A
Class name: media
Method or attribute name: function createVideoPlayer(callback: AsyncCallback<VideoPlayer>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: media
Method or attribute name: function createVideoPlayer() : Promise<VideoPlayer>;
Deprecated version: N/A
Class name: media
Method or attribute name: function createVideoPlayer() : Promise<VideoPlayer>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Deprecated version: N/A
Class name: AudioPlayer
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: play(): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: play(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: pause(): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: pause(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: stop(): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: stop(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: reset(): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: reset(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: seek(timeMs: number): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: seek(timeMs: number): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: setVolume(vol: number): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: setVolume(vol: number): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: release(): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: release(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: getTrackDescription() : Promise<Array<MediaDescription>>;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: getTrackDescription() : Promise<Array<MediaDescription>>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: src: string;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: src: string;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: loop: boolean;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: loop: boolean;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: readonly currentTime: number;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: readonly currentTime: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: readonly duration: number;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: readonly duration: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: readonly state: AudioState;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: readonly state: AudioState;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'play' | 'pause' | 'stop' | 'reset' | 'dataLoad' | 'finish' | 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'timeUpdate', callback: Callback<number>): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'timeUpdate', callback: Callback<number>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: N/A
Class name: AudioPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorderConfig
Deprecated version: N/A
Class name: AudioRecorderConfig
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorderConfig
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorderConfig
Method or attribute name: audioEncodeBitRate?: number;
Deprecated version: N/A
Class name: AudioRecorderConfig
Method or attribute name: audioEncodeBitRate?: number;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorderConfig
Method or attribute name: audioSampleRate?: number;
Deprecated version: N/A
Class name: AudioRecorderConfig
Method or attribute name: audioSampleRate?: number;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorderConfig
Method or attribute name: numberOfChannels?: number;
Deprecated version: N/A
Class name: AudioRecorderConfig
Method or attribute name: numberOfChannels?: number;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorderConfig
Method or attribute name: uri: string;
Deprecated version: N/A
Class name: AudioRecorderConfig
Method or attribute name: uri: string;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorderConfig
Method or attribute name: location?: Location;
Deprecated version: N/A
Class name: AudioRecorderConfig
Method or attribute name: location?: Location;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorderConfig
Method or attribute name: audioEncoderMime?: CodecMimeType;
Deprecated version: N/A
Class name: AudioRecorderConfig
Method or attribute name: audioEncoderMime?: CodecMimeType;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorderConfig
Method or attribute name: fileFormat?: ContainerFormatType;
Deprecated version: N/A
Class name: AudioRecorderConfig
Method or attribute name: fileFormat?: ContainerFormatType;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Deprecated version: N/A
Class name: AudioRecorder
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: prepare(config: AudioRecorderConfig): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: prepare(config: AudioRecorderConfig): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: start(): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: start(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: pause(): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: pause(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: resume(): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: resume(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: stop(): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: stop(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: release(): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: release(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: reset(): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: reset(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' | 'start' | 'pause' | 'resume' | 'stop' | 'release' | 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: AudioRecorder
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: N/A
Class name: AudioRecorder
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Deprecated version: N/A
Class name: VideoPlayer
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: setDisplaySurface(surfaceId: string, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: setDisplaySurface(surfaceId: string, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: setDisplaySurface(surfaceId: string): Promise<void>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: setDisplaySurface(surfaceId: string): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: prepare(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: prepare(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: prepare(): Promise<void>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: prepare(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: play(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: play(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: play(): Promise<void>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: play(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: pause(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: pause(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: pause(): Promise<void>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: pause(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: stop(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: stop(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: stop(): Promise<void>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: stop(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: reset(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: reset(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: reset(): Promise<void>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: reset(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, mode:SeekMode, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, mode:SeekMode, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, mode?:SeekMode): Promise<number>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, mode?:SeekMode): Promise<number>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: setVolume(vol: number, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: setVolume(vol: number, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: setVolume(vol: number): Promise<void>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: setVolume(vol: number): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: release(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: release(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: release(): Promise<void>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: release(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: getTrackDescription() : Promise<Array<MediaDescription>>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: getTrackDescription() : Promise<Array<MediaDescription>>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: url: string;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: url: string;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: loop: boolean;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: loop: boolean;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: readonly currentTime: number;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: readonly currentTime: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: readonly duration: number;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: readonly duration: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: readonly state: VideoPlayState;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: readonly state: VideoPlayState;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: readonly width: number;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: readonly width: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: readonly height: number;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: readonly height: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: setSpeed(speed:number, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: setSpeed(speed:number, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: setSpeed(speed:number): Promise<number>;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: setSpeed(speed:number): Promise<number>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: on(type: 'playbackCompleted', callback: Callback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: on(type: 'playbackCompleted', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: on(type: 'startRenderFrame', callback: Callback<void>): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: on(type: 'startRenderFrame', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: on(type: 'videoSizeChanged', callback: (width: number, height: number) => void): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: on(type: 'videoSizeChanged', callback: (width: number, height: number) => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: VideoPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: N/A
Class name: VideoPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer
@ohos.multimedia.media.d.ts
Deprecated version changed Class name: mediaLibrary
Deprecated version: N/A
Class name: mediaLibrary
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(): MediaLibrary;
Deprecated version: N/A
Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(): MediaLibrary;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;
Deprecated version: N/A
Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaType
Deprecated version: N/A
Class name: MediaType
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaType
Method or attribute name: FILE = 0
Deprecated version: N/A
Class name: MediaType
Method or attribute name: FILE = 0
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaType
Method or attribute name: IMAGE
Deprecated version: N/A
Class name: MediaType
Method or attribute name: IMAGE
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaType
Method or attribute name: VIDEO
Deprecated version: N/A
Class name: MediaType
Method or attribute name: VIDEO
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaType
Method or attribute name: AUDIO
Deprecated version: N/A
Class name: MediaType
Method or attribute name: AUDIO
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaAssetOption
Deprecated version: N/A
Class name: MediaAssetOption
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaAssetOption
Method or attribute name: src: string;
Deprecated version: N/A
Class name: MediaAssetOption
Method or attribute name: src: string;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaAssetOption
Method or attribute name: mimeType: string;
Deprecated version: N/A
Class name: MediaAssetOption
Method or attribute name: mimeType: string;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaAssetOption
Method or attribute name: relativePath?: string;
Deprecated version: N/A
Class name: MediaAssetOption
Method or attribute name: relativePath?: string;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaSelectOption
Deprecated version: N/A
Class name: MediaSelectOption
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaSelectOption
Method or attribute name: type: 'image' | 'video' | 'media';
Deprecated version: N/A
Class name: MediaSelectOption
Method or attribute name: type: 'image' | 'video' | 'media';
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaSelectOption
Method or attribute name: count: number;
Deprecated version: N/A
Class name: MediaSelectOption
Method or attribute name: count: number;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Deprecated version: N/A
Class name: FileAsset
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly id: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly id: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly uri: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly uri: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly mimeType: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly mimeType: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly mediaType: MediaType;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly mediaType: MediaType;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: displayName: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: displayName: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: title: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: title: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: relativePath: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: relativePath: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly parent: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly parent: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly size: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly size: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly dateAdded: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly dateAdded: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly dateModified: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly dateModified: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly dateTaken: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly dateTaken: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly artist: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly artist: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly audioAlbum: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly audioAlbum: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly width: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly width: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly height: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly height: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: orientation: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: orientation: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly duration: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly duration: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly albumId: number;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly albumId: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly albumUri: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly albumUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: readonly albumName: string;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: readonly albumName: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: isDirectory(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: isDirectory(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: isDirectory():Promise<boolean>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: isDirectory():Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: commitModify(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: commitModify(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: commitModify(): Promise<void>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: commitModify(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: open(mode: string, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: open(mode: string, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: open(mode: string): Promise<number>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: open(mode: string): Promise<number>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: close(fd: number, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: close(fd: number, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: close(fd: number): Promise<void>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: close(fd: number): Promise<void>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: getThumbnail(callback: AsyncCallback<image.PixelMap>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: getThumbnail(callback: AsyncCallback<image.PixelMap>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback<image.PixelMap>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback<image.PixelMap>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: getThumbnail(size?: Size): Promise<image.PixelMap>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: getThumbnail(size?: Size): Promise<image.PixelMap>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean): Promise<void>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean): Promise<void>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: isFavorite(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: isFavorite(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: isFavorite():Promise<boolean>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: isFavorite():Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: trash(isTrash: boolean): Promise<void>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: trash(isTrash: boolean): Promise<void>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: isTrash(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: isTrash(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileAsset
Method or attribute name: isTrash():Promise<boolean>;
Deprecated version: N/A
Class name: FileAsset
Method or attribute name: isTrash():Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Deprecated version: N/A
Class name: FileKey
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: ID = "file_id"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: ID = "file_id"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: RELATIVE_PATH = "relative_path"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: RELATIVE_PATH = "relative_path"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: DISPLAY_NAME = "display_name"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: DISPLAY_NAME = "display_name"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: PARENT = "parent"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: PARENT = "parent"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: MIME_TYPE = "mime_type"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: MIME_TYPE = "mime_type"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: MEDIA_TYPE = "media_type"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: MEDIA_TYPE = "media_type"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: SIZE = "size"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: SIZE = "size"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: DATE_ADDED = "date_added"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: DATE_ADDED = "date_added"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: DATE_MODIFIED = "date_modified"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: DATE_MODIFIED = "date_modified"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: DATE_TAKEN = "date_taken"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: DATE_TAKEN = "date_taken"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: TITLE = "title"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: TITLE = "title"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: ARTIST = "artist"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: ARTIST = "artist"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: AUDIOALBUM = "audio_album"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: AUDIOALBUM = "audio_album"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: DURATION = "duration"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: DURATION = "duration"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: WIDTH = "width"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: WIDTH = "width"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: HEIGHT = "height"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: HEIGHT = "height"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: ORIENTATION = "orientation"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: ORIENTATION = "orientation"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: ALBUM_ID = "bucket_id"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: ALBUM_ID = "bucket_id"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FileKey
Method or attribute name: ALBUM_NAME = "bucket_display_name"
Deprecated version: N/A
Class name: FileKey
Method or attribute name: ALBUM_NAME = "bucket_display_name"
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaFetchOptions
Deprecated version: N/A
Class name: MediaFetchOptions
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaFetchOptions
Method or attribute name: selections: string;
Deprecated version: N/A
Class name: MediaFetchOptions
Method or attribute name: selections: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaFetchOptions
Method or attribute name: selectionArgs: Array<string>;
Deprecated version: N/A
Class name: MediaFetchOptions
Method or attribute name: selectionArgs: Array<string>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaFetchOptions
Method or attribute name: order?: string;
Deprecated version: N/A
Class name: MediaFetchOptions
Method or attribute name: order?: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaFetchOptions
Method or attribute name: uri?: string;
Deprecated version: N/A
Class name: MediaFetchOptions
Method or attribute name: uri?: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaFetchOptions
Method or attribute name: networkId?: string;
Deprecated version: N/A
Class name: MediaFetchOptions
Method or attribute name: networkId?: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaFetchOptions
Method or attribute name: extendArgs?: string;
Deprecated version: N/A
Class name: MediaFetchOptions
Method or attribute name: extendArgs?: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Deprecated version: N/A
Class name: FetchFileResult
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getCount(): number;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getCount(): number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: isAfterLast(): boolean;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: isAfterLast(): boolean;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: close(): void;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: close(): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getFirstObject(callback: AsyncCallback<FileAsset>): void;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getFirstObject(callback: AsyncCallback<FileAsset>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getFirstObject(): Promise<FileAsset>;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getFirstObject(): Promise<FileAsset>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getNextObject(callback: AsyncCallback<FileAsset>): void;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getNextObject(callback: AsyncCallback<FileAsset>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getNextObject(): Promise<FileAsset>;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getNextObject(): Promise<FileAsset>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getLastObject(callback: AsyncCallback<FileAsset>): void;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getLastObject(callback: AsyncCallback<FileAsset>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getLastObject(): Promise<FileAsset>;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getLastObject(): Promise<FileAsset>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number, callback: AsyncCallback<FileAsset>): void;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number, callback: AsyncCallback<FileAsset>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number): Promise<FileAsset>;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number): Promise<FileAsset>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getAllObject(callback: AsyncCallback<Array<FileAsset>>): void;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getAllObject(callback: AsyncCallback<Array<FileAsset>>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: FetchFileResult
Method or attribute name: getAllObject(): Promise<Array<FileAsset>>;
Deprecated version: N/A
Class name: FetchFileResult
Method or attribute name: getAllObject(): Promise<Array<FileAsset>>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Deprecated version: N/A
Class name: Album
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: readonly albumId: number;
Deprecated version: N/A
Class name: Album
Method or attribute name: readonly albumId: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: albumName: string;
Deprecated version: N/A
Class name: Album
Method or attribute name: albumName: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: readonly albumUri: string;
Deprecated version: N/A
Class name: Album
Method or attribute name: readonly albumUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: readonly dateModified: number;
Deprecated version: N/A
Class name: Album
Method or attribute name: readonly dateModified: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: readonly count: number;
Deprecated version: N/A
Class name: Album
Method or attribute name: readonly count: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: readonly relativePath: string;
Deprecated version: N/A
Class name: Album
Method or attribute name: readonly relativePath: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: readonly coverUri: string;
Deprecated version: N/A
Class name: Album
Method or attribute name: readonly coverUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: commitModify(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: Album
Method or attribute name: commitModify(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: commitModify(): Promise<void>;
Deprecated version: N/A
Class name: Album
Method or attribute name: commitModify(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: getFileAssets(callback: AsyncCallback<FetchFileResult>): void;
Deprecated version: N/A
Class name: Album
Method or attribute name: getFileAssets(callback: AsyncCallback<FetchFileResult>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback<FetchFileResult>): void;
Deprecated version: N/A
Class name: Album
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback<FetchFileResult>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Album
Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise<FetchFileResult>;
Deprecated version: N/A
Class name: Album
Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise<FetchFileResult>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DirectoryType
Deprecated version: N/A
Class name: DirectoryType
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DirectoryType
Method or attribute name: DIR_CAMERA = 0
Deprecated version: N/A
Class name: DirectoryType
Method or attribute name: DIR_CAMERA = 0
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DirectoryType
Method or attribute name: DIR_VIDEO
Deprecated version: N/A
Class name: DirectoryType
Method or attribute name: DIR_VIDEO
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DirectoryType
Method or attribute name: DIR_IMAGE
Deprecated version: N/A
Class name: DirectoryType
Method or attribute name: DIR_IMAGE
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DirectoryType
Method or attribute name: DIR_AUDIO
Deprecated version: N/A
Class name: DirectoryType
Method or attribute name: DIR_AUDIO
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DirectoryType
Method or attribute name: DIR_DOCUMENTS
Deprecated version: N/A
Class name: DirectoryType
Method or attribute name: DIR_DOCUMENTS
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DirectoryType
Method or attribute name: DIR_DOWNLOAD
Deprecated version: N/A
Class name: DirectoryType
Method or attribute name: DIR_DOWNLOAD
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Deprecated version: N/A
Class name: MediaLibrary
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback<string>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback<string>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType): Promise<string>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType): Promise<string>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback<FetchFileResult>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback<FetchFileResult>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise<FetchFileResult>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise<FetchFileResult>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'remoteFileChange', callback?: Callback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback<FileAsset>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback<FileAsset>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise<FileAsset>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise<FileAsset>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string): Promise<void>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string): Promise<void>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback<Array<Album>>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback<Array<Album>>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions): Promise<Array<Album>>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions): Promise<Array<Album>>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: storeMediaAsset(option: MediaAssetOption, callback: AsyncCallback<string>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: storeMediaAsset(option: MediaAssetOption, callback: AsyncCallback<string>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: storeMediaAsset(option: MediaAssetOption): Promise<string>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: storeMediaAsset(option: MediaAssetOption): Promise<string>;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array<string>, index: number, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array<string>, index: number, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array<string>, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array<string>, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array<string>, index?: number): Promise<void>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array<string>, index?: number): Promise<void>;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: startMediaSelect(option: MediaSelectOption, callback: AsyncCallback<Array<string>>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: startMediaSelect(option: MediaSelectOption, callback: AsyncCallback<Array<string>>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: startMediaSelect(option: MediaSelectOption): Promise<Array<string>>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: startMediaSelect(option: MediaSelectOption): Promise<Array<string>>;
Deprecated version: 9
Substitute API: N/A
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getActivePeers(callback: AsyncCallback<Array<PeerInfo>>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getActivePeers(callback: AsyncCallback<Array<PeerInfo>>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getActivePeers(): Promise<Array<PeerInfo>>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getActivePeers(): Promise<Array<PeerInfo>>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getAllPeers(callback: AsyncCallback<Array<PeerInfo>>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getAllPeers(callback: AsyncCallback<Array<PeerInfo>>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: getAllPeers(): Promise<Array<PeerInfo>>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: getAllPeers(): Promise<Array<PeerInfo>>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: release(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: release(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: MediaLibrary
Method or attribute name: release(): Promise<void>;
Deprecated version: N/A
Class name: MediaLibrary
Method or attribute name: release(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Size
Deprecated version: N/A
Class name: Size
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Size
Method or attribute name: width: number;
Deprecated version: N/A
Class name: Size
Method or attribute name: width: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: Size
Method or attribute name: height: number;
Deprecated version: N/A
Class name: Size
Method or attribute name: height: number;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: PeerInfo
Deprecated version: N/A
Class name: PeerInfo
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: PeerInfo
Method or attribute name: readonly deviceName: string;
Deprecated version: N/A
Class name: PeerInfo
Method or attribute name: readonly deviceName: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: PeerInfo
Method or attribute name: readonly networkId: string;
Deprecated version: N/A
Class name: PeerInfo
Method or attribute name: readonly networkId: string;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: PeerInfo
Method or attribute name: readonly deviceType: DeviceType;
Deprecated version: N/A
Class name: PeerInfo
Method or attribute name: readonly deviceType: DeviceType;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: PeerInfo
Method or attribute name: readonly isOnline: boolean;
Deprecated version: N/A
Class name: PeerInfo
Method or attribute name: readonly isOnline: boolean;
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DeviceType
Deprecated version: N/A
Class name: DeviceType
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DeviceType
Method or attribute name: TYPE_UNKNOWN = 0
Deprecated version: N/A
Class name: DeviceType
Method or attribute name: TYPE_UNKNOWN = 0
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DeviceType
Method or attribute name: TYPE_LAPTOP
Deprecated version: N/A
Class name: DeviceType
Method or attribute name: TYPE_LAPTOP
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DeviceType
Method or attribute name: TYPE_PHONE
Deprecated version: N/A
Class name: DeviceType
Method or attribute name: TYPE_PHONE
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DeviceType
Method or attribute name: TYPE_TABLET
Deprecated version: N/A
Class name: DeviceType
Method or attribute name: TYPE_TABLET
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DeviceType
Method or attribute name: TYPE_WATCH
Deprecated version: N/A
Class name: DeviceType
Method or attribute name: TYPE_WATCH
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DeviceType
Method or attribute name: TYPE_CAR
Deprecated version: N/A
Class name: DeviceType
Method or attribute name: TYPE_CAR
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Deprecated version changed Class name: DeviceType
Method or attribute name: TYPE_TV
Deprecated version: N/A
Class name: DeviceType
Method or attribute name: TYPE_TV
Deprecated version: 9
Substitute API: ohos.file.picker
@ohos.multimedia.mediaLibrary.d.ts
Initial version changed Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback<VolumeEvent>): void;
Initial version: 8
Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback<VolumeEvent>): void;
Initial version: 9
@ohos.multimedia.audio.d.ts
Initial version changed Class name: VolumeEvent
Initial version: 8
Class name: VolumeEvent
Initial version: 9
@ohos.multimedia.audio.d.ts
Initial version changed Class name: VolumeEvent
Method or attribute name: volumeType: AudioVolumeType;
Initial version: 8
Class name: VolumeEvent
Method or attribute name: volumeType: AudioVolumeType;
Initial version: 9
@ohos.multimedia.audio.d.ts
Initial version changed Class name: VolumeEvent
Method or attribute name: volume: number;
Initial version: 8
Class name: VolumeEvent
Method or attribute name: volume: number;
Initial version: 9
@ohos.multimedia.audio.d.ts
Initial version changed Class name: VolumeEvent
Method or attribute name: updateUi: boolean;
Initial version: 8
Class name: VolumeEvent
Method or attribute name: updateUi: boolean;
Initial version: 9
@ohos.multimedia.audio.d.ts
Permission changed Class name: AudioPlayer
Method or attribute name: src: string;
Permission: ohos.permission.READ_MEDIA
Class name: AudioPlayer
Method or attribute name: src: string;
Permission: ohos.permission.READ_MEDIA or ohos.permission.INTERNET
@ohos.multimedia.media.d.ts
Permission deleted Class name: VideoPlayer
Method or attribute name: prepare(callback: AsyncCallback<void>): void;
Permission: ohos.permission.MICROPHONE
Class name: VideoPlayer
Method or attribute name: prepare(callback: AsyncCallback<void>): void;
Permission: N/A
@ohos.multimedia.media.d.ts
Permission deleted Class name: VideoPlayer
Method or attribute name: prepare(): Promise<void>;
Permission: ohos.permission.MICROPHONE
Class name: VideoPlayer
Method or attribute name: prepare(): Promise<void>;
Permission: N/A
@ohos.multimedia.media.d.ts
Function changed Class name: AudioRenderer
Method or attribute name: on(type: "markReach", frame: number, callback: (position: number) => {}): void;
Class name: AudioRenderer
Method or attribute name: on(type: "markReach", frame: number, callback: Callback<number>): void;
@ohos.multimedia.audio.d.ts
Function changed Class name: AudioRenderer
Method or attribute name: on(type: "periodReach", frame: number, callback: (position: number) => {}): void;
Class name: AudioRenderer
Method or attribute name: on(type: "periodReach", frame: number, callback: Callback<number>): void;
@ohos.multimedia.audio.d.ts
Function changed Class name: AudioCapturer
Method or attribute name: on(type: "markReach", frame: number, callback: (position: number) => {}): void;
Class name: AudioCapturer
Method or attribute name: on(type: "markReach", frame: number, callback: Callback<number>): void;
@ohos.multimedia.audio.d.ts
Function changed Class name: AudioCapturer
Method or attribute name: on(type: "periodReach", frame: number, callback: (position: number) => {}): void;
Class name: AudioCapturer
Method or attribute name: on(type: "periodReach", frame: number, callback: Callback<number>): void;
@ohos.multimedia.audio.d.ts