EncodingTarget.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string name, string category, string description, gstpbutils.encoding_profile.EncodingProfile[] profiles)

Creates a new #GstEncodingTarget.

The name and category can only consist of lowercase ASCII letters for the first character, followed by either lowercase ASCII letters, digits or hyphens ('-').

The category should be one of the existing well-defined categories, like #GST_ENCODING_CATEGORY_DEVICE, but it

can be a application or user specific category if

needed.

Parameters

nameThe name of the target.
categoryThe name of the category to which this target belongs. For example: #GST_ENCODING_CATEGORY_DEVICE.
descriptionA description of #GstEncodingTarget in the current locale.
profilesA #GList of #GstEncodingProfile.

Returns

The newly created #GstEncodingTarget or null if

there was an error.