Class StreamRecorderStateChangedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.StreamRecorder.dll

    Provides data for the StateChanged event.

    public class StreamRecorderStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    StreamRecorderStateChangedEventArgs

    Properties

    View Source

    Current

    Gets the current state of the stream recorder.

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

    Previous

    Gets the previous state of the stream recorder.

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