Searched defs:_GstAudioFormatInfo (Results 1 – 1 of 1) sorted by relevance
237 struct _GstAudioFormatInfo { struct239 GstAudioFormat format;240 const gchar *name;241 const gchar *description;242 GstAudioFormatFlags flags;243 gint endianness;244 gint width;245 gint depth;246 guint8 silence[8];248 GstAudioFormat unpack_format;[all …]