summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Sdp/Constants.cs
blob: a305c06a6ab480f771d973def52994d45fc903f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Gst.Sdp {

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

#region Autogenerated code
	public partial class Constants {

		public const int MIKEY_VERSION = 1;
		public const string SDP_BWTYPE_AS = @"AS";
		public const string SDP_BWTYPE_CT = @"CT";
		public const string SDP_BWTYPE_EXT_PREFIX = @"X-";
		public const string SDP_BWTYPE_RR = @"RR";
		public const string SDP_BWTYPE_RS = @"RS";
		public const string SDP_BWTYPE_TIAS = @"TIAS";
#endregion
	}
}