summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Rtp/Constants.cs
blob: 10786eb387b455521cc381ab23129a75c1304cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Gst.Rtp {

	using System;
	using System.Collections;
	using System.Collections.Generic;
	using System.Runtime.InteropServices;

#region Autogenerated code
	public partial class Constants {

		public const int RTCP_MAX_BYE_SSRC_COUNT = 31;
		public const int RTCP_MAX_RB_COUNT = 31;
		public const int RTCP_MAX_SDES = 255;
		public const int RTCP_MAX_SDES_ITEM_COUNT = 31;
		public const int RTCP_REDUCED_SIZE_VALID_MASK = 57592;
		public const int RTCP_VALID_MASK = 57598;
		public const int RTCP_VALID_VALUE = 200;
		public const int RTCP_VERSION = 2;
		public const string RTP_HDREXT_BASE = @"urn:ietf:params:rtp-hdrext:";
		public const string RTP_HDREXT_NTP_56 = @"ntp-56";
		public const int RTP_HDREXT_NTP_56_SIZE = 7;
		public const string RTP_HDREXT_NTP_64 = @"ntp-64";
		public const int RTP_HDREXT_NTP_64_SIZE = 8;
		public const string RTP_PAYLOAD_1016_STRING = @"1";
		public const string RTP_PAYLOAD_CELLB_STRING = @"25";
		public const string RTP_PAYLOAD_CN_STRING = @"13";
		public const string RTP_PAYLOAD_DVI4_11025_STRING = @"16";
		public const string RTP_PAYLOAD_DVI4_16000_STRING = @"6";
		public const string RTP_PAYLOAD_DVI4_22050_STRING = @"17";
		public const string RTP_PAYLOAD_DVI4_8000_STRING = @"5";
		public const string RTP_PAYLOAD_DYNAMIC_STRING = @"[96, 127]";
		public const string RTP_PAYLOAD_G721_STRING = @"2";
		public const string RTP_PAYLOAD_G722_STRING = @"9";
		public const int RTP_PAYLOAD_G723_53 = 17;
		public const string RTP_PAYLOAD_G723_53_STRING = @"17";
		public const int RTP_PAYLOAD_G723_63 = 16;
		public const string RTP_PAYLOAD_G723_63_STRING = @"16";
		public const string RTP_PAYLOAD_G723_STRING = @"4";
		public const string RTP_PAYLOAD_G728_STRING = @"15";
		public const string RTP_PAYLOAD_G729_STRING = @"18";
		public const string RTP_PAYLOAD_GSM_STRING = @"3";
		public const string RTP_PAYLOAD_H261_STRING = @"31";
		public const string RTP_PAYLOAD_H263_STRING = @"34";
		public const string RTP_PAYLOAD_JPEG_STRING = @"26";
		public const string RTP_PAYLOAD_L16_MONO_STRING = @"11";
		public const string RTP_PAYLOAD_L16_STEREO_STRING = @"10";
		public const string RTP_PAYLOAD_LPC_STRING = @"7";
		public const string RTP_PAYLOAD_MP2T_STRING = @"33";
		public const string RTP_PAYLOAD_MPA_STRING = @"14";
		public const string RTP_PAYLOAD_MPV_STRING = @"32";
		public const string RTP_PAYLOAD_NV_STRING = @"28";
		public const string RTP_PAYLOAD_PCMA_STRING = @"8";
		public const string RTP_PAYLOAD_PCMU_STRING = @"0";
		public const string RTP_PAYLOAD_QCELP_STRING = @"12";
		public const int RTP_PAYLOAD_TS41 = 19;
		public const string RTP_PAYLOAD_TS41_STRING = @"19";
		public const int RTP_PAYLOAD_TS48 = 18;
		public const string RTP_PAYLOAD_TS48_STRING = @"18";
		public const int RTP_SOURCE_META_MAX_CSRC_COUNT = 15;
		public const int RTP_VERSION = 2;
#endregion
	}
}