Table of Contents

Class VideoCodecFrame

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

Constructors

VideoCodecFrame()

public VideoCodecFrame()

VideoCodecFrame(VideoCodecFrameOwnedHandle)

public VideoCodecFrame(VideoCodecFrameOwnedHandle handle)

Parameters

handle VideoCodecFrameOwnedHandle

Properties

DistanceFromSync

public int DistanceFromSync { get; set; }

Property Value

int

Handle

public VideoCodecFrameOwnedHandle Handle { get; }

Property Value

VideoCodecFrameOwnedHandle

SystemFrameNumber

public uint SystemFrameNumber { get; set; }

Property Value

uint

Methods

Equals(VideoCodecFrame?)

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

public bool Equals(VideoCodecFrame? other)

Parameters

other VideoCodecFrame

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.

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.

GetUserData()

public IntPtr GetUserData()

Returns

IntPtr

Ref()

public VideoCodecFrame Ref()

Returns

VideoCodecFrame

Unref()

public void Unref()