Class CameraInterruptedEventArgs

    Definition

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

    Provides data for the Interrupted event.

    public class CameraInterruptedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    CameraInterruptedEventArgs

    Properties

    View Source

    Current

    Gets the current state of the camera.

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

    Policy

    Gets the policy that interrupted the camera.

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

    Previous

    Gets the previous state of the camera.

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