Platform SDK: TAPI |
Removes a media stream.
HRESULT RemoveStream( ITStream *pStream );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_INVALIDARG | The pStream parameter is not valid. |
TAPI_E_NOTSUPPORTED | This operation is not supported. |
Some MSPs may not support the advanced concept of creating and removing streams, and simply return TAPI_E_NOTSUPPORTED.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.