gstpbutils.encoding_container_profile

Module for [EncodingContainerProfile] class

Types 3

Encoding profiles for containers. Keeps track of a list of #GstEncodingProfile

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
EncodingContainerProfile self() nothrowReturns `this`, for use in `with` statements.
EncodingContainerProfileGidBuilder builder() static nothrowGet builder for [gstpbutils.encoding_container_profile.EncodingContainerProfile] Returns: New builder object
bool addProfile(gstpbutils.encoding_profile.EncodingProfile profile) nothrowAdd a #GstEncodingProfile to the list of profiles handled by container.
bool containsProfile(gstpbutils.encoding_profile.EncodingProfile profile) nothrowChecks if container contains a #GstEncodingProfile identical to profile.
Constructors
this(void * ptr, Flag!"Take" take)
this(string name, string description, gst.caps.Caps format, string preset = null)Creates a new #GstEncodingContainerProfile.