You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [`bytes`](#bytes) | *byte[]* | The array of bytes that stores the pixel buffer of the image. |
24
+
| [`width`](#width) | *int* | The width of the image in pixels. |
25
+
| [`height`](#height) | *int* | The height of the image in pixels. |
26
+
| [`stride`](#stride) | *int* | The stride is measured by the byte length of each line in the pixel buffer. |
27
+
| [`format`](#format) | *int* | The image pixel format used in the image byte array. View [`EnumImagePixelFormat`]({{ site.enumerations }}image-pixel-format.html?src=android) for all supported image pixel formats. |
29
28
30
29
31
30
@@ -74,15 +73,7 @@ int stride
74
73
The image pixel format used in the image byte array.
75
74
76
75
```java
77
-
EnumImagePixelFormat format
78
-
```
79
-
80
-
### orientation
81
-
82
-
The counterclockwise rotation angle of the image. It can be 0, 90, 180 or 270.
| [`bytes`](#bytes) | *byte[]* | The array of bytes that stores the pixel buffer of the image. |
24
+
| [`width`](#width) | *int* | The width of the image in pixels. |
25
+
| [`height`](#height) | *int* | The height of the image in pixels. |
26
+
| [`stride`](#stride) | *int* | The stride is measured by the byte length of each line in the pixel buffer. |
27
+
| [`format`](#format) | *int* | The image pixel format used in the image byte array. View [`EnumImagePixelFormat`]({{ site.enumerations }}image-pixel-format.html?src=android)for all supported image pixel formats.|
28
+
| [`orientation`](#orientation) |*int*|The orientation of the image buffer contained in this frame data. |
29
29
30
30
## Methods
31
31
@@ -80,7 +80,7 @@ int stride
80
80
The image pixel format used in the image byte array.
| [`bytes`](#bytes) | *NSData\** | The array of bytes that stores the pixel buffer of the image. |
25
+
| [`width`](#width) | *NSInteger* | The width of the image in pixels. |
26
+
| [`height`](#height) | *NSInteger* | The height of the image in pixels. |
27
+
| [`stride`](#stride) | *NSInteger* | The stride is measured by the byte length of each line in the pixel buffer. |
28
+
| [`format`](#format) | *NSInteger* | The image pixel format used in the image byte array. View [`EnumImagePixelFormat`]({{ site.enumerations }}image-pixel-format.html?src=ios) for all supported image pixel formats. |
| [`bytes`](#bytes) | *NSData\** | The array of bytes that stores the pixel buffer of the image. |
25
+
| [`width`](#width) | *NSInteger* | The width of the image in pixels. |
26
+
| [`height`](#height) | *NSInteger* | The height of the image in pixels. |
27
+
| [`stride`](#stride) | *NSInteger* | The stride is measured by the byte length of each line in the pixel buffer. |
28
+
| [`format`](#format) | *NSInteger* | The image pixel format used in the image byte array. View [`EnumImagePixelFormat`]({{ site.enumerations }}image-pixel-format.html?src=android) for all supported image pixel formats. |
29
+
| [`orientation`](#orientation) | *NSInteger* | The orientation of the image buffer contained in this frame data. |
0 commit comments