| 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. |
| Equals | Determines 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. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |