PictureEffects REALbasic Plugin

MPImageFilter.MultiprocessingHint Property

Use this property to fine tune CPU usage for this algorithm. By default this property is set to zero (Automatic). This property accepts all constants that are defined in PictureEffectsCPUUsage.

MultiprocessingHint as Integer {Read and Write}

Remarks

Use like:

effect.MultiprocessingHint = PictureEffectsCPUUsage.Automatic

See Also

MPImageFilter Class