Home
last modified time | relevance | path

Searched defs:_GstM3U8MediaFile (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h111 struct _GstM3U8MediaFile struct
113 gchar *title;
114 GstClockTime duration;
115 gchar *uri;
116 gint64 sequence; /* the sequence nb of this file */
117 gboolean discont; /* this file marks a discontinuity */
118 gchar *key;
119 guint8 iv[16];
120 gint64 offset, size;
121 gint ref_count; /* ATOMIC */
[all …]