|
OnSoundOpen |
Top Previous Next |
|
Declaration type
TOnSoundOpenEvent = function (Sender : TObject; const ConnToken: String; Encoding : Boolean): Boolean of object;
property TOnSoundOpenEvent: TOnSoundOpenEvent;
Description This event is fired when an H323 connection is to be opened and the InputMethod has been set to ioCustom.The Encoding parameter specifies what audio channel has been opened. Incoming (for example with data from microphone) or outgoing. This event will be fired twice for each H323 connection. |