CMBufferGetTime Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.