Utility functions for working with the Encoding enum. More...
#include <juce_CIEncoding.h>
Public Member Functions | |
| EncodingUtils ()=delete | |
Static Public Member Functions | |
| static std::optional< Encoding > | toEncoding (const char *str) |
| Converts an encoding string from a property exchange JSON header to an Encoding. | |
| static const char * | toString (Encoding e) |
| Converts an Encoding to a human-readable string. | |
Utility functions for working with the Encoding enum.
@tags{Audio}
|
delete |
|
inlinestatic |
Converts an encoding string from a property exchange JSON header to an Encoding.
References juce::midi_ci::JUCE_ENCODINGS.
|
inlinestatic |
Converts an Encoding to a human-readable string.
References juce::midi_ci::JUCE_ENCODINGS.