IFrameQueueBuffer.Tag Method

The Tag property allows associating external data with IFrameQueueBuffer instances, e.g. in order to track self-allocated buffers.
Syntax:
[C#]
public Object Tag { get; set; }
See also: IFrameQueueBuffer

<< IFrameQueueBuffer