EncodingContainerProfile.this

Creates a new #GstEncodingContainerProfile.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string name, string description, gst.caps.Caps format, string preset)
    class EncodingContainerProfile
    this
    (
    string name
    ,,,
    string preset = null
    )

Parameters

name string

The name of the container profile, can be null

description string

The description of the container profile, can be null

format gst.caps.Caps

The format to use for this profile

preset string

The preset to use for this profile.

Return Value

The newly created #GstEncodingContainerProfile.