MediaPacketType Enumeration |
Defines packet types for media data.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum MediaPacketType
Public Enumeration MediaPacketType
public enum class MediaPacketType
Members
| Member name | Value | Description |
---|
| RTP | 0 |
Standard RTP packet.
|
| RTP_EVENT | 1 |
RTP-Event (DTMF).
|
| H264 | 2 |
H264 packet.
|
| MPEG4 | 3 |
MPEG4 packet.
|
| Unknown | 4 |
Unknown packet.
|
| H263Plus | 5 |
H263-1998 packet.
|
| H263 | 6 |
H263 packet.
|
| RTP_Dummy | 7 |
Dummy RTP packet for test purposes.
|
See Also