gstrtphdrext

gstrtphdrext

Functions

Includes

#include <gst/rtp/gstrtphdrext.h>

Description

Functions

gst_rtp_hdrext_get_ntp_56 ()

gboolean
gst_rtp_hdrext_get_ntp_56 (gpointer data,
                           guint size,
                           guint64 *ntptime);

gst_rtp_hdrext_get_ntp_64 ()

gboolean
gst_rtp_hdrext_get_ntp_64 (gpointer data,
                           guint size,
                           guint64 *ntptime);

gst_rtp_hdrext_set_ntp_56 ()

gboolean
gst_rtp_hdrext_set_ntp_56 (gpointer data,
                           guint size,
                           guint64 ntptime);

gst_rtp_hdrext_set_ntp_64 ()

gboolean
gst_rtp_hdrext_set_ntp_64 (gpointer data,
                           guint size,
                           guint64 ntptime);

Types and Values