You are reading help file online using chmlib.com
|
ISpStreamFormatConverter::SetBaseStream sets an audio stream to be wrapped by the format converter. The format converter is a stream object that encapsulates the base stream and performs format conversion on the fly during read/write operations.
HRESULT SetBaseStream(
ISpStreamFormat *pStream,
BOOL fSetFormatToBaseStreamFormat,
BOOL fWriteToBaseStream
);
If pStream == NULL and this is set to TRUE, the format converter's stream format is reset to be undefined.
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pStream was invalid. |
You are reading help file online using chmlib.com
|