GstAudio.AudioAggregatorPad¶
- Subclasses:
Methods¶
- Inherited:
- GstBase.AggregatorPad (6), Gst.Pad (84), Gst.Object (27), GObject.Object (37) 
- Structs:
Virtual Methods¶
- Inherited:
- GstBase.AggregatorPad (2), Gst.Pad (2), Gst.Object (1), GObject.Object (7) 
| 
 | |
Properties¶
- Inherited:
| Name | Type | Flags | Short Description | 
|---|---|---|---|
| r/w | Emit QoS messages when dropping buffers | 
Signals¶
- Inherited:
- GstBase.AggregatorPad (1), Gst.Pad (2), Gst.Object (1), GObject.Object (1) 
Fields¶
- Inherited:
- GstBase.AggregatorPad (1), Gst.Pad (2), Gst.Object (1), GObject.Object (1) 
| Name | Type | Access | Description | 
|---|---|---|---|
| info | r | The audio info for this pad set from the incoming caps | |
| parent | r | 
Class Details¶
- class GstAudio.AudioAggregatorPad(**kwargs)¶
- Bases:
- Abstract:
- No 
- Structure:
 - The default implementation of - Gst.Padused with- GstAudio.AudioAggregator- New in version 1.14. - do_convert_buffer(in_info, out_info, buffer) virtual¶
- Parameters:
- in_info ( - GstAudio.AudioInfo) –
- out_info ( - GstAudio.AudioInfo) –
- buffer ( - Gst.Buffer) –
 
- Return type:
 - Convert a buffer from one format to another. 
 - do_update_conversion_info() virtual¶
- Called when either the input or output formats have changed.