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
Handle
public BaseParseFrameOwnedHandle Handle { get; }
Property Value
Offset
public ulong Offset { get; set; }
Property Value
Overhead
public int Overhead { get; set; }
Property Value
Methods
Copy()
[Version("1.12.1")]
public BaseParseFrame Copy()
Returns
Equals(BaseParseFrame?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(BaseParseFrame? other)
Parameters
other
BaseParseFrameAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
public void Free()
GetGType()
public static Type GetGType()
Returns
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
Bufferflags
BaseParseFrameFlagsoverhead
int