summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Sdp/MIKEYSecSRTP.cs
blob: 26d1545aa56d513e243608e5a4216ff749ca1321 (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
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Gst.Sdp {

	using System;
	using System.Runtime.InteropServices;

#region Autogenerated code
	public enum MIKEYSecSRTP {

		EncAlg = 0,
		EncKeyLen = 1,
		AuthAlg = 2,
		AuthKeyLen = 3,
		SaltKeyLen = 4,
		Prf = 5,
		KeyDerivRate = 6,
		SrtpEnc = 7,
		SrtcpEnc = 8,
		FecOrder = 9,
		SrtpAuth = 10,
		AuthTagLen = 11,
		SrtpPrefixLen = 12,
		AeadAuthTagLen = 20,
	}
#endregion
}