Freigeben über


IMFByteStreamBuffering::SetBufferingParams Method

Sets the buffering parameters.

Syntax

HRESULT SetBufferingParams(
  [in]  MFBYTESTREAM_BUFFERING_PARAMS *pParams
);

Parameter

  • 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.

Rückgabewert

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

Rückgabecode Beschreibung
S_OK

The method succeeded.

 

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mfidl.h

Bibliothek

Mfuuid.lib

Siehe auch

IMFByteStreamBuffering