Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
The class containing the encoded image data.
public class EncodedPlane : IPreviewPlane
- Inheritance
-
System.Object
EncodedPlane
- Implements
-
Properties
View Source
The buffer containing the encoded image data.
Declaration
public byte[] Data { get; }
Property Value
Type |
Description |
System.Byte[] |
|
API Level: 3
View Source
The flag indicating whether the current frame is a delta frame or not.
Declaration
public bool IsDeltaFrame { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 8
Implements