Class TriplePlane
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class containing image data which has three planes.
public class TriplePlane : IPreviewPlane
- Inheritance
-
objectTriplePlane
- Implements
Properties
View SourceU
The U plane data.
Declaration
public byte[] U { get; }
Property Value
Type | Description |
---|---|
byte[] |
V
The V plane data.
Declaration
public byte[] V { get; }
Property Value
Type | Description |
---|---|
byte[] |
Y
The Y plane data.
Declaration
public byte[] Y { get; }
Property Value
Type | Description |
---|---|
byte[] |