C# Class Monobjc.CoreMedia.CMBlockBufferCustomBlockSource

Datei anzeigen Open project: Monobjc/monobjc

Public Properties

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

Property Details

AllocateBlock public_oe property

The function to allocate memory.

Available in Mac OS X v10.7 and later.

public AllocateBlock AllocateBlock
return AllocateBlock

FreeBlock public_oe 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_oe property

Available in Mac OS X v10.7 and later.

public IntPtr,System refCon
return System.IntPtr

version public_oe property

The version.

Available in Mac OS X v10.7 and later.

public uint version
return uint