CSourceSeeking::GetAvailable (Compact 2013)

3/26/2014

Returns the range of seeking times.

Syntax

HRESULT GetAvailable(
  LONGLONG* pEarliest,
  LONGLONG* pLatest 
);

Parameters

  • pEarliest
    Earliest time that can be seeked to. Set to zero.
  • pLatest
    Latest time that can be seeked to. Set to m_rtDuration.

Return Value

Returns S_OK.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CSourceSeeking Class