Class RecordingLimitReachedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides data for the Recording
public class RecordingLimitReachedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args RecordingLimit Reached Event Args
Constructors
View SourceRecordingLimitReachedEventArgs(RecordingLimitType)
Initializes a new instance of the Recording
Declaration
public RecordingLimitReachedEventArgs(RecordingLimitType type)
Parameters
Type | Name | Description |
---|---|---|
Recording |
type | The type of the limit. |
Properties
View SourceType
Gets the type of the limit.
Declaration
public RecordingLimitType Type { get; }
Property Value
Type | Description |
---|---|
Recording |