You are reading help file online using chmlib.com
|
ISpStreamFormatConverter::SetFormat sets the output format of the converter.
The ISpStreamFormat::GetFormat method returns the format of the output (converted) stream.
HRESULT SetFormat(
REFGUID rguidFormatIdOfConvertedStream,
const WAVEFORMATEX *pWaveFormatExOfConvertedStream
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | One of the following was encountered:
rguidFormatIdOfConvertedStream is neither GUID_NULL or SPDFID_WaveFormatEx; pWaveFormatExOfConvertedStream is not valid for the supplied REFGUID. |
You are reading help file online using chmlib.com
|