register_metas


Description:

[ CCode ( cname = "ges_formatter_class_register_metas" ) ]
public class void register_metas (string name, string description, string extensions, string caps, double version, Rank rank)

Parameters:

this

The class to register metas on

name

The name of the formatter

description

The formatter description

extensions

A list of coma separated file extensions handled by the formatter. The order of the extensions should match the list of the structures inside caps

caps

The caps the formatter handled, they should match what gstreamer typefind mechanism will report for the files the formatter handles.

version

The version of the formatter

rank

The rank of the formatter