GstURIType

GstURIType — describes URI types

Synopsis




enum        GstURIType;
#define     GST_TYPE_URI

Description

Details

enum GstURIType

typedef enum {
  GST_URI_UNKNOWN,
  GST_URI_SINK,
  GST_URI_SRC
} GstURIType;


GST_TYPE_URI

#define GST_TYPE_URI (gst_uri_get_uri_type())