CMBufferGetBool Delegate

Definition

Delegate signature to determine if the specified buffer that is about to be dequeued is ready.

public delegate bool CMBufferGetBool(INativeObject buffer);
type CMBufferGetBool = delegate of INativeObject -> bool

Parameters

buffer
INativeObject

Buffer to probe.

Return Value

Applies to