IMFByteStreamBuffering::StopBuffering Method
Stops any buffering that is in progress.
Syntax
HRESULT StopBuffering();
Parameter
Methode umfasst keine Parameter.
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 byte stream successfully stopped buffering. |
S_FALSE | No buffering was in progress. |
Hinweise
If the byte stream is currently buffering data, it stops and sends an MEBufferingStopped event. If the byte stream is not currently buffering, this method has no effect.
Anforderungen
Mindestens unterstützter Client |
Windows Vista |
Mindestens unterstützter Server |
Windows Server 2008 |
Header |
Mfidl.h |
Bibliothek |
Mfuuid.lib |