Format.register

Create a new GstFormat based on the nick or return an already registered format with that nick.

struct Format
static
register
(
string nick
,)

Parameters

nick string

The nick of the new format

description string

The description of the new format

Return Value

Type: GstFormat

A new GstFormat or an already registered format with the same nick.

MT safe.

Meta