mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
9f1fac402e
List of files in sources/meson.build is now aphabetically ordered.
66 lines
2.9 KiB
C#
66 lines
2.9 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 = 57592;
|
|
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_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_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
|
|
}
|
|
}
|