GenerateManifestFromClient_templated

Generate a manifest. Used by dplug-build, for LV2 builds. - to ask needed size in bytes, pass null as outputBuffer - else, pass as much bytes or more than necessary. Result manifest in outputBuffer[0..returned-value] outputBuffer can be null, in which case it makes no copy.

version(LV2)
nothrow @nogc
int
GenerateManifestFromClient_templated
(
alias ClientClass
)
(,
const(char)[] binaryFileName
)

Meta