gstreamer/sources/generated/Gst.Net/Constants.cs

23 lines
812 B
C#
Raw Normal View History

2018-01-29 18:56:49 +00:00
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace Gst.Net {
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
#region Autogenerated code
public partial class Constants {
public const int NET_TIME_PACKET_SIZE = 16;
public const ulong PTP_CLOCK_ID_NONE = 18446744073709551615;
public const string PTP_STATISTICS_BEST_MASTER_CLOCK_SELECTED = @"GstPtpStatisticsBestMasterClockSelected";
public const string PTP_STATISTICS_NEW_DOMAIN_FOUND = @"GstPtpStatisticsNewDomainFound";
public const string PTP_STATISTICS_PATH_DELAY_MEASURED = @"GstPtpStatisticsPathDelayMeasured";
public const string PTP_STATISTICS_TIME_UPDATED = @"GstPtpStatisticsTimeUpdated";
#endregion
}
}