GStreamer.versio

Gets the version number of the GStreamer library.

class GStreamer
static
void
versio
(
ref uint major
,
ref uint minor
,
ref uint micro
,
ref uint nano
)

Parameters

major uint

pointer to a guint to store the major version number. out

minor uint

pointer to a guint to store the minor version number. out

micro uint

pointer to a guint to store the micro version number. out

nano uint

pointer to a guint to store the nano version number. out

Meta