Class DoublePlane
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class containing image data which has two planes.
C#Copypublic class DoublePlane : IPreviewPlane
- Inheritance
-
objectDoublePlane
- Implements
Properties
Declaration
C#Copypublic byte[] UV { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Declaration
C#Copypublic byte[] Y { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |