操作 旧版本 新版本 d.ts文件
API跨平台权限变更 类名:sendableImage;
API声明:type ISendable = lang.ISendable;
差异内容:NA
类名:sendableImage;
API声明:type ISendable = lang.ISendable;
差异内容:crossplatform
api/@ohos.multimedia.sendableImage.d.ets
syscap变更 类名:sendableImage;
API声明:type ISendable = lang.ISendable;
差异内容:NA
类名:sendableImage;
API声明:type ISendable = lang.ISendable;
差异内容:SystemCapability.Multimedia.Image.Core
api/@ohos.multimedia.sendableImage.d.ets
删除错误码 类名:AuxiliaryPicture;
API声明:writePixelsFromBuffer(data: ArrayBuffer): Promise<void>;
差异内容:7600301,7600302
类名:AuxiliaryPicture;
API声明:writePixelsFromBuffer(data: ArrayBuffer): Promise<void>;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:AuxiliaryPicture;
API声明:readPixelsToBuffer(): Promise<ArrayBuffer>;
差异内容:7600301,7600302
类名:AuxiliaryPicture;
API声明:readPixelsToBuffer(): Promise<ArrayBuffer>;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:Metadata;
API声明:clone(): Promise<Metadata>;
差异内容:7600301,7600302
类名:Metadata;
API声明:clone(): Promise<Metadata>;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:createPixelMapList(options?: DecodingOptions): Promise<Array<PixelMap>>;
差异内容:62980110,62980112,62980113,62980122
类名:ImageSource;
API声明:createPixelMapList(options?: DecodingOptions): Promise<Array<PixelMap>>;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:createPixelMapList(callback: AsyncCallback<Array<PixelMap>>): void;
差异内容:62980110,62980112,62980113,62980122
类名:ImageSource;
API声明:createPixelMapList(callback: AsyncCallback<Array<PixelMap>>): void;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:createPixelMapList(options: DecodingOptions, callback: AsyncCallback<Array<PixelMap>>): void;
差异内容:62980110,62980112,62980113,62980122
类名:ImageSource;
API声明:createPixelMapList(options: DecodingOptions, callback: AsyncCallback<Array<PixelMap>>): void;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:getDelayTimeList(): Promise<Array<number>>;
差异内容:62980112,62980113,62980137
类名:ImageSource;
API声明:getDelayTimeList(): Promise<Array<number>>;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:getDelayTimeList(callback: AsyncCallback<Array<number>>): void;
差异内容:62980112,62980113,62980137
类名:ImageSource;
API声明:getDelayTimeList(callback: AsyncCallback<Array<number>>): void;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:getFrameCount(): Promise<number>;
差异内容:62980110
类名:ImageSource;
API声明:getFrameCount(): Promise<number>;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:getFrameCount(callback: AsyncCallback<number>): void;
差异内容:62980110
类名:ImageSource;
API声明:getFrameCount(callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:getImageProperty(key: PropertyKey, options?: ImagePropertyOptions): Promise<string>;
差异内容:62980116
类名:ImageSource;
API声明:getImageProperty(key: PropertyKey, options?: ImagePropertyOptions): Promise<string>;
差异内容:NA
api/@ohos.multimedia.image.d.ts
删除错误码 类名:ImageSource;
API声明:modifyImageProperties(records: Record<PropertyKey, string | null>): Promise<void>;
差异内容:62980133
类名:ImageSource;
API声明:modifyImageProperties(records: Record<PropertyKey, string | null>): Promise<void>;
差异内容:NA
api/@ohos.multimedia.image.d.ts
函数变更 类名:ImageCreator;
API声明:queueImage(interface: Image, callback: AsyncCallback<void>): void;
差异内容:interface: Image, callback: AsyncCallback<void>
类名:ImageCreator;
API声明:queueImage(image: Image, callback: AsyncCallback<void>): void;
差异内容:image: Image, callback: AsyncCallback<void>
api/@ohos.multimedia.image.d.ts
函数变更 类名:ImageCreator;
API声明:queueImage(interface: Image): Promise<void>;
差异内容:interface: Image
类名:ImageCreator;
API声明:queueImage(image: Image): Promise<void>;
差异内容:image: Image
api/@ohos.multimedia.image.d.ts
新增API NA 类名:global;
API声明:declare namespace videoProcessingEngine
差异内容:declare namespace videoProcessingEngine
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:videoProcessingEngine;
API声明:enum QualityLevel
差异内容:enum QualityLevel
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:QualityLevel;
API声明:NONE = 0
差异内容:NONE = 0
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:QualityLevel;
API声明:LOW = 1
差异内容:LOW = 1
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:QualityLevel;
API声明:MEDIUM = 2
差异内容:MEDIUM = 2
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:QualityLevel;
API声明:HIGH = 3
差异内容:HIGH = 3
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:videoProcessingEngine;
API声明:interface ImageProcessor
差异内容:interface ImageProcessor
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:ImageProcessor;
API声明:enhanceDetail(sourceImage: image.PixelMap, width: number, height: number, level?: QualityLevel): Promise<image.PixelMap>;
差异内容:enhanceDetail(sourceImage: image.PixelMap, width: number, height: number, level?: QualityLevel): Promise<image.PixelMap>;
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:ImageProcessor;
API声明:enhanceDetail(sourceImage: image.PixelMap, scale: number, level?: QualityLevel): Promise<image.PixelMap>;
差异内容:enhanceDetail(sourceImage: image.PixelMap, scale: number, level?: QualityLevel): Promise<image.PixelMap>;
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:ImageProcessor;
API声明:enhanceDetailSync(sourceImage: image.PixelMap, width: number, height: number, level?: QualityLevel): image.PixelMap;
差异内容:enhanceDetailSync(sourceImage: image.PixelMap, width: number, height: number, level?: QualityLevel): image.PixelMap;
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:ImageProcessor;
API声明:enhanceDetailSync(sourceImage: image.PixelMap, scale: number, level?: QualityLevel): image.PixelMap;
差异内容:enhanceDetailSync(sourceImage: image.PixelMap, scale: number, level?: QualityLevel): image.PixelMap;
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:videoProcessingEngine;
API声明:function initializeEnvironment(): Promise<void>;
差异内容:function initializeEnvironment(): Promise<void>;
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:videoProcessingEngine;
API声明:function deinitializeEnvironment(): Promise<void>;
差异内容:function deinitializeEnvironment(): Promise<void>;
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:videoProcessingEngine;
API声明:function create(): ImageProcessor;
差异内容:function create(): ImageProcessor;
api/@ohos.multimedia.videoProcessingEngine.d.ts
新增API NA 类名:image;
API声明:function createPixelMapFromSurface(surfaceId: string): Promise<PixelMap>;
差异内容:function createPixelMapFromSurface(surfaceId: string): Promise<PixelMap>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:function createPixelMapFromSurfaceSync(surfaceId: string): PixelMap;
差异内容:function createPixelMapFromSurfaceSync(surfaceId: string): PixelMap;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PixelMapFormat;
API声明:ARGB_8888 = 1
差异内容:ARGB_8888 = 1
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PixelMapFormat;
API声明:ASTC_4x4 = 102
差异内容:ASTC_4x4 = 102
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:enum AllocatorType
差异内容:enum AllocatorType
api/@ohos.multimedia.image.d.ts
新增API NA 类名:AllocatorType;
API声明:AUTO = 0
差异内容:AUTO = 0
api/@ohos.multimedia.image.d.ts
新增API NA 类名:AllocatorType;
API声明:DMA = 1
差异内容:DMA = 1
api/@ohos.multimedia.image.d.ts
新增API NA 类名:AllocatorType;
API声明:SHARE_MEMORY = 2
差异内容:SHARE_MEMORY = 2
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:enum CropAndScaleStrategy
差异内容:enum CropAndScaleStrategy
api/@ohos.multimedia.image.d.ts
新增API NA 类名:CropAndScaleStrategy;
API声明:SCALE_FIRST = 1
差异内容:SCALE_FIRST = 1
api/@ohos.multimedia.image.d.ts
新增API NA 类名:CropAndScaleStrategy;
API声明:CROP_FIRST = 2
差异内容:CROP_FIRST = 2
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:interface PackingOptionsForSequence
差异内容:interface PackingOptionsForSequence
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PackingOptionsForSequence;
API声明:frameCount: number;
差异内容:frameCount: number;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PackingOptionsForSequence;
API声明:delayTimeList: Array<number>;
差异内容:delayTimeList: Array<number>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PackingOptionsForSequence;
API声明:disposalTypes?: Array<number>;
差异内容:disposalTypes?: Array<number>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PackingOptionsForSequence;
API声明:loopCount?: number;
差异内容:loopCount?: number;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:DecodingOptions;
API声明:cropAndScaleStrategy?: CropAndScaleStrategy;
差异内容:cropAndScaleStrategy?: CropAndScaleStrategy;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:function createPixelMapUsingAllocator(colors: ArrayBuffer, param: InitializationOptions, allocatorType?: AllocatorType): Promise<PixelMap>;
差异内容:function createPixelMapUsingAllocator(colors: ArrayBuffer, param: InitializationOptions, allocatorType?: AllocatorType): Promise<PixelMap>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:function createPixelMapUsingAllocatorSync(colors: ArrayBuffer, param: InitializationOptions, allocatorType?: AllocatorType): PixelMap;
差异内容:function createPixelMapUsingAllocatorSync(colors: ArrayBuffer, param: InitializationOptions, allocatorType?: AllocatorType): PixelMap;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:function createPixelMapUsingAllocatorSync(param: InitializationOptions, allocatorType?: AllocatorType): PixelMap;
差异内容:function createPixelMapUsingAllocatorSync(param: InitializationOptions, allocatorType?: AllocatorType): PixelMap;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PixelMap;
API声明:createScaledPixelMap(x: number, y: number, level?: AntiAliasingLevel): Promise<PixelMap>;
差异内容:createScaledPixelMap(x: number, y: number, level?: AntiAliasingLevel): Promise<PixelMap>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PixelMap;
API声明:createScaledPixelMapSync(x: number, y: number, level?: AntiAliasingLevel): PixelMap;
差异内容:createScaledPixelMapSync(x: number, y: number, level?: AntiAliasingLevel): PixelMap;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PixelMap;
API声明:cloneSync(): PixelMap;
差异内容:cloneSync(): PixelMap;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:PixelMap;
API声明:clone(): Promise<PixelMap>;
差异内容:clone(): Promise<PixelMap>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:MetadataType;
API声明:GIF_METADATA = 5
差异内容:GIF_METADATA = 5
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:enum GifPropertyKey
差异内容:enum GifPropertyKey
api/@ohos.multimedia.image.d.ts
新增API NA 类名:GifPropertyKey;
API声明:GIF_DELAY_TIME = 'GifDelayTime'
差异内容:GIF_DELAY_TIME = 'GifDelayTime'
api/@ohos.multimedia.image.d.ts
新增API NA 类名:GifPropertyKey;
API声明:GIF_DISPOSAL_TYPE = 'GifDisposalType'
差异内容:GIF_DISPOSAL_TYPE = 'GifDisposalType'
api/@ohos.multimedia.image.d.ts
新增API NA 类名:ImageSource;
API声明:createPixelMapUsingAllocator(options?: DecodingOptions, allocatorType?: AllocatorType): Promise<PixelMap>;
差异内容:createPixelMapUsingAllocator(options?: DecodingOptions, allocatorType?: AllocatorType): Promise<PixelMap>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:ImageSource;
API声明:createPixelMapUsingAllocatorSync(options?: DecodingOptions, allocatorType?: AllocatorType): PixelMap;
差异内容:createPixelMapUsingAllocatorSync(options?: DecodingOptions, allocatorType?: AllocatorType): PixelMap;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:ImageSource;
API声明:getImagePropertySync(key: PropertyKey): string;
差异内容:getImagePropertySync(key: PropertyKey): string;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:ImageSource;
API声明:createPictureAtIndex(index: number): Promise<Picture>;
差异内容:createPictureAtIndex(index: number): Promise<Picture>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:ImagePacker;
API声明:packToDataFromPixelmapSequence(pixelmapSequence: Array<PixelMap>, options: PackingOptionsForSequence): Promise<ArrayBuffer>;
差异内容:packToDataFromPixelmapSequence(pixelmapSequence: Array<PixelMap>, options: PackingOptionsForSequence): Promise<ArrayBuffer>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:ImagePacker;
API声明:packToFileFromPixelmapSequence(pixelmapSequence: Array<PixelMap>, fd: number, options: PackingOptionsForSequence): Promise<void>;
差异内容:packToFileFromPixelmapSequence(pixelmapSequence: Array<PixelMap>, fd: number, options: PackingOptionsForSequence): Promise<void>;
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:function getImageSourceSupportedFormats(): string[];
差异内容:function getImageSourceSupportedFormats(): string[];
api/@ohos.multimedia.image.d.ts
新增API NA 类名:image;
API声明:function getImagePackerSupportedFormats(): string[];
差异内容:function getImagePackerSupportedFormats(): string[];
api/@ohos.multimedia.image.d.ts
起始版本有变化 类名:sendableImage;
API声明:type ISendable = lang.ISendable;
差异内容:NA
类名:sendableImage;
API声明:type ISendable = lang.ISendable;
差异内容:12
api/@ohos.multimedia.sendableImage.d.ets
新增kit 类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.multimedia.videoProcessingEngine.d.ts
差异内容:ImageKit
api/@ohos.multimedia.videoProcessingEngine.d.ts