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



IconMemberDescription
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.

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
EventArgs
 VoIPMediaData
  AudioData
  VideoData

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649