Class VideoInfoHandle
public abstract class VideoInfoHandle : SafeHandle, IDisposable, IEquatable<VideoInfoHandle>
- Inheritance
-
VideoInfoHandle
- Implements
- Derived
- Inherited Members
Constructors
VideoInfoHandle(bool)
protected VideoInfoHandle(bool ownsHandle)
Parameters
ownsHandlebool
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
Methods
Equals(VideoInfoHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(VideoInfoHandle? other)
Parameters
otherVideoInfoHandleAn 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
objobjectThe object to compare with the current object.
Returns
GetChromaSite()
public VideoChromaSite GetChromaSite()
Returns
GetColorimetry()
public VideoColorimetryData GetColorimetry()
Returns
GetFinfo()
public nint GetFinfo()
Returns
GetFlags()
public VideoFlags GetFlags()
Returns
GetFpsD()
public int GetFpsD()
Returns
GetFpsN()
public int GetFpsN()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetHeight()
public int GetHeight()
Returns
GetInterlaceMode()
public VideoInterlaceMode GetInterlaceMode()
Returns
GetOffset()
public nuint[] GetOffset()
Returns
- nuint[]
GetParD()
public int GetParD()
Returns
GetParN()
public int GetParN()
Returns
GetSize()
public nuint GetSize()
Returns
GetStride()
public int[] GetStride()
Returns
- int[]
GetViews()
public int GetViews()
Returns
GetWidth()
public int GetWidth()
Returns
OwnedCopy()
public VideoInfoOwnedHandle OwnedCopy()
Returns
SetChromaSite(VideoChromaSite)
public void SetChromaSite(VideoChromaSite value)
Parameters
valueVideoChromaSite
SetColorimetry(VideoColorimetryData)
public void SetColorimetry(VideoColorimetryData value)
Parameters
valueVideoColorimetryData
SetFinfo(nint)
public void SetFinfo(nint value)
Parameters
valuenint
SetFlags(VideoFlags)
public void SetFlags(VideoFlags value)
Parameters
valueVideoFlags
SetFpsD(int)
public void SetFpsD(int value)
Parameters
valueint
SetFpsN(int)
public void SetFpsN(int value)
Parameters
valueint
SetHeight(int)
public void SetHeight(int value)
Parameters
valueint
SetInterlaceMode(VideoInterlaceMode)
public void SetInterlaceMode(VideoInterlaceMode value)
Parameters
valueVideoInterlaceMode
SetOffset(nuint[])
public void SetOffset(nuint[] value)
Parameters
valuenuint[]
SetParD(int)
public void SetParD(int value)
Parameters
valueint
SetParN(int)
public void SetParN(int value)
Parameters
valueint
SetSize(nuint)
public void SetSize(nuint value)
Parameters
valuenuint
SetStride(int[])
public void SetStride(int[] value)
Parameters
valueint[]
SetViews(int)
public void SetViews(int value)
Parameters
valueint
SetWidth(int)
public void SetWidth(int value)
Parameters
valueint
UnownedCopy()
public VideoInfoUnownedHandle UnownedCopy()