Freigeben über


IMFByteStreamHandler::GetMaxNumberOfBytesRequiredForResolution Method

Retrieves the maximum number of bytes needed to create the media source or determine that the byte stream handler cannot parse this stream.

Syntax

HRESULT GetMaxNumberOfBytesRequiredForResolution(
  [out]  QWORD *pqwBytes
);

Parameter

  • pqwBytes [out]
    Receives the maximum number of bytes that are required.

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

IMFByteStreamHandler

Scheme Handlers and Byte-Stream Handlers