Table of Contents

Class PluginDesc

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class PluginDesc
Inheritance
PluginDesc
Inherited Members

Constructors

PluginDesc()

public PluginDesc()

PluginDesc(PluginDescOwnedHandle)

public PluginDesc(PluginDescOwnedHandle handle)

Parameters

handle PluginDescOwnedHandle

Properties

Description

public string? Description { get; set; }

Property Value

string

Handle

public PluginDescOwnedHandle Handle { get; }

Property Value

PluginDescOwnedHandle

License

public string? License { get; set; }

Property Value

string

MajorVersion

public int MajorVersion { get; set; }

Property Value

int

MinorVersion

public int MinorVersion { get; set; }

Property Value

int

Name

public string? Name { get; set; }

Property Value

string

Origin

public string? Origin { get; set; }

Property Value

string

Package

public string? Package { get; set; }

Property Value

string

ReleaseDatetime

public string? ReleaseDatetime { get; set; }

Property Value

string

Source

public string? Source { get; set; }

Property Value

string

Version

public string? Version { get; set; }

Property Value

string

Methods

Equals(PluginDesc?)

public bool Equals(PluginDesc? other)

Parameters

other PluginDesc

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.