|
Start |
Top Previous Next |
|
Start(OpenMicrophone: Boolean = True; OpenSpeaker; Boolean = True); - Delphi syntax Start(bool openMicrophone, bool openSpeaker); - C# syntax Start(OpenMicrophone As Boolean, OpenSpeaker As Boolean); - VB.NET syntax HRESULT Start(void); - COM IDL syntax HRESULT StartEx([in] VARIANT_BOOL OpenMicrophone, [in] VARIANT_BOOL OpenSpeaker); - COM IDL syntax
Description Activates the endpoint i.e. opens sockets, binds to port etc. At this point all AstaSIPEndPoint's properties will take effect so there maybe some exeptions
This is a synchronous method.
The OpenMicrophone/OpenSpeaker parameters will determine if the corresponding sound card components are to be used.
|