// 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
}