Represents decoded media data.

C# | Visual Basic | Visual C++ |
public abstract class VoIPMediaData : EventArgs
Public MustInherit Class VoIPMediaData Inherits EventArgs
public ref class VoIPMediaData abstract : public EventArgs

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | VoIPMediaData()()()() | Initializes a new instance of the VoIPMediaData class |
![]() | Data |
Gets the media data.
|
![]() | GetRtpPacketInfo()()()() | |
![]() | GetRtpPackets(VoIPMediaData) | (Inherited from VoIPMediaDataEx.) |
![]() | MediaType |
Gets the type of the media data.
|
![]() | SetRtpPackets(VoIPMediaData, IEnumerable<(Of <<'(RTPPacket>)>>)) | (Inherited from VoIPMediaDataEx.) |
![]() | TimeStamp |
Timestamp (PTS) value in seconds for the current media data starting from zero.
|

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.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649