FrameChainBase<TFrame, TSize>.IConsumer<TFrame, TSize> Interface
Definition
public interface FrameChainBase<TFrame, TSize>.IConsumer<TFrame, TSize>
Methods
| Name | Description |
|---|---|
| NextFrame | No summary available. |
NextFrame Method
public bool NextFrame()
Returns
bool
Properties
| Name | Description |
|---|---|
| CurrentFrame | No summary available. |
CurrentFrame Property
public TFrame CurrentFrame { get; set; }