MseSourceBuffer.Remove(TimeSpan, IReference<TimeSpan>) Method

Definition

Removes media for the specified time range.

public:
 virtual void Remove(TimeSpan start, IReference<TimeSpan> ^ end) = Remove;
void Remove(TimeSpan const& start, IReference<TimeSpan> const& end);
public void Remove(System.TimeSpan start, System.Nullable<System.TimeSpan> end);
function remove(start, end)
Public Sub Remove (start As TimeSpan, end As Nullable(Of TimeSpan))

Parameters

start
TimeSpan TimeSpan

The start of the time range to remove.

end

IReference<TimeSpan>

Nullable<TimeSpan>

The end of the time range to remove.

Applies to