MseSourceBuffer.AppendWindowEnd 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-end interval.
public:
property IReference<TimeSpan> ^ AppendWindowEnd { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> AppendWindowEnd();
void AppendWindowEnd(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> AppendWindowEnd { get; set; }
var iReference = mseSourceBuffer.appendWindowEnd;
mseSourceBuffer.appendWindowEnd = iReference;
Public Property AppendWindowEnd As Nullable(Of TimeSpan)
Property Value
The interval value.