MonoTouch.CoreMedia.CMBufferCompare Delegate
Delegate signature to compare two CoreFoundation objects, used to sort objects in a CMBufferQueue.

Syntax

public delegate int CMBufferCompare (MonoTouch.ObjCRuntime.INativeObject first, MonoTouch.ObjCRuntime.INativeObject second)

Parameters

first
The first object to compare.
second
The second object to compare.

Returns

Zero for the same object, -1 for first being sma

Remarks

The objects passed are the same ones that have been added to the CMBufferQueue object, it wont surface arbitrary objects.

Requirements

Namespace: MonoTouch.CoreMedia
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0