Class RecordingLimitReachedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Recorder.dll

    Provides data for the RecordingLimitReached event.

    public class RecordingLimitReachedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RecordingLimitReachedEventArgs

    Constructors

    View Source

    RecordingLimitReachedEventArgs(RecordingLimitType)

    Initializes a new instance of the RecordingLimitReachedEventArgs class with the specified type.

    Declaration
    public RecordingLimitReachedEventArgs(RecordingLimitType type)
    Parameters
    Type Name Description
    RecordingLimitType type

    The type of the limit.

    Properties

    View Source

    Type

    Gets the type of the limit.

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