Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 4
The class containing the preview image data.
public class PreviewFrame
- Inheritance
-
Properties
Declaration
public CameraPixelFormat Format { get; }
Property Value
API Level: 4
Declaration
public IPreviewPlane Plane { get; }
Property Value
API Level: 4
Declaration
public PlaneType PlaneType { get; }
Property Value
API Level: 4
Declaration
public Size Resolution { get; }
Property Value
API Level: 4
Declaration
public uint TimeStamp { get; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 4