IMFByteStreamBuffering::SetBufferingParams method (mfidl.h)

Sets the buffering parameters.

Syntax

HRESULT SetBufferingParams(
  [in] MFBYTESTREAM_BUFFERING_PARAMS *pParams
);

Parameters

[in] pParams

Pointer to an MFBYTESTREAM_BUFFERING_PARAMS structure that contains the buffering parameters. The byte stream uses this information to calculate how much data to buffer from the network.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h
Library Mfuuid.lib

See also

IMFByteStreamBuffering