MseSourceBuffer.Remove(TimeSpan, IReference<TimeSpan>) Method
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.
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
- end
The end of the time range to remove.