ISpStreamFormatConverter::GetBaseStream (Windows CE 5.0)
This method gets the base (unconverted) audio stream that is being wrapped.
HRESULT GetBaseStream( ISpStreamFormat** ppStream);
Parameters
- ppStream
[out] Address of a pointer to the ISpStreamFormat object containing the format of the base stream. This parameter can be NULL to simply test if there is an associated base stream.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function completed successfully. |
S_FALSE | No base stream is present. |
E_POINTER | Pointer is bad or invalid. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
Link Library: Sapilib.lib.
See Also
ISpStreamFormatConverter | SAPI Interfaces
Send Feedback on this topic to the authors