[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the current position in the pausable stream, a null reference if not defined.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Position As TimeSpan
C#
public TimeSpan Position { get; }
Visual C++
public:
virtual property TimeSpan Position {
	TimeSpan get () sealed;
}