Table of Contents

Class FlowCombiner

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

Constructors

FlowCombiner(FlowCombinerOwnedHandle)

public FlowCombiner(FlowCombinerOwnedHandle handle)

Parameters

handle FlowCombinerOwnedHandle

Properties

Handle

public FlowCombinerOwnedHandle Handle { get; }

Property Value

FlowCombinerOwnedHandle

Methods

AddPad(Pad)

[Version("1.4")]
public void AddPad(Pad pad)

Parameters

pad Pad

Clear()

[Version("1.6")]
public void Clear()

Equals(FlowCombiner?)

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

public bool Equals(FlowCombiner? other)

Parameters

other FlowCombiner

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.

Free()

[Version("1.4")]
public void Free()

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.

New()

[Version("1.4")]
public static FlowCombiner New()

Returns

FlowCombiner

Ref()

[Version("1.12.1")]
public FlowCombiner Ref()

Returns

FlowCombiner

RemovePad(Pad)

[Version("1.4")]
public void RemovePad(Pad pad)

Parameters

pad Pad

Reset()

[Version("1.6")]
public void Reset()

Unref()

[Version("1.12.1")]
public void Unref()

UpdateFlow(FlowReturn)

[Version("1.4")]
public FlowReturn UpdateFlow(FlowReturn fret)

Parameters

fret FlowReturn

Returns

FlowReturn

UpdatePadFlow(Pad, FlowReturn)

[Version("1.6")]
public FlowReturn UpdatePadFlow(Pad pad, FlowReturn fret)

Parameters

pad Pad
fret FlowReturn

Returns

FlowReturn