IMFByteStreamBuffering::SetBufferingParams method

Sets the buffering parameters.

Syntax


HRESULT SetBufferingParams(
  [in] MFBYTESTREAM_BUFFERING_PARAMS *pParams
);

Parameters

pParams [in]

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 codeDescription
S_OK

The method succeeded.

 

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

Mfidl.h

Library

Mfuuid.lib

See also

IMFByteStreamBuffering

 

 

Show: