Class RecordingStatusChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
- API Level:
- 4
Provides data for the RecordingStatusChanged event.
C#Copypublic class RecordingStatusChangedEventArgs : EventArgs
- Inheritance
Constructors
View Source
RecordingStatusChangedEventArgs(Int64, Int64)
Initializes a new instance of the RecordingStatusChangedEventArgs class with the specified elapsed time and file size.
Declaration
C#Copypublic RecordingStatusChangedEventArgs(long elapsedTime, long fileSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | elapsedTime | The time of the recording in milliseconds. |
System.Int64 | fileSize | The size of the recording in kilobytes. |
API Level: 4
Properties
Declaration
C#Copypublic long ElapsedTime { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
API Level: 4
Declaration
C#Copypublic long FileSize { get; }
Property Value
Type | Description |
---|---|
System.Int64 |