AppRecordingStatus.HistoricalBufferDuration 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 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.>