GStreamer.version_

Gets the version number of the GStreamer library.

struct GStreamer
static
void
version_
(
out uint major
,
out uint minor
,
out uint micro
,
out uint nano
)

Parameters

major uint

pointer to a guint to store the major version number

minor uint

pointer to a guint to store the minor version number

micro uint

pointer to a guint to store the micro version number

nano uint

pointer to a guint to store the nano version number