FrameQueue Methods

Methods

Clear Clears the FrameQueue.
Dispose Releases all the resources used by the FrameQueue object.
Dispose(Boolean) Releases the unmanaged resources used by the FrameQueue object and optionally releases the managed resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExamineQueueState Examines and returns the status of the FrameQueue.
Finalize Releases the unmanaged resources before the FrameQueue object is reclaimed by GC.
(Overrides ObjectFinalize)
GetFrame Gets TrackingFrame from the queue with the specified timestamp, in ticks. If no frame exists for the specified timestamp, one will be created.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Pop Removes current Head frame from the FrameQueue after it has been processed and assigns a new Head.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also