MseSourceBuffer.AppendWindowStart 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 and sets the append-window-start interval.
public:
property TimeSpan AppendWindowStart { TimeSpan get(); void set(TimeSpan value); };
TimeSpan AppendWindowStart();
void AppendWindowStart(TimeSpan value);
public System.TimeSpan AppendWindowStart { get; set; }
var timeSpan = mseSourceBuffer.appendWindowStart;
mseSourceBuffer.appendWindowStart = timeSpan;
Public Property AppendWindowStart As TimeSpan
Property Value
The interval value.