ISpStreamFormatConverter::GetBaseStream (Windows Embedded CE 6.0)
1/6/2010
This methodgets the base (unconverted) audio stream that is being wrapped.
Syntax
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 Value
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
Header | sapi.h, sapi.idl |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |