Class RecordingStatusChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
- API Level:
- 4
Provides data for the RecordingStatusChanged event.
public class RecordingStatusChangedEventArgs : EventArgs
- Inheritance
Constructors
View SourceRecordingStatusChangedEventArgs(Int64, Int64)
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 |
---|---|---|
Int64 | elapsedTime | The time of the recording in milliseconds. |
Int64 | fileSize | The size of the recording in kilobytes. |
API Level: 4
Properties
View SourceElapsedTime
Gets the time of the recording in milliseconds.
Declaration
public long ElapsedTime { get; }
Property Value
Type | Description |
---|---|
Int64 |
API Level: 4
View SourceFileSize
Gets the size of the recording file in kilobytes.
Declaration
public long FileSize { get; }
Property Value
Type | Description |
---|---|
Int64 |