Class VideoCodecFrameHandle
public abstract class VideoCodecFrameHandle : SafeHandle, IDisposable, IEquatable<VideoCodecFrameHandle>
- Inheritance
-
VideoCodecFrameHandle
- Implements
- Derived
- Inherited Members
Constructors
VideoCodecFrameHandle(bool)
protected VideoCodecFrameHandle(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(VideoCodecFrameHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(VideoCodecFrameHandle? other)
Parameters
other
VideoCodecFrameHandleAn 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
GetDeadline()
public ulong GetDeadline()
Returns
GetDistanceFromSync()
public int GetDistanceFromSync()
Returns
GetDts()
public ulong GetDts()
Returns
GetDuration()
public ulong GetDuration()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetInputBuffer()
public IntPtr GetInputBuffer()
Returns
GetOutputBuffer()
public IntPtr GetOutputBuffer()
Returns
GetPts()
public ulong GetPts()
Returns
GetSystemFrameNumber()
public uint GetSystemFrameNumber()
Returns
OwnedCopy()
public VideoCodecFrameOwnedHandle OwnedCopy()
Returns
SetDeadline(ulong)
public void SetDeadline(ulong value)
Parameters
value
ulong
SetDistanceFromSync(int)
public void SetDistanceFromSync(int value)
Parameters
value
int
SetDts(ulong)
public void SetDts(ulong value)
Parameters
value
ulong
SetDuration(ulong)
public void SetDuration(ulong value)
Parameters
value
ulong
SetInputBuffer(IntPtr)
public void SetInputBuffer(IntPtr value)
Parameters
value
IntPtr
SetOutputBuffer(IntPtr)
public void SetOutputBuffer(IntPtr value)
Parameters
value
IntPtr
SetPts(ulong)
public void SetPts(ulong value)
Parameters
value
ulong
SetSystemFrameNumber(uint)
public void SetSystemFrameNumber(uint value)
Parameters
value
uint
UnownedCopy()
public VideoCodecFrameUnownedHandle UnownedCopy()