Class RecordingLimitReachedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides data for the RecordingLimitReached event.
public class RecordingLimitReachedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRecordingLimitReachedEventArgs
Constructors
View SourceRecordingLimitReachedEventArgs(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 SourceType
Gets the type of the limit.
Declaration
public RecordingLimitType Type { get; }
Property Value
Type | Description |
---|---|
RecordingLimitType |