mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
2d00f898fb
Making it cleaner and simpler to navigate and removing previous ugly and now useless hack where we were renaming files ourself to make meson happy.
27 lines
471 B
C#
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
|
|
}
|