Class DoublePlane

Definition

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

The class containing image data which has two planes.

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

Properties

View Source

UV

The UV plane data.

Declaration
C#
Copy
public byte[] UV { 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