Table of Contents

Class VideoTimeCodeConfigHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public abstract class VideoTimeCodeConfigHandle : SafeHandle, IDisposable
Inheritance
VideoTimeCodeConfigHandle
Implements
Derived
Inherited Members

Constructors

VideoTimeCodeConfigHandle(bool)

protected VideoTimeCodeConfigHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(VideoTimeCodeConfigHandle?)

public bool Equals(VideoTimeCodeConfigHandle? other)

Parameters

other VideoTimeCodeConfigHandle

Returns

bool

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.

GetFlags()

public VideoTimeCodeFlags GetFlags()

Returns

VideoTimeCodeFlags

GetFpsD()

public uint GetFpsD()

Returns

uint

GetFpsN()

public uint GetFpsN()

Returns

uint

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetLatestDailyJam()

public IntPtr GetLatestDailyJam()

Returns

IntPtr

SetFlags(VideoTimeCodeFlags)

public void SetFlags(VideoTimeCodeFlags value)

Parameters

value VideoTimeCodeFlags

SetFpsD(uint)

public void SetFpsD(uint value)

Parameters

value uint

SetFpsN(uint)

public void SetFpsN(uint value)

Parameters

value uint

SetLatestDailyJam(IntPtr)

public void SetLatestDailyJam(IntPtr value)

Parameters

value IntPtr