gstnet.c.functions
C functions for gstnet1 library
var c_gst_buffer_add_net_address_meta c_gst_buffer_add_net_control_message_meta c_gst_buffer_get_net_address_meta c_gst_net_address_meta_api_get_type c_gst_net_address_meta_get_info c_gst_net_client_clock_get_type c_gst_net_client_clock_new c_gst_net_control_message_meta_api_get_type c_gst_net_control_message_meta_get_info c_gst_net_time_packet_copy c_gst_net_time_packet_free c_gst_net_time_packet_get_type c_gst_net_time_packet_new c_gst_net_time_packet_receive c_gst_net_time_packet_send c_gst_net_time_packet_serialize c_gst_net_time_provider_get_type c_gst_net_time_provider_new c_gst_net_utils_set_socket_tos c_gst_ntp_clock_get_type c_gst_ntp_clock_new c_gst_ptp_clock_get_type c_gst_ptp_clock_new c_gst_ptp_deinit c_gst_ptp_init c_gst_ptp_init_full c_gst_ptp_is_initialized c_gst_ptp_is_supported c_gst_ptp_statistics_callback_add c_gst_ptp_statistics_callback_remove
alias gst_buffer_add_net_address_meta gst_buffer_add_net_control_message_meta gst_buffer_get_net_address_meta gst_net_address_meta_api_get_type gst_net_address_meta_get_info gst_net_client_clock_get_type gst_net_client_clock_new gst_net_control_message_meta_api_get_type gst_net_control_message_meta_get_info gst_net_time_packet_copy gst_net_time_packet_free gst_net_time_packet_get_type gst_net_time_packet_new gst_net_time_packet_receive gst_net_time_packet_send gst_net_time_packet_serialize gst_net_time_provider_get_type gst_net_time_provider_new gst_net_utils_set_socket_tos gst_ntp_clock_get_type gst_ntp_clock_new gst_ptp_clock_get_type gst_ptp_clock_new gst_ptp_deinit gst_ptp_init gst_ptp_init_full gst_ptp_is_initialized gst_ptp_is_supported gst_ptp_statistics_callback_add gst_ptp_statistics_callback_remove
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
var
const(GstMetaInfo) * function() c_gst_net_address_meta_get_infovar
GType function() c_gst_net_client_clock_get_typevar
GstClock * function(const(char) * name, const(char) * remoteAddress, int remotePort, GstClockTime baseTime) c_gst_net_client_clock_newvar
const(GstMetaInfo) * function() c_gst_net_control_message_meta_get_infovar
GType function() c_gst_net_time_packet_get_typevar
GstNetTimePacket * function(const(ubyte) * buffer) c_gst_net_time_packet_newvar
GstNetTimePacket * function(const(GstNetTimePacket) * packet) c_gst_net_time_packet_copyvar
void function(GstNetTimePacket * packet) c_gst_net_time_packet_freevar
gboolean function(const(GstNetTimePacket) * packet, GSocket * socket, GSocketAddress * destAddress, GError * * _err) c_gst_net_time_packet_sendvar
ubyte * function(const(GstNetTimePacket) * packet) c_gst_net_time_packet_serializevar
GstNetTimePacket * function(GSocket * socket, GSocketAddress * * srcAddress, GError * * _err) c_gst_net_time_packet_receivevar
GType function() c_gst_net_time_provider_get_typevar
GstNetTimeProvider * function(GstClock * clock, const(char) * address, int port) c_gst_net_time_provider_newvar
GType function() c_gst_ntp_clock_get_typevar
GstClock * function(const(char) * name, const(char) * remoteAddress, int remotePort, GstClockTime baseTime) c_gst_ntp_clock_newvar
GType function() c_gst_ptp_clock_get_typevar
GstClock * function(const(char) * name, uint domain) c_gst_ptp_clock_newvar
GstNetAddressMeta * function(GstBuffer * buffer, GSocketAddress * addr) c_gst_buffer_add_net_address_metavar
GstNetControlMessageMeta * function(GstBuffer * buffer, GSocketControlMessage * message) c_gst_buffer_add_net_control_message_metavar
GstNetAddressMeta * function(GstBuffer * buffer) c_gst_buffer_get_net_address_metavar
GType function() c_gst_net_address_meta_api_get_typevar
GType function() c_gst_net_control_message_meta_api_get_typevar
gboolean function(GSocket * socket, int qosDscp) c_gst_net_utils_set_socket_tosvar
void function() c_gst_ptp_deinitvar
gboolean function(ulong clockId, char * * interfaces) c_gst_ptp_initvar
gboolean function(const(GstStructure) * config) c_gst_ptp_init_fullvar
gboolean function() c_gst_ptp_is_initializedvar
gboolean function() c_gst_ptp_is_supportedvar
gulong function(GstPtpStatisticsCallback callback, void * userData, GDestroyNotify destroyData) c_gst_ptp_statistics_callback_addvar
void function(gulong id) c_gst_ptp_statistics_callback_remove