gstreamer/sources/generated/Gst.Sdp_MIKEYSecSRTP.cs

28 lines
471 B
C#
Raw Normal View History

2018-01-29 18:56:49 +00:00
// 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,
}
#endregion
}