enum class EMode_t : uint32
{
    // MPropertyFriendlyName = Peak
    Peak = 0,
    // MPropertyFriendlyName = RMS
    RMS = 1,
};