IMFSourceBufferList::GetSourceBuffer method (mfmediaengine.h)

Gets the IMFSourceBuffer at the specified index in the list.

Syntax

IMFSourceBuffer * GetSourceBuffer(
  [in] DWORD index
);

Parameters

[in] index

The index of the source buffer to get.

Return value

The source buffer.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header mfmediaengine.h

See also

IMFSourceBufferList