Table of Contents

Class Context

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class Context : BoxedRecord, IEquatable<Context>
Inheritance
Context
Implements
Inherited Members

Constructors

Context(ContextOwnedHandle)

public Context(ContextOwnedHandle handle)

Parameters

handle ContextOwnedHandle

Properties

Handle

public ContextOwnedHandle Handle { get; }

Property Value

ContextOwnedHandle

Methods

Equals(Context?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Context? other)

Parameters

other Context

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.

GetContextType()

[Version("1.2")]
public string GetContextType()

Returns

string

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.

GetStructure()

[Version("1.2")]
public Structure GetStructure()

Returns

Structure

HasContextType(string)

[Version("1.2")]
public bool HasContextType(string contextType)

Parameters

contextType string

Returns

bool

IsPersistent()

[Version("1.2")]
public bool IsPersistent()

Returns

bool

New(string, bool)

[Version("1.2")]
public static Context New(string contextType, bool persistent)

Parameters

contextType string
persistent bool

Returns

Context

WritableStructure()

[Version("1.2")]
public Structure WritableStructure()

Returns

Structure