CMBufferGetTime Delegate

Definition

Returns the CMTime object for the specified buffer.

public delegate CoreMedia.CMTime CMBufferGetTime(INativeObject buffer);
type CMBufferGetTime = delegate of INativeObject -> CMTime

Parameters

buffer
INativeObject

Buffer to probe.

Return Value

Remarks

The actual value to return will depend on which callback you have provided.

Applies to