MediaCapturePauseResult.RecordDuration Property

Definition

Gets the duration of the media captured before the capture operation was paused.

public:
 property TimeSpan RecordDuration { TimeSpan get(); };
TimeSpan RecordDuration();
public System.TimeSpan RecordDuration { get; }
var timeSpan = mediaCapturePauseResult.recordDuration;
Public ReadOnly Property RecordDuration As TimeSpan

Property Value

The duration of the media captured before the capture operation was paused.

Windows requirements

App capabilities
backgroundMediaRecording

Applies to