Click or drag to resize
EncodedMediaData Class
Represents encoded media data with codec properties.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class EncodedMediaData : EventArgs

The EncodedMediaData type exposes the following members.

Constructors
  NameDescription
Public methodEncodedMediaData
Initializes a new instance of the EncodedMediaData class
Top
Methods
Properties
  NameDescription
Public propertyCodecDescription
Gets the description of the codec.
Public propertyMediaData
Gets the encoded media data.
Top
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