Class SinglePlane
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class containing the image data, which has a single plane.
public class SinglePlane : IPreviewPlane
- Inheritance
-
objectSinglePlane
- Implements
Properties
View SourceData
The YUV plane data.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] |