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