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 code | Description |
|---|---|
|
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 |
|
|
Library |
|
See also