gstreamer/subprojects/gstreamer-sharp/sources/generated/Gst.Rtp/Constants.cs
Andoni Morales Alastruey 4be602a137 csharp: update c# bindings
Update to C# bindings to use a more recent version of GtkSharp
and regenerate the bindings with that version

Fix #1718
2023-12-07 17:34:34 +01:00

69 lines
3.1 KiB
C#

// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace Gst.Rtp {
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
#region Autogenerated code
public partial class Constants {
public const int RTCP_MAX_BYE_SSRC_COUNT = 31;
public const int RTCP_MAX_RB_COUNT = 31;
public const int RTCP_MAX_SDES = 255;
public const int RTCP_MAX_SDES_ITEM_COUNT = 31;
public const int RTCP_REDUCED_SIZE_VALID_MASK = 49400;
public const int RTCP_VALID_MASK = 57598;
public const int RTCP_VALID_VALUE = 200;
public const int RTCP_VERSION = 2;
public const string RTP_HDREXT_BASE = @"urn:ietf:params:rtp-hdrext:";
public const string RTP_HDREXT_ELEMENT_CLASS = @"Network/Extension/RTPHeader";
public const string RTP_HDREXT_NTP_56 = @"ntp-56";
public const int RTP_HDREXT_NTP_56_SIZE = 7;
public const string RTP_HDREXT_NTP_64 = @"ntp-64";
public const int RTP_HDREXT_NTP_64_SIZE = 8;
public const string RTP_HEADER_EXTENSION_URI_METADATA_KEY = @"RTP-Header-Extension-URI";
public const string RTP_PAYLOAD_1016_STRING = @"1";
public const string RTP_PAYLOAD_CELLB_STRING = @"25";
public const string RTP_PAYLOAD_CN_STRING = @"13";
public const string RTP_PAYLOAD_DVI4_11025_STRING = @"16";
public const string RTP_PAYLOAD_DVI4_16000_STRING = @"6";
public const string RTP_PAYLOAD_DVI4_22050_STRING = @"17";
public const string RTP_PAYLOAD_DVI4_8000_STRING = @"5";
public const string RTP_PAYLOAD_DYNAMIC_STRING = @"[96, 127]";
public const string RTP_PAYLOAD_G721_STRING = @"2";
public const string RTP_PAYLOAD_G722_STRING = @"9";
public const int RTP_PAYLOAD_G723_53 = 17;
public const string RTP_PAYLOAD_G723_53_STRING = @"17";
public const int RTP_PAYLOAD_G723_63 = 16;
public const string RTP_PAYLOAD_G723_63_STRING = @"16";
public const string RTP_PAYLOAD_G723_STRING = @"4";
public const string RTP_PAYLOAD_G728_STRING = @"15";
public const string RTP_PAYLOAD_G729_STRING = @"18";
public const string RTP_PAYLOAD_GSM_STRING = @"3";
public const string RTP_PAYLOAD_H261_STRING = @"31";
public const string RTP_PAYLOAD_H263_STRING = @"34";
public const string RTP_PAYLOAD_JPEG_STRING = @"26";
public const string RTP_PAYLOAD_L16_MONO_STRING = @"11";
public const string RTP_PAYLOAD_L16_STEREO_STRING = @"10";
public const string RTP_PAYLOAD_LPC_STRING = @"7";
public const string RTP_PAYLOAD_MP2T_STRING = @"33";
public const string RTP_PAYLOAD_MPA_STRING = @"14";
public const string RTP_PAYLOAD_MPV_STRING = @"32";
public const string RTP_PAYLOAD_NV_STRING = @"28";
public const string RTP_PAYLOAD_PCMA_STRING = @"8";
public const string RTP_PAYLOAD_PCMU_STRING = @"0";
public const string RTP_PAYLOAD_QCELP_STRING = @"12";
public const int RTP_PAYLOAD_TS41 = 19;
public const string RTP_PAYLOAD_TS41_STRING = @"19";
public const int RTP_PAYLOAD_TS48 = 18;
public const string RTP_PAYLOAD_TS48_STRING = @"18";
public const int RTP_SOURCE_META_MAX_CSRC_COUNT = 15;
public const int RTP_VERSION = 2;
#endregion
}
}