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
Properties
Handle
public VideoOverlayCompositionOwnedHandle Handle { get; }
Property Value
Methods
AddRectangle(VideoOverlayRectangle)
public void AddRectangle(VideoOverlayRectangle rectangle)
Parameters
rectangle
VideoOverlayRectangle
Blend(VideoFrame)
public bool Blend(VideoFrame videoBuf)
Parameters
videoBuf
VideoFrame
Returns
Copy()
public VideoOverlayComposition Copy()
Returns
Equals(VideoOverlayComposition?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(VideoOverlayComposition? other)
Parameters
other
VideoOverlayCompositionAn 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
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.
GetRectangle(uint)
public VideoOverlayRectangle? GetRectangle(uint n)
Parameters
n
uint
Returns
GetSeqnum()
public uint GetSeqnum()
Returns
MakeWritable()
public VideoOverlayComposition MakeWritable()
Returns
NRectangles()
public uint NRectangles()
Returns
New(VideoOverlayRectangle?)
public static VideoOverlayComposition New(VideoOverlayRectangle? rectangle)
Parameters
rectangle
VideoOverlayRectangle