Class EncodedPlane

Definition

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

The class containing the encoded image data.

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

Properties

View Source

Data

The buffer containing the encoded image data.

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

Implements