Class CameraDeviceStateChangedEventArgs

    Definition

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

    Provides data for the DeviceStateChanged event.

    public class CameraDeviceStateChangedEventArgs : EventArgs
    Inheritance
    object
    CameraDeviceStateChangedEventArgs

    Properties

    View Source

    Device

    Gets the camera device type.

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

    State

    Gets the current state of the camera device.

    Declaration
    public CameraDeviceState State { get; }
    Property Value
    Type Description
    CameraDeviceState

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX