C# Class Monobjc.ApplicationServices.CGDataProviderSequentialCallbacks

Mostra file Open project: Monobjc/monobjc

Public Properties

Property Type Description
getBytes CGDataProviderGetBytesCallback
releaseInfo CGDataProviderReleaseInfoCallback
rewind CGDataProviderRewindCallback
skipForward CGDataProviderSkipForwardCallback
version uint

Property Details

getBytes public_oe property

A pointer to a function that copies data from the provider. For more information, see CGDataProviderGetBytesCallback.
public CGDataProviderGetBytesCallback getBytes
return CGDataProviderGetBytesCallback

releaseInfo public_oe property

A pointer to a function that handles clean-up for the data provider, or NULL. For more information, see CGDataProviderReleaseInfoCallback.
public CGDataProviderReleaseInfoCallback releaseInfo
return CGDataProviderReleaseInfoCallback

rewind public_oe property

A pointer to a function Quartz calls to return the provider to the beginning of the data stream. For more information, see CGDataProviderRewindCallback.
public CGDataProviderRewindCallback rewind
return CGDataProviderRewindCallback

skipForward public_oe property

A pointer to a function that Quartz calls to advance the stream of data supplied by the provider.
public CGDataProviderSkipForwardCallback skipForward
return CGDataProviderSkipForwardCallback

version public_oe property

The version of this structure. It should be set to 0.
public uint version
return uint