MCPcopy Create free account
hub / github.com/DentonW/DevIL / ilLoadMp3L

Function ilLoadMp3L

DevIL/src-IL/src/il_mp3.cpp:235–239  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a MP3

Source from the content-addressed store, hash-verified

233
234//! Reads from a memory "lump" that contains a MP3
235ILboolean ilLoadMp3L(const void *Lump, ILuint Size)
236{
237 iSetInputLump(Lump, Size);
238 return iLoadMp3Internal();
239}
240
241
242// Internal function used to load the MP3.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadMp3InternalFunction · 0.85

Tested by

no test coverage detected