Class RecordingLimitReachedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides data for the RecordingLimitReached event.
C#Copypublic class RecordingLimitReachedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRecordingLimitReachedEventArgs
Constructors
View Source
RecordingLimitReachedEventArgs(RecordingLimitType)
Initializes a new instance of the RecordingLimitReachedEventArgs class with the specified type.
Declaration
C#Copypublic RecordingLimitReachedEventArgs(RecordingLimitType type)
Parameters
| Type | Name | Description |
|---|---|---|
| RecordingLimitType | type | The type of the limit. |
Properties
Declaration
C#Copypublic RecordingLimitType Type { get; }
Property Value
| Type | Description |
|---|---|
| RecordingLimitType |