Ozeki VoIP SDK Class library
VoIPMediaData Class
NamespacesOzeki.VoIP.MediaVoIPMediaData
Represents decoded media data.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class VoIPMediaData
Public MustInherit Class VoIPMediaData
public ref class VoIPMediaData abstract
Members
All MembersConstructorsProperties



IconMemberDescription
VoIPMediaData()()()()
Initializes a new instance of the VoIPMediaData class

Data
Gets the media data.

MediaType
Gets the type of the media data.

Remarks
The VoIP call are made through a packet switched communication line. The received data packet is decoded with the codec that was attached to it and the IPhoneCall object gets a MediaDataReceived event notification about it. The phone call gets the decoded PCM data that needs further processing. The system can handle different media data according to the supported codecs. The audio, data or video communication are all possible.
Inheritance Hierarchy
Object
VoIPMediaData
 AudioData
 VideoData

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243