Table of Contents

Class StaticPadTemplate

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class StaticPadTemplate
Inheritance
StaticPadTemplate
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

Equals(StaticPadTemplate?)

public bool Equals(StaticPadTemplate? other)

Parameters

other StaticPadTemplate

Returns

bool

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

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.