GstAudio.AudioFilterClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
basetransformclass |
r |
parent class |
|
setup |
r |
virtual function called whenever the format changes |
Methods¶
|
Details¶
- class GstAudio.AudioFilterClass¶
In addition to the setup virtual function, you should also override the
GstBase.BaseTransform
::transform
and/or GstBaseTransform::transform_ip virtual function.- add_pad_templates(allowed_caps)[source]¶
-
Convenience function to add pad templates to this element class, with allowed_caps as the caps that can be handled.
This function is usually used from within a
GObject.Object
class_init function.