MediaCapturePauseResult.RecordDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|