次の方法で共有


IAMPlayListItem::GetSourceStartMarkerName (Compact 2013)

3/26/2014

This method returns the name of the start marker of a source for an item in a playlist.

Syntax

HRESULT GetSourceStartMarkerName(
  DWORD dwSourceIndex,
  BSTR* pbstrStartMarker
);

Parameters

  • dwSourceIndex
    [in] Identifies a specific source for an item in a playlist.
  • pbstrStartMarker
    [out] Pointer to the start marker name for the source identified by dwSourceIndex.

Return Value

Returns an HRESULT value.

Remarks

You can use IAMPlayListItem::GetSourceCount to determine how many sources an item has.

Requirements

Header

dshow.h,
playlist.h

Library

Strmiids.lib

See Also

Reference

IAMPlayListItem Interface
IAMPlayListItem::GetSourceCount