Class CameraErrorOccurredEventArgs

    Definition

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

    Provides data for the ErrorOccurred event.

    public class CameraErrorOccurredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    CameraErrorOccurredEventArgs

    Properties

    View Source

    Error

    Gets the camera error.

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

    State

    Gets the current state of the camera.

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