StaticPadTemplate
final
class StaticPadTemplate {
}
- this
this(GstStaticPadTemplate* gstStaticPadTemplate, bool ownedRef)
Sets our main struct and passes it to the parent class.
A destructor is present on this object, but not explicitly documented in the source.
- get
PadTemplate get()
- getCaps
Caps getCaps()
Gets the capabilities of the static pad template.
- getStaticPadTemplateStruct
GstStaticPadTemplate* getStaticPadTemplateStruct(bool transferOwnership)
- getStruct
void* getStruct()
the main Gtk struct as a void*
- direction
GstPadDirection direction [@property getter]
GstPadDirection direction [@property setter]
the direction of the template
- nameTemplate
string nameTemplate [@property getter]
string nameTemplate [@property setter]
- presence
GstPadPresence presence [@property getter]
GstPadPresence presence [@property setter]
the presence of the template
- staticCaps
GstStaticCaps staticCaps [@property getter]
GstStaticCaps staticCaps [@property setter]
the caps of the template.
- gstStaticPadTemplate
GstStaticPadTemplate* gstStaticPadTemplate;
Structure describing the gstreamer.StaticPadTemplate