Class SinglePlane

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
3

The class containing the image data, which has a single plane.

C#
Copy
public class SinglePlane : IPreviewPlane
Inheritance
System.Object
SinglePlane
Implements

Properties

View Source

Data

The YUV plane data.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
API Level: 3

Implements