Class TriplePlane

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll

The class containing image data which has three planes.

C#
Copy
public class TriplePlane : IPreviewPlane
Inheritance
object
TriplePlane
Implements

Properties

View Source

U

The U plane data.

Declaration
C#
Copy
public byte[] U { get; }
Property Value
Type Description
byte[]
View Source

V

The V plane data.

Declaration
C#
Copy
public byte[] V { get; }
Property Value
Type Description
byte[]
View Source

Y

The Y plane data.

Declaration
C#
Copy
public byte[] Y { get; }
Property Value
Type Description
byte[]

Implements