gstnet.types

Undocumented in source.

Members

Aliases

PtpStatisticsCallback
alias PtpStatisticsCallback = bool delegate(ubyte domain, gst.structure.Structure stats)

The statistics can be the following structures:

Manifest constants

NET_TIME_PACKET_SIZE
enum NET_TIME_PACKET_SIZE;

The size of the packets sent between network clocks.

PTP_CLOCK_ID_NONE
enum PTP_CLOCK_ID_NONE;

PTP clock identification that can be passed to gstnet.global.ptpInit to automatically select one based on the MAC address of interfaces

PTP_STATISTICS_BEST_MASTER_CLOCK_SELECTED
enum PTP_STATISTICS_BEST_MASTER_CLOCK_SELECTED;
PTP_STATISTICS_NEW_DOMAIN_FOUND
enum PTP_STATISTICS_NEW_DOMAIN_FOUND;
PTP_STATISTICS_PATH_DELAY_MEASURED
enum PTP_STATISTICS_PATH_DELAY_MEASURED;
PTP_STATISTICS_TIME_UPDATED
enum PTP_STATISTICS_TIME_UPDATED;