gstreamer/sources/generated/Gst.Sdp_MIKEYSecSRTP.cs
2018-01-29 16:25:26 -03:00

27 lines
471 B
C#

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