- Developed by Dented Pixel
API Docs for: LeanLoader 0.2
Show:

LLStreamingSave Class

Defined in: LeanLoader.cs:554

Helper class for saving large files over a period of time, to avoid frame-rate hiccups

Constructor

LLStreamingSave

()

Defined in LeanLoader.cs:554

Item Index

Properties

AUDIO_DECODE_EVERY

Int

Defined in LeanLoader.cs:566

The amount of loops that are spent on every update decoding audio data (decrease if you are having performance issues)

Default: 40000

AUDIO_ENCODE_EVERY

Int

Defined in LeanLoader.cs:574

The amount of loops that are spent on every update encoding audio date (decrease if you are having performance issues)

Default: 5000