AppRecordingStatus.HistoricalBufferDuration Property

Definition

Gets a value that indicates the duration of the historical app recording buffer.

public:
 property TimeSpan HistoricalBufferDuration { TimeSpan get(); };
TimeSpan HistoricalBufferDuration();
public System.TimeSpan HistoricalBufferDuration { get; }
var timeSpan = appRecordingStatus.historicalBufferDuration;
Public ReadOnly Property HistoricalBufferDuration As TimeSpan

Property Value

The duration of the historical app recording buffer.

Remarks

The timespan returned by this property specifies the allowed range of the startTime parameter to the RecordTimespanToFileAsymc method.

Applies to

See also

  • <xref:Windows.Media.AppRecording.AppRecordingManager.RecordTimeSpanToFileAsync(Windows.Foundation.DateTime%2cWindows.Foundation.TimeSpan%2cWindows.Storage.StorageFile)+method.>