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