MseSourceBuffer.AppendWindowEnd Property

Definition

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.

Applies to