Table of Contents

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

PadDirection

Handle

public StaticPadTemplateOwnedHandle Handle { get; }

Property Value

StaticPadTemplateOwnedHandle

NameTemplate

public string? NameTemplate { get; set; }

Property Value

string

Presence

public PadPresence Presence { get; set; }

Property Value

PadPresence

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 StaticPadTemplate

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Get()

public PadTemplate? Get()

Returns

PadTemplate

GetCaps()

public Caps GetCaps()

Returns

Caps

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.