次の方法で共有


IAMExtendedSeeking::get_MarkerCount (Compact 2013)

3/26/2014

This method retrieves the number of markers in the current stream.

Syntax

HRESULT get_MarkerCount(
  long* pMarkerCount
);

Parameters

  • pMarkerCount
    [out] Pointer to a variable that receives the marker count.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

DirectShow applications and DirectShow filters have different include file and link library requirements. See DirectShow for more information.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMExtendedSeeking Interface