Represents decoded media data.
| C# | Visual Basic | Visual C++ |
public abstract class VoIPMediaData
Public MustInherit Class VoIPMediaData
public ref class VoIPMediaData abstract
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| VoIPMediaData()()()() | Initializes a new instance of the VoIPMediaData class | |
| Data |
Gets the media data.
| |
| MediaType |
Gets the type of the media data.
|
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.