|  | Audacity 3.2.0
    | 
| Functions | |
| STRINGS_API wxString | Encode (const void *in, int len) | 
| STRINGS_API int | Decode (const wxString &in, void *out) | 
| int Base64::Decode | ( | const wxString & | in, | 
| void * | out | ||
| ) | 
Definition at line 67 of file Base64.cpp.
References padc.
Referenced by PluginManager::ConvertID(), PresetsBufferStream::fromString(), VSTWrapper::HandleXMLEndTag(), and VSTEffectBase::LoadUserPreset().
| wxString Base64::Encode | ( | const void * | in, | 
| int | len | ||
| ) | 
Definition at line 27 of file Base64.cpp.
Referenced by PluginManager::ConvertID(), VSTEffectBase::SaveUserPreset(), VSTWrapper::SaveXML(), and PresetsBufferStream::toString().