Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 2.54 KB

nf-mspcall-cmspcallbase-removestream.md

File metadata and controls

67 lines (58 loc) · 2.54 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mspcall.CMSPCallBase.RemoveStream
CMSPCallBase::RemoveStream (mspcall.h)
(Interface RemoveStream) The RemoveStream method is called by the application to remove a stream from the call. (CMSPCallBase.RemoveStream)
CMSPCallBase interface [TAPI 2.2]
RemoveStream method
CMSPCallBase.RemoveStream
CMSPCallBase::RemoveStream
RemoveStream
RemoveStream method [TAPI 2.2]
RemoveStream method [TAPI 2.2]
CMSPCallBase interface
_tapi3_cmspcallbase_removestream
mspcall/CMSPCallBase::RemoveStream
tapi3.cmspcallbase_removestream
tapi3\cmspcallbase_removestream.htm
tapi3
5e2b4261-ba0f-429a-aef5-974b2841bf0b
12/05/2018
CMSPCallBase interface [TAPI 2.2],RemoveStream method, CMSPCallBase.RemoveStream, CMSPCallBase::RemoveStream, RemoveStream, RemoveStream method [TAPI 2.2], RemoveStream method [TAPI 2.2],CMSPCallBase interface, _tapi3_cmspcallbase_removestream, mspcall/CMSPCallBase::RemoveStream, tapi3.cmspcallbase_removestream
mspcall.h
Windows
Windows
19H1
CMSPCallBase::RemoveStream
mspcall/CMSPCallBase::RemoveStream
c++
APIRef
kbSyntax
COM
Mspcall.h
CMSPCallBase.RemoveStream

CMSPCallBase::RemoveStream

-description

(Interface RemoveStream) The RemoveStream method is called by the application to remove a stream from the call. Derived MSP call objects that do not want to allow applications to remove streams should override this to simply return TAPI_E_NOTSUPPORTED. (This is a good simplification strategy for many MSPs.) Derived call objects that do support removal of streams by the application should override this method to remove the stream object from the call object's list of streams and release the call's references to the stream. (Also see the CMSPCallMultiGraph implementation.)

-parameters

-param pStream

Pointer to ITStream interface to be removed.

-see-also

CMSPCallBase