Class VideoAlignment
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoAlignment
- Inheritance
-
VideoAlignment
- Inherited Members
Constructors
VideoAlignment()
public VideoAlignment()
VideoAlignment(VideoAlignmentOwnedHandle)
public VideoAlignment(VideoAlignmentOwnedHandle handle)
Parameters
handle
VideoAlignmentOwnedHandle
Properties
Handle
public VideoAlignmentOwnedHandle Handle { get; }
Property Value
PaddingBottom
public uint PaddingBottom { get; set; }
Property Value
PaddingLeft
public uint PaddingLeft { get; set; }
Property Value
PaddingRight
public uint PaddingRight { get; set; }
Property Value
PaddingTop
public uint PaddingTop { get; set; }
Property Value
Methods
Equals(VideoAlignment?)
public bool Equals(VideoAlignment? other)
Parameters
other
VideoAlignment
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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Reset()
public void Reset()