Table of Contents

Class DiscovererVideoInfo

Namespace
GstPbutils
Assembly
GstPbutils-1.0.dll
public class DiscovererVideoInfo : DiscovererStreamInfo, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
DiscovererVideoInfo
Implements
Inherited Members

Constructors

DiscovererVideoInfo(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public DiscovererVideoInfo(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

DiscovererVideoInfo(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected DiscovererVideoInfo(CreationData data)

Parameters

data CreationData

DiscovererVideoInfo(DiscovererVideoInfoHandle)

protected DiscovererVideoInfo(DiscovererVideoInfoHandle handle)

Parameters

handle DiscovererVideoInfoHandle

Methods

GetBitrate()

public uint GetBitrate()

Returns

uint

GetDepth()

public uint GetDepth()

Returns

uint

GetFramerateDenom()

public uint GetFramerateDenom()

Returns

uint

GetFramerateNum()

public uint GetFramerateNum()

Returns

uint

GetGType()

public static Type GetGType()

Returns

Type

GetHeight()

public uint GetHeight()

Returns

uint

GetMaxBitrate()

public uint GetMaxBitrate()

Returns

uint

GetParDenom()

public uint GetParDenom()

Returns

uint

GetParNum()

public uint GetParNum()

Returns

uint

GetWidth()

public uint GetWidth()

Returns

uint

IsImage()

public bool IsImage()

Returns

bool

IsInterlaced()

public bool IsInterlaced()

Returns

bool

NewFromPointer(nint, bool)

Creates a new managed DiscovererVideoInfo instance for a given pointer.

public static DiscovererVideoInfo NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

DiscovererVideoInfo

NewWithProperties(ConstructArgument[])

Creates a new DiscovererVideoInfo and sets the properties specified by the construct arguments.

public static DiscovererVideoInfo NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

DiscovererVideoInfo