gstnet.c.functions

C functions for gstnet1 library

Module Initializers 1

shared static this()

Types 30

aliasgst_net_address_meta_get_info = c_gst_net_address_meta_get_info
aliasgst_net_client_clock_get_type = c_gst_net_client_clock_get_type
aliasgst_net_client_clock_new = c_gst_net_client_clock_new
aliasgst_net_control_message_meta_get_info = c_gst_net_control_message_meta_get_info
aliasgst_net_time_packet_get_type = c_gst_net_time_packet_get_type
aliasgst_net_time_packet_new = c_gst_net_time_packet_new
aliasgst_net_time_packet_copy = c_gst_net_time_packet_copy
aliasgst_net_time_packet_free = c_gst_net_time_packet_free
aliasgst_net_time_packet_send = c_gst_net_time_packet_send
aliasgst_net_time_packet_serialize = c_gst_net_time_packet_serialize
aliasgst_net_time_packet_receive = c_gst_net_time_packet_receive
aliasgst_net_time_provider_get_type = c_gst_net_time_provider_get_type
aliasgst_net_time_provider_new = c_gst_net_time_provider_new
aliasgst_ntp_clock_get_type = c_gst_ntp_clock_get_type
aliasgst_ntp_clock_new = c_gst_ntp_clock_new
aliasgst_ptp_clock_get_type = c_gst_ptp_clock_get_type
aliasgst_ptp_clock_new = c_gst_ptp_clock_new
aliasgst_buffer_add_net_address_meta = c_gst_buffer_add_net_address_meta
aliasgst_buffer_add_net_control_message_meta = c_gst_buffer_add_net_control_message_meta
aliasgst_buffer_get_net_address_meta = c_gst_buffer_get_net_address_meta
aliasgst_net_address_meta_api_get_type = c_gst_net_address_meta_api_get_type
aliasgst_net_control_message_meta_api_get_type = c_gst_net_control_message_meta_api_get_type
aliasgst_net_utils_set_socket_tos = c_gst_net_utils_set_socket_tos
aliasgst_ptp_deinit = c_gst_ptp_deinit
aliasgst_ptp_init = c_gst_ptp_init
aliasgst_ptp_init_full = c_gst_ptp_init_full
aliasgst_ptp_is_initialized = c_gst_ptp_is_initialized
aliasgst_ptp_is_supported = c_gst_ptp_is_supported
aliasgst_ptp_statistics_callback_add = c_gst_ptp_statistics_callback_add
aliasgst_ptp_statistics_callback_remove = c_gst_ptp_statistics_callback_remove

Variables 30

varconst(GstMetaInfo) * function() c_gst_net_address_meta_get_info
varGType function() c_gst_net_client_clock_get_type
varGstClock * function(const(char) * name, const(char) * remoteAddress, int remotePort, GstClockTime baseTime) c_gst_net_client_clock_new
varconst(GstMetaInfo) * function() c_gst_net_control_message_meta_get_info
varGType function() c_gst_net_time_packet_get_type
varGstNetTimePacket * function(const(ubyte) * buffer) c_gst_net_time_packet_new
varGstNetTimePacket * function(const(GstNetTimePacket) * packet) c_gst_net_time_packet_copy
varvoid function(GstNetTimePacket * packet) c_gst_net_time_packet_free
vargboolean function(const(GstNetTimePacket) * packet, GSocket * socket, GSocketAddress * destAddress, GError * * _err) c_gst_net_time_packet_send
varubyte * function(const(GstNetTimePacket) * packet) c_gst_net_time_packet_serialize
varGstNetTimePacket * function(GSocket * socket, GSocketAddress * * srcAddress, GError * * _err) c_gst_net_time_packet_receive
varGType function() c_gst_net_time_provider_get_type
varGstNetTimeProvider * function(GstClock * clock, const(char) * address, int port) c_gst_net_time_provider_new
varGType function() c_gst_ntp_clock_get_type
varGstClock * function(const(char) * name, const(char) * remoteAddress, int remotePort, GstClockTime baseTime) c_gst_ntp_clock_new
varGType function() c_gst_ptp_clock_get_type
varGstClock * function(const(char) * name, uint domain) c_gst_ptp_clock_new
varGstNetAddressMeta * function(GstBuffer * buffer, GSocketAddress * addr) c_gst_buffer_add_net_address_meta
varGstNetControlMessageMeta * function(GstBuffer * buffer, GSocketControlMessage * message) c_gst_buffer_add_net_control_message_meta
varGstNetAddressMeta * function(GstBuffer * buffer) c_gst_buffer_get_net_address_meta
varGType function() c_gst_net_address_meta_api_get_type
varGType function() c_gst_net_control_message_meta_api_get_type
vargboolean function(GSocket * socket, int qosDscp) c_gst_net_utils_set_socket_tos
varvoid function() c_gst_ptp_deinit
vargboolean function(ulong clockId, char * * interfaces) c_gst_ptp_init
vargboolean function(const(GstStructure) * config) c_gst_ptp_init_full
vargboolean function() c_gst_ptp_is_initialized
vargboolean function() c_gst_ptp_is_supported
vargulong function(GstPtpStatisticsCallback callback, void * userData, GDestroyNotify destroyData) c_gst_ptp_statistics_callback_add
varvoid function(gulong id) c_gst_ptp_statistics_callback_remove