IMediaObjectImpl.InternalGetCurrentTime Method

IMediaObjectImpl

An NDoc Documented Class Library

IMediaObjectImpl.InternalGetCurrentTime Method 

(Virtual) Returns the current time in the media stream

protected virtual long InternalGetCurrentTime();

Return Value

The current time in the media stream

Remarks

Typically, this function should be overridden to return the most recent timestamp from the last call to InternalProcessInput. It is used to support IMediaParams.GetParam. The default implementation assumes the stream has no time stamps or that the stream is stopped.

See Also

IMediaObjectImpl Class | MediaObjectTemplate Namespace