CodecPayloadType Enumeration |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum CodecPayloadType
Public Enumeration CodecPayloadType
public enum class CodecPayloadType
Members
| Member name | Value | Description |
---|
| Dynamic | -1 | |
| PCMU | 0 | |
| GSM | 3 | |
| G723 | 4 | |
| PCMA | 8 | |
| G722 | 9 | |
| L16_44_2 | 10 | |
| L16_44_1 | 11 | |
| G728 | 15 | |
| G729 | 18 | |
| H263 | 34 | |
| Speex_Narrowband | 97 | |
| iLBC | 98 | |
| H264 | 99 | |
| Speex_Wideband | 100 | |
| Speex_Ultrawideband | 108 | |
| telephone_event | 101 | |
| H263_plus | 102 | |
| L16 | 103 | |
| G726_16 | 104 | |
| G726_24 | 105 | |
| G726_32 | 106 | |
| G726_40 | 107 | |
| MPEG4 | 96 | |
| OPUS | 120 | |
| Unknown | -111 | |
See Also