MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsValid

Method IsValid

Source/Engine/Tools/AudioTool/MP3Decoder.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool MP3Decoder::IsValid(ReadStream* stream, uint32 offset)
84{
85 // TODO: check MP3 format
86 CRASH;
87 return false;
88}

Callers 7

TestGuid.cppFile · 0.45
ProcessGroupMaterialMethod · 0.45
sampleTextureRawMethod · 0.45
ProcessGroupTexturesMethod · 0.45
MaterialLayerMethod · 0.45
ProcessGroupLayersMethod · 0.45
AddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected