共用方式為


IMediaPosition.StopTime

 
Microsoft DirectShow 9.0

IMediaPosition.StopTime

  • Note   This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The StopTime property sets or retrieves the stop time.

Syntax

  objMediaPosition
  .StopTime As Double

Parameters

This property takes no parameters.

Return Values

Returns the stop time, in seconds, relative to the start of the original source.

Remarks

This property is read/write.

The stop time is calculated before the rate, so the position is relative to normal playback speed.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also