Class VideoAncillaryHandle
public abstract class VideoAncillaryHandle : SafeHandle, IDisposable
- Inheritance
-
VideoAncillaryHandle
- Implements
- Derived
- Inherited Members
Constructors
VideoAncillaryHandle(bool)
protected VideoAncillaryHandle(bool ownsHandle)
Parameters
ownsHandle
bool
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(VideoAncillaryHandle?)
public bool Equals(VideoAncillaryHandle? other)
Parameters
other
VideoAncillaryHandle
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
GetDID()
public byte GetDID()
Returns
GetData()
public byte[] GetData()
Returns
- byte[]
GetDataCount()
public byte GetDataCount()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetSDIDBlockNumber()
public byte GetSDIDBlockNumber()
Returns
SetDID(byte)
public void SetDID(byte value)
Parameters
value
byte
SetData(byte[])
public void SetData(byte[] value)
Parameters
value
byte[]
SetDataCount(byte)
public void SetDataCount(byte value)
Parameters
value
byte
SetSDIDBlockNumber(byte)
public void SetSDIDBlockNumber(byte value)
Parameters
value
byte