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