Table of Contents

Class VideoOverlayComposition

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

Constructors

VideoOverlayComposition(VideoOverlayCompositionOwnedHandle)

public VideoOverlayComposition(VideoOverlayCompositionOwnedHandle handle)

Parameters

handle VideoOverlayCompositionOwnedHandle

Properties

Handle

public VideoOverlayCompositionOwnedHandle Handle { get; }

Property Value

VideoOverlayCompositionOwnedHandle

Methods

AddRectangle(VideoOverlayRectangle)

public void AddRectangle(VideoOverlayRectangle rectangle)

Parameters

rectangle VideoOverlayRectangle

Blend(VideoFrame)

public bool Blend(VideoFrame videoBuf)

Parameters

videoBuf VideoFrame

Returns

bool

Copy()

public VideoOverlayComposition Copy()

Returns

VideoOverlayComposition

Equals(VideoOverlayComposition?)

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

public bool Equals(VideoOverlayComposition? other)

Parameters

other VideoOverlayComposition

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.

GetRectangle(uint)

public VideoOverlayRectangle? GetRectangle(uint n)

Parameters

n uint

Returns

VideoOverlayRectangle

GetSeqnum()

public uint GetSeqnum()

Returns

uint

MakeWritable()

public VideoOverlayComposition MakeWritable()

Returns

VideoOverlayComposition

NRectangles()

public uint NRectangles()

Returns

uint

New(VideoOverlayRectangle?)

public static VideoOverlayComposition New(VideoOverlayRectangle? rectangle)

Parameters

rectangle VideoOverlayRectangle

Returns

VideoOverlayComposition