Class EncodedPlane

Definition

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

The class containing the encoded image data.

C#
Copy
public class EncodedPlane : object, IPreviewPlane
Inheritance
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[]
API Level: 3
View Source

IsDeltaFrame

The flag indicating whether the current frame is a delta frame or not.

Declaration
C#
Copy
public bool IsDeltaFrame { get; }
Property Value
Type Description
Boolean
API Level: 8
View Source

UsedSize

The actually used buffer size.

Declaration
C#
Copy
public uint UsedSize { get; }
Property Value
Type Description
UInt32

Implements

Extension Methods