Format.getByNick

Return the format registered with the given nick.

struct Format
static
getByNick
(
string nick
)

Parameters

nick string

The nick of the format

Return Value

Type: GstFormat

The format with @nick or GST_FORMAT_UNDEFINED if the format was not registered.

Meta