Represents encoded media data with codec properties.
| C# | Visual Basic | Visual C++ |
public class EncodedMediaData
Public Class EncodedMediaData
public ref class EncodedMediaData
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EncodedMediaData(String, Int32, Int32, array<Byte>[]()[][], VoIPMediaType) |
Contains encoded media data.
| |
| Channels |
Number of channels.
| |
| CodecName |
The used codec name.
| |
| CodedData |
The raw data.
| |
| Equals(Object) |
Compares two PlainMediaData objects.
(Overrides Object.Equals(Object).) | |
| GetHashCode()()()() |
Generates Hash code summarizing contained data hascodes.
(Overrides Object.GetHashCode()()()().) | |
| MediaType |
The media type for the represented data.
| |
| SampleRate |
The samplerate of the data.
|
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.
| Object | |
| EncodedMediaData | |