Ozeki VoIP SDK Class library
DataSent Event
NamespacesOzeki.Media.MediaHandlersAudioHandlerDataSent
Event that occurs when the data is ready to send.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<VoIPEventArgs<AudioData>> DataSent
Public Event DataSent As EventHandler(Of VoIPEventArgs(Of AudioData))
public:
 event EventHandler<VoIPEventArgs<AudioData^>^>^ DataSent {
	void add (EventHandler<VoIPEventArgs<AudioData^>^>^ value);
	void remove (EventHandler<VoIPEventArgs<AudioData^>^>^ value);
}
Value
EventHandler<(Of <(<'VoIPEventArgs<(Of <(<'AudioData>)>)>>)>)>

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649