• 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**Since**
9
1010
11
12**Related Modules**
13
14[Image](image.md)
15
16
17## Summary
18
19
20### Member Variables
21
22| Name| Description|
23| -------- | -------- |
24| width | Default width of the image received by the consumer, in pixels.|
25| height | Default height of the image received by the consumer, in pixels.|
26| format | Image format **OHOS_IMAGE_FORMAT_JPEG** created by using the receiver.|
27| capicity | Maximum number of images that can be cached.|
28