|
s behaviour, in order to optimize either speed, memory, compression or quality, depending wholly on what the user desires.
| ILvoid ilHint( ILenum Target, ILenum Mode );
|
Parameters | - Target
- An enum indicating what behaviour of the library is to be controlled.
- Mode
- The desired behaviour.
|
Targets
Modes | - IL_DONT_CARE
- The client does not have a preference.
- IL_FASTEST
- Makes the target use a faster but more memory-intensive algorithm.
- IL_LESS_MEM
- Makes the target use less memory but a potentially slower algorithm.
- IL_NO_COMPRESSION
- Specifies that OpenIL should never use compression when saving.
- IL_USE_COMPRESSION
- Specifies that OpenIL should use compression when saving, if possible.
|
Errors
See Also
|