Represents encoded media data with codec properties.
Inheritance HierarchySystemObject
SystemEventArgs
Ozeki.VoIPEncodedMediaData
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic class EncodedMediaData : EventArgs
Public Class EncodedMediaData
Inherits EventArgs
public ref class EncodedMediaData : public EventArgs
type EncodedMediaData =
class
inherit EventArgs
end
The EncodedMediaData type exposes the following members.
Constructors
Properties
Methods
Remarks
The VoIP calls are made through packet swiched communication channel. The IPhonecall
object gets the sent data packed through the PlainMediaDataReceived event. This packed needs further
processing. The main goal of VoIP is audio communication, but with other supported
codecs in this system it is possible to perform data and video communication too.
See Also