StaticPadTemplate

Structure describing the #GstStaticPadTemplate.

Constructors

this
this(GstStaticPadTemplate* gstStaticPadTemplate, bool ownedRef)

Sets our main struct and passes it to the parent class.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

get
PadTemplate get()

Converts a #GstStaticPadTemplate into a #GstPadTemplate.

getCaps
Caps getCaps()

Gets the capabilities of the static pad template.

getStaticPadTemplateStruct
GstStaticPadTemplate* getStaticPadTemplateStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Properties

direction
GstPadDirection direction [@property getter]
GstPadDirection direction [@property setter]

the direction of the template

nameTemplate
string nameTemplate [@property getter]
string nameTemplate [@property setter]

the name of the template

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.

Variables

gstStaticPadTemplate
GstStaticPadTemplate* gstStaticPadTemplate;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta