Class RecordingLimitReachedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Recorder.dll
API Level:
3

Provides data for the RecordingLimitReached event.

C#
Copy
public class RecordingLimitReachedEventArgs : EventArgs
Inheritance
System.Object
RecordingLimitReachedEventArgs

Constructors

View Source

RecordingLimitReachedEventArgs(RecordingLimitType)

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

Declaration
C#
Copy
public RecordingLimitReachedEventArgs(RecordingLimitType type)
Parameters
Type Name Description
RecordingLimitType type

The type of the limit.

API Level: 3

Properties

View Source

Type

Gets the type of the limit.

Declaration
C#
Copy
public RecordingLimitType Type { get; }
Property Value
Type Description
RecordingLimitType
API Level: 3