C# Class Monobjc.CoreMedia.CMBlockBufferCustomBlockSource

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
AllocateBlock AllocateBlock
FreeBlock FreeBlock
refCon System.IntPtr
version uint

Property Details

AllocateBlock public property

The function to allocate memory.

Available in Mac OS X v10.7 and later.

public AllocateBlock AllocateBlock
return AllocateBlock

FreeBlock public property

A function to call once when the CMBlockBuffer is disposed.

Available in Mac OS X v10.7 and later.

public FreeBlock FreeBlock
return FreeBlock

refCon public property

Available in Mac OS X v10.7 and later.

public IntPtr,System refCon
return System.IntPtr

version public property

The version.

Available in Mac OS X v10.7 and later.

public uint version
return uint