mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 06:31:08 +00:00
4e31f2def5
With a few unnecessary gst_rtsp_stream_transport_* methods manually disabled to avoid compilation errors. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5961>
29 lines
1.4 KiB
C#
29 lines
1.4 KiB
C#
// This file was generated by the Gtk# code generator.
|
|
// Any changes made will be lost if regenerated.
|
|
|
|
namespace Gst.RtspServer {
|
|
|
|
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
|
|
#region Autogenerated code
|
|
public partial class Constants {
|
|
|
|
public const string RTSP_ADDRESS_POOL_ANY_IPV4 = @"0.0.0.0";
|
|
public const string RTSP_ADDRESS_POOL_ANY_IPV6 = @"::";
|
|
public const string RTSP_AUTH_CHECK_CONNECT = @"auth.check.connect";
|
|
public const string RTSP_AUTH_CHECK_MEDIA_FACTORY_ACCESS = @"auth.check.media.factory.access";
|
|
public const string RTSP_AUTH_CHECK_MEDIA_FACTORY_CONSTRUCT = @"auth.check.media.factory.construct";
|
|
public const string RTSP_AUTH_CHECK_TRANSPORT_CLIENT_SETTINGS = @"auth.check.transport.client-settings";
|
|
public const string RTSP_AUTH_CHECK_URL = @"auth.check.url";
|
|
public const string RTSP_ONVIF_BACKCHANNEL_REQUIREMENT = @"www.onvif.org/ver20/backchannel";
|
|
public const string RTSP_ONVIF_REPLAY_REQUIREMENT = @"onvif-replay";
|
|
public const string RTSP_PERM_MEDIA_FACTORY_ACCESS = @"media.factory.access";
|
|
public const string RTSP_PERM_MEDIA_FACTORY_CONSTRUCT = @"media.factory.construct";
|
|
public const string RTSP_TOKEN_MEDIA_FACTORY_ROLE = @"media.factory.role";
|
|
public const string RTSP_TOKEN_TRANSPORT_CLIENT_SETTINGS = @"transport.client-settings";
|
|
#endregion
|
|
}
|
|
}
|