Gst.StaticPadTemplate¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| direction | Gst.PadDirection | r/w | the direction of the template | 
| name_template | str | r/w | the name of the template | 
| presence | Gst.PadPresence | r/w | the presence of the template | 
| static_caps | Gst.StaticCaps | r/w | the caps of the template. | 
Details¶
- 
class Gst.StaticPadTemplate¶
- Structure describing the - Gst.StaticPadTemplate.- 
get()[source]¶
- Returns: - a new - Gst.PadTemplate.- Return type: - Gst.PadTemplateor- None- Converts a - Gst.StaticPadTemplateinto a- Gst.PadTemplate.
 
-