Share via


IAMPlayList::GetRepeatInfo (Compact 2013)

3/26/2014

This method returns the information describing how items in the playlist should be repeated.

Syntax

HRESULT GetRepeatInfo(
  DWORD* pdwRepeatCount,
  DWORD* pdwRepeatStart,
  DWORD* pdwRepeatEnd
);

Parameters

  • pdwRepeatCount
    [out] Pointer to the number of times the playlist should be repeated.
  • pdwRepeatStart
    [out] Pointer to the number for the start of the repeat.
  • pdwRepeatEnd
    [out] Pointer to the number for the end of the repeat.

Return Value

Returns an HRESULT value.

Requirements

Header

dshow.h,
playlist.h

Library

Strmiids.lib

See Also

Reference

IAMPlayList Interface