EncodingAudioProfile.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gst.caps.Caps format, string preset, gst.caps.Caps restriction, uint presence)

Creates a new #GstEncodingAudioProfile

All provided allocatable arguments will be internally copied, so can be safely freed/unreferenced after calling this method.

Parameters

formatthe #GstCaps
presetthe preset(s) to use on the encoder, can be null
restrictionthe #GstCaps used to restrict the input to the encoder, can be NULL. See [gstpbutils.encoding_profile.EncodingProfile.getRestriction] for more details.
presencethe number of time this stream must be used. 0 means any number of times (including never)

Returns

the newly created #GstEncodingAudioProfile.