|
OnAudioMixedData |
Top Previous Next |
|
OnAudioMixedData Occurs when mixed audio data is available. This event is not available on .NET CF and COM versions due to their technical limitations.
CallToken – the ID of call who is originating this audio event. UserData – the user data associated with the call. This data can be set using AcceptCall(AcceptCallEx for COM)/MakeCall(MakeCallEx for COM) last parameter.
For C# parameter bytes means size of samples in bytes. For Delphi parameter SizeInBytes means size of samples in bytes. |