Class PreviewFrame

    Definition

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

    The class containing the preview image data.

    public class PreviewFrame
    Inheritance
    object
    PreviewFrame

    Properties

    View Source

    Format

    The pixel format of the image.

    Declaration
    public CameraPixelFormat Format { get; }
    Property Value
    Type Description
    CameraPixelFormat
    View Source

    Plane

    The buffer including the preview frame.

    Declaration
    public IPreviewPlane Plane { get; }
    Property Value
    Type Description
    IPreviewPlane
    View Source

    PlaneType

    The type of the preview plane. PlaneType

    Declaration
    public PlaneType PlaneType { get; }
    Property Value
    Type Description
    PlaneType
    View Source

    Resolution

    The resolution of the preview image.

    Declaration
    public Size Resolution { get; }
    Property Value
    Type Description
    Size
    View Source

    TimeStamp

    The time stamp of the preview frame.

    Declaration
    public uint TimeStamp { get; }
    Property Value
    Type Description
    uint
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX