class VMixOscDesc_t
{
public:
    // MPropertyFriendlyName = Type
    VMixLFOShape_t oscType;
    // MPropertyFriendlyName = Frequency (Hz)
    // MPropertyAttributeRange = 0.1 16000
    float32 m_freq;
    // MPropertyFriendlyName = Phase (degrees)
    // MPropertyAttributeRange = 0 360
    float32 m_flPhase;
};

KV3 Class Defaults

{
    oscType = "LFO_SHAPE_SINE"
    m_freq = 440.0
    m_flPhase = 0.0
}