Class TriplePlane

Definition

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

The class containing image data which has three planes.

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

Properties

View Source

U

The U plane data.

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

V

The V plane data.

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

Y

The Y plane data.

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

Implements