Class StaticPadTemplate
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public sealed class StaticPadTemplate : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<StaticPadTemplate>, IDisposable
- Inheritance
-
StaticPadTemplate
- Implements
- Inherited Members
Constructors
StaticPadTemplate()
public StaticPadTemplate()
StaticPadTemplate(StaticPadTemplateOwnedHandle)
public StaticPadTemplate(StaticPadTemplateOwnedHandle handle)
Parameters
handle
StaticPadTemplateOwnedHandle
Properties
Direction
public PadDirection Direction { get; set; }
Property Value
Handle
public StaticPadTemplateOwnedHandle Handle { get; }
Property Value
NameTemplate
public string? NameTemplate { get; set; }
Property Value
Presence
public PadPresence Presence { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(StaticPadTemplate?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(StaticPadTemplate? other)
Parameters
other
StaticPadTemplateAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Get()
public PadTemplate? Get()
Returns
GetCaps()
public Caps GetCaps()
Returns
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.