Base Module VST 3.7
SDK for developing VST plug-in
|
HexBinary encoding and decoding. More...
#include "base/source/fbuffer.h"
Namespaces | |
namespace | Steinberg |
namespace | Steinberg::HexBinary |
Functions | |
bool | decode (const void *input, int32 inputSize, Buffer &result) |
convert the HexBinary input buffer to binary. More... | |
bool | encode (const void *input, int32 inputSize, Buffer &result) |
convert the binary input buffer to HexBinary. More... | |
HexBinary encoding and decoding.