Table of Contents

Class BaseParseFrame

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

Constructors

BaseParseFrame()

public BaseParseFrame()

BaseParseFrame(BaseParseFrameOwnedHandle)

public BaseParseFrame(BaseParseFrameOwnedHandle handle)

Parameters

handle BaseParseFrameOwnedHandle

Properties

Flags

public uint Flags { get; set; }

Property Value

uint

Handle

public BaseParseFrameOwnedHandle Handle { get; }

Property Value

BaseParseFrameOwnedHandle

Offset

public ulong Offset { get; set; }

Property Value

ulong

Overhead

public int Overhead { get; set; }

Property Value

int

Methods

Copy()

[Version("1.12.1")]
public BaseParseFrame Copy()

Returns

BaseParseFrame

Equals(BaseParseFrame?)

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

public bool Equals(BaseParseFrame? other)

Parameters

other BaseParseFrame

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()

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.

Init()

public void Init()

New(Buffer, BaseParseFrameFlags, int)

public static BaseParseFrame New(Buffer buffer, BaseParseFrameFlags flags, int overhead)

Parameters

buffer Buffer
flags BaseParseFrameFlags
overhead int

Returns

BaseParseFrame