IMFMediaSourceExtension::GetSourceBuffer method (mfmediaengine.h)

Gets the IMFSourceBuffer at the specified index in the collection of buffers.

Syntax

IMFSourceBuffer * GetSourceBuffer(
  [in] DWORD dwStreamIndex
);

Parameters

[in] dwStreamIndex

The location of the buffer in the collection.

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

IMFMediaSourceExtension