• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OhosImageReceiverInfo
2
3
4## Overview
5
6The **OhosImageReceiverInfo** struct defines the information about an image receiver.
7
8**System capability**: SystemCapability.Multimedia.Image
9
10**Since**: 10
11
12**Related module**: [Image](image.md)
13
14
15## Summary
16
17
18### Member Variables
19
20| Name| Description|
21| -------- | -------- |
22| width | Default width of the image received by the consumer, in pixels.|
23| height | Default height of the image received by the consumer, in pixels.|
24| format | Image format **OHOS_IMAGE_FORMAT_JPEG** created by using the receiver.|
25| capicity | Maximum number of images that can be cached.|
26