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