// Generated using https://github.com/a2x/cs2-dumper // 2024-04-08 07:10:44.298916800 UTC namespace CS2Dumper.Schemas { // Module: soundsystem.dll // Classes count: 51 // Enums count: 13 public static class SoundsystemDll { // Alignment: 4 // Members count: 5 public enum VMixLFOShape_t : uint { LFO_SHAPE_SINE = 0x0, LFO_SHAPE_SQUARE = 0x1, LFO_SHAPE_TRI = 0x2, LFO_SHAPE_SAW = 0x3, LFO_SHAPE_NOISE = 0x4 } // Alignment: 2 // Members count: 10 public enum VMixFilterType_t : ushort { FILTER_UNKNOWN = 0xFFFFFFFFFFFFFFFF, FILTER_LOWPASS = 0x0, FILTER_HIGHPASS = 0x1, FILTER_BANDPASS = 0x2, FILTER_NOTCH = 0x3, FILTER_PEAKING_EQ = 0x4, FILTER_LOW_SHELF = 0x5, FILTER_HIGH_SHELF = 0x6, FILTER_ALLPASS = 0x7, FILTER_PASSTHROUGH = 0x8 } // Alignment: 4 // Members count: 3 public enum SosActionStopType_t : uint { SOS_STOPTYPE_NONE = 0x0, SOS_STOPTYPE_TIME = 0x1, SOS_STOPTYPE_OPVAR = 0x2 } // Alignment: 4 // Members count: 6 public enum SosEditItemType_t : uint { SOS_EDIT_ITEM_TYPE_SOUNDEVENTS = 0x0, SOS_EDIT_ITEM_TYPE_SOUNDEVENT = 0x1, SOS_EDIT_ITEM_TYPE_LIBRARYSTACKS = 0x2, SOS_EDIT_ITEM_TYPE_STACK = 0x3, SOS_EDIT_ITEM_TYPE_OPERATOR = 0x4, SOS_EDIT_ITEM_TYPE_FIELD = 0x5 } // Alignment: 4 // Members count: 2 public enum SosActionSortType_t : uint { SOS_SORTTYPE_HIGHEST = 0x0, SOS_SORTTYPE_LOWEST = 0x1 } // Alignment: 2 // Members count: 30 public enum VMixProcessorType_t : ushort { VPROCESSOR_UNKNOWN = 0x0, VPROCESSOR_STEAMAUDIO_REVERB = 0x1, VPROCESSOR_RT_PITCH = 0x2, VPROCESSOR_STEAMAUDIO_HRTF = 0x3, VPROCESSOR_DYNAMICS = 0x4, VPROCESSOR_PRESETDSP = 0x5, VPROCESSOR_DELAY = 0x6, VPROCESSOR_MOD_DELAY = 0x7, VPROCESSOR_DIFFUSOR = 0x8, VPROCESSOR_BOXVERB = 0x9, VPROCESSOR_FREEVERB = 0xA, VPROCESSOR_PLATEVERB = 0xB, VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC, VPROCESSOR_FILTER = 0xD, VPROCESSOR_STEAMAUDIO_PATHING = 0xE, VPROCESSOR_EQ8 = 0xF, VPROCESSOR_ENVELOPE = 0x10, VPROCESSOR_VOCODER = 0x11, VPROCESSOR_CONVOLUTION = 0x12, VPROCESSOR_DYNAMICS_3BAND = 0x13, VPROCESSOR_DYNAMICS_COMPRESSOR = 0x14, VPROCESSOR_SHAPER = 0x15, VPROCESSOR_PANNER = 0x16, VPROCESSOR_UTILITY = 0x17, VPROCESSOR_AUTOFILTER = 0x18, VPROCESSOR_OSC = 0x19, VPROCESSOR_STEREODELAY = 0x1A, VPROCESSOR_EFFECT_CHAIN = 0x1B, VPROCESSOR_SUBGRAPH_SWITCH = 0x1C, VPROCESSOR_STEAMAUDIO_DIRECT = 0x1D } // Alignment: 4 // Members count: 30 public enum soundlevel_t : uint { SNDLVL_NONE = 0x0, SNDLVL_20dB = 0x14, SNDLVL_25dB = 0x19, SNDLVL_30dB = 0x1E, SNDLVL_35dB = 0x23, SNDLVL_40dB = 0x28, SNDLVL_45dB = 0x2D, SNDLVL_50dB = 0x32, SNDLVL_55dB = 0x37, SNDLVL_IDLE = 0x3C, SNDLVL_60dB = 0x3C, SNDLVL_65dB = 0x41, SNDLVL_STATIC = 0x42, SNDLVL_70dB = 0x46, SNDLVL_NORM = 0x4B, SNDLVL_75dB = 0x4B, SNDLVL_80dB = 0x50, SNDLVL_TALKING = 0x50, SNDLVL_85dB = 0x55, SNDLVL_90dB = 0x5A, SNDLVL_95dB = 0x5F, SNDLVL_100dB = 0x64, SNDLVL_105dB = 0x69, SNDLVL_110dB = 0x6E, SNDLVL_120dB = 0x78, SNDLVL_130dB = 0x82, SNDLVL_GUNFIRE = 0x8C, SNDLVL_140dB = 0x8C, SNDLVL_150dB = 0x96, SNDLVL_180dB = 0xB4 } // Alignment: 4 // Members count: 2 public enum VMixPannerType_t : uint { PANNER_TYPE_LINEAR = 0x0, PANNER_TYPE_EQUAL_POWER = 0x1 } // Alignment: 4 // Members count: 6 public enum VMixChannelOperation_t : uint { VMIX_CHAN_STEREO = 0x0, VMIX_CHAN_LEFT = 0x1, VMIX_CHAN_RIGHT = 0x2, VMIX_CHAN_SWAP = 0x3, VMIX_CHAN_MONO = 0x4, VMIX_CHAN_MID_SIDE = 0x5 } // Alignment: 1 // Members count: 9 public enum VMixFilterSlope_t : byte { FILTER_SLOPE_1POLE_6dB = 0x0, FILTER_SLOPE_1POLE_12dB = 0x1, FILTER_SLOPE_1POLE_18dB = 0x2, FILTER_SLOPE_1POLE_24dB = 0x3, FILTER_SLOPE_12dB = 0x4, FILTER_SLOPE_24dB = 0x5, FILTER_SLOPE_36dB = 0x6, FILTER_SLOPE_48dB = 0x7, FILTER_SLOPE_MAX = 0x7 } // Alignment: 4 // Members count: 6 public enum ActionType_t : uint { SOS_ACTION_NONE = 0x0, SOS_ACTION_LIMITER = 0x1, SOS_ACTION_TIME_LIMIT = 0x2, SOS_ACTION_TIME_BLOCK_LIMITER = 0x3, SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4, SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5 } // Alignment: 4 // Members count: 3 public enum VMixSubgraphSwitchInterpolationType_t : uint { SUBGRAPH_INTERPOLATION_TEMPORAL_CROSSFADE = 0x0, SUBGRAPH_INTERPOLATION_TEMPORAL_FADE_OUT = 0x1, SUBGRAPH_INTERPOLATION_KEEP_LAST_SUBGRAPH_RUNNING = 0x2 } // Alignment: 4 // Members count: 2 public enum SosGroupType_t : uint { SOS_GROUPTYPE_DYNAMIC = 0x0, SOS_GROUPTYPE_STATIC = 0x1 } // Parent: None // Fields count: 4 // // Metadata: // MGetKV3ClassDefaults public static class VMixFreeverbDesc_t { public const nint m_flRoomSize = 0x0; // float32 public const nint m_flDamp = 0x4; // float32 public const nint m_flWidth = 0x8; // float32 public const nint m_flLateReflections = 0xC; // float32 } // Parent: CVoiceContainerBase // Fields count: 7 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerRandomSampler { public const nint m_flLoudAmplitude = 0x60; // float32 public const nint m_flLoudAmplitudeJitter = 0x64; // float32 public const nint m_flSoftAmplitude = 0x68; // float32 public const nint m_flSoftAmplitudeJitter = 0x6C; // float32 public const nint m_flLoudTimeJitter = 0x70; // float32 public const nint m_flSoftTimeJitter = 0x74; // float32 public const nint m_grainResources = 0x78; // CUtlVector> } // Parent: CVoiceContainerBase // Fields count: 0 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerDefault { } // Parent: None // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults // MVDataNodeType public static class CDSPPresetMixgroupModifierTable { public const nint m_table = 0x0; // CUtlVector } // Parent: CSosGroupActionSchema // Fields count: 7 // // Metadata: // MGetKV3ClassDefaults public static class CSosGroupActionSoundeventClusterSchema { public const nint m_nMinNearby = 0x18; // int32 public const nint m_flClusterEpsilon = 0x1C; // float32 public const nint m_shouldPlayOpvar = 0x20; // CUtlString public const nint m_shouldPlayClusterChild = 0x28; // CUtlString public const nint m_clusterSizeOpvar = 0x30; // CUtlString public const nint m_groupBoundingBoxMinsOpvar = 0x38; // CUtlString public const nint m_groupBoundingBoxMaxsOpvar = 0x40; // CUtlString } // Parent: CSosGroupActionSchema // Fields count: 5 // // Metadata: // MGetKV3ClassDefaults public static class CSosGroupActionSetSoundeventParameterSchema { public const nint m_nMaxCount = 0x18; // int32 public const nint m_flMinValue = 0x1C; // float32 public const nint m_flMaxValue = 0x20; // float32 public const nint m_opvarName = 0x28; // CUtlString public const nint m_nSortType = 0x30; // SosActionSortType_t } // Parent: None // Fields count: 3 // // Metadata: // MGetKV3ClassDefaults public static class VMixSubgraphSwitchDesc_t { public const nint m_interpolationMode = 0x0; // VMixSubgraphSwitchInterpolationType_t public const nint m_bOnlyTailsOnFadeOut = 0x4; // bool public const nint m_flInterpolationTime = 0x8; // float32 } // Parent: None // Fields count: 2 // // Metadata: // MGetKV3ClassDefaults public static class VMixPannerDesc_t { public const nint m_type = 0x0; // VMixPannerType_t public const nint m_flStrength = 0x4; // float32 } // Parent: CVoiceContainerBase // Fields count: 3 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerRealtimeFMSineWave { public const nint m_flCarrierFrequency = 0x60; // float32 public const nint m_flModulatorFrequency = 0x64; // float32 public const nint m_flModulatorAmount = 0x68; // float32 } // Parent: None // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class SelectedEditItemInfo_t { public const nint m_EditItems = 0x0; // CUtlVector } // Parent: None // Fields count: 9 // // Metadata: // MGetKV3ClassDefaults public static class VMixModDelayDesc_t { public const nint m_feedbackFilter = 0x0; // VMixFilterDesc_t public const nint m_bPhaseInvert = 0x10; // bool public const nint m_flGlideTime = 0x14; // float32 public const nint m_flDelay = 0x18; // float32 public const nint m_flOutputGain = 0x1C; // float32 public const nint m_flFeedbackGain = 0x20; // float32 public const nint m_flModRate = 0x24; // float32 public const nint m_flModDepth = 0x28; // float32 public const nint m_bApplyAntialiasing = 0x2C; // bool } // Parent: None // Fields count: 17 // // Metadata: // MGetKV3ClassDefaults public static class VMixBoxverbDesc_t { public const nint m_flSizeMax = 0x0; // float32 public const nint m_flSizeMin = 0x4; // float32 public const nint m_flComplexity = 0x8; // float32 public const nint m_flDiffusion = 0xC; // float32 public const nint m_flModDepth = 0x10; // float32 public const nint m_flModRate = 0x14; // float32 public const nint m_bParallel = 0x18; // bool public const nint m_filterType = 0x1C; // VMixFilterDesc_t public const nint m_flWidth = 0x2C; // float32 public const nint m_flHeight = 0x30; // float32 public const nint m_flDepth = 0x34; // float32 public const nint m_flFeedbackScale = 0x38; // float32 public const nint m_flFeedbackWidth = 0x3C; // float32 public const nint m_flFeedbackHeight = 0x40; // float32 public const nint m_flFeedbackDepth = 0x44; // float32 public const nint m_flOutputGain = 0x48; // float32 public const nint m_flTaps = 0x4C; // float32 } // Parent: None // Fields count: 3 // // Metadata: // MGetKV3ClassDefaults // MPropertyElementNameFn public static class CSosGroupActionSchema { public const nint m_name = 0x8; // CUtlString public const nint m_actionType = 0x10; // ActionType_t public const nint m_actionInstanceType = 0x14; // ActionType_t } // Parent: None // Fields count: 8 // // Metadata: // MGetKV3ClassDefaults // MPropertyElementNameFn public static class CSosSoundEventGroupSchema { public const nint m_name = 0x0; // CUtlString public const nint m_nType = 0x8; // SosGroupType_t public const nint m_bIsBlocking = 0xC; // bool public const nint m_nBlockMaxCount = 0x10; // int32 public const nint m_bInvertMatch = 0x14; // bool public const nint m_matchPattern = 0x18; // CSosGroupMatchPattern public const nint m_branchPattern = 0x40; // CSosGroupBranchPattern public const nint m_vActions = 0xB0; // CSosGroupActionSchema*[4] } // Parent: None // Fields count: 4 // // Metadata: // MGetKV3ClassDefaults public static class CSosGroupBranchPattern { public const nint m_bMatchEventName = 0x8; // bool public const nint m_bMatchEventSubString = 0x9; // bool public const nint m_bMatchEntIndex = 0xA; // bool public const nint m_bMatchOpvar = 0xB; // bool } // Parent: None // Fields count: 10 // // Metadata: // MGetKV3ClassDefaults public static class VMixDynamics3BandDesc_t { public const nint m_fldbGainOutput = 0x0; // float32 public const nint m_flRMSTimeMS = 0x4; // float32 public const nint m_fldbKneeWidth = 0x8; // float32 public const nint m_flDepth = 0xC; // float32 public const nint m_flWetMix = 0x10; // float32 public const nint m_flTimeScale = 0x14; // float32 public const nint m_flLowCutoffFreq = 0x18; // float32 public const nint m_flHighCutoffFreq = 0x1C; // float32 public const nint m_bPeakMode = 0x20; // bool public const nint m_bandDesc = 0x24; // VMixDynamicsBand_t[3] } // Parent: None // Fields count: 6 // // Metadata: // MGetKV3ClassDefaults public static class CDSPMixgroupModifier { public const nint m_mixgroup = 0x0; // CUtlString public const nint m_flModifier = 0x8; // float32 public const nint m_flModifierMin = 0xC; // float32 public const nint m_flSourceModifier = 0x10; // float32 public const nint m_flSourceModifierMin = 0x14; // float32 public const nint m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32 } // Parent: None // Fields count: 2 // // Metadata: // MGetKV3ClassDefaults public static class CDspPresetModifierList { public const nint m_dspName = 0x0; // CUtlString public const nint m_modifiers = 0x8; // CUtlVector } // Parent: CVoiceContainerBase // Fields count: 3 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerBlend { public const nint m_hSoundOne = 0x60; // CStrongHandle public const nint m_hSoundTwo = 0x68; // CStrongHandle public const nint m_flBlendAmount = 0x70; // float32 } // Parent: None // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerBase { public const nint m_curves = 0x20; // CUtlDict } // Parent: None // Fields count: 7 // // Metadata: // MGetKV3ClassDefaults public static class VMixDelayDesc_t { public const nint m_feedbackFilter = 0x0; // VMixFilterDesc_t public const nint m_bEnableFilter = 0x10; // bool public const nint m_flDelay = 0x14; // float32 public const nint m_flDirectGain = 0x18; // float32 public const nint m_flDelayGain = 0x1C; // float32 public const nint m_flFeedbackGain = 0x20; // float32 public const nint m_flWidth = 0x24; // float32 } // Parent: None // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class VMixEQ8Desc_t { public const nint m_stages = 0x0; // VMixFilterDesc_t[8] } // Parent: CVoiceContainerWavFileReader // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerEnvelopeAnalyzer { public const nint m_envBuffer = 0x68; // CUtlVector } // Parent: CVoiceContainerBase // Fields count: 4 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerEngineSound { public const nint m_SoundToPlay = 0x60; // CStrongHandle public const nint m_flTestConstantParam = 0x68; // float32 public const nint m_flTestSoundEventBoundParam = 0x6C; // float32 public const nint m_flEngineRPM = 0x70; // float32 } // Parent: None // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class CSoundEventMetaData { public const nint m_soundEventVMix = 0x0; // CStrongHandle } // Parent: None // Fields count: 4 // // Metadata: // MGetKV3ClassDefaults public static class VMixPitchShiftDesc_t { public const nint m_nGrainSampleCount = 0x0; // int32 public const nint m_flPitchShift = 0x4; // float32 public const nint m_nQuality = 0x8; // int32 public const nint m_nProcType = 0xC; // int32 } // Parent: None // Fields count: 8 // // Metadata: // MGetKV3ClassDefaults public static class VMixConvolutionDesc_t { public const nint m_fldbGain = 0x0; // float32 public const nint m_flPreDelayMS = 0x4; // float32 public const nint m_flWetMix = 0x8; // float32 public const nint m_fldbLow = 0xC; // float32 public const nint m_fldbMid = 0x10; // float32 public const nint m_fldbHigh = 0x14; // float32 public const nint m_flLowCutoffFreq = 0x18; // float32 public const nint m_flHighCutoffFreq = 0x1C; // float32 } // Parent: None // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class CSosSoundEventGroupListSchema { public const nint m_groupList = 0x0; // CUtlVector } // Parent: CSosGroupBranchPattern // Fields count: 4 // // Metadata: // MGetKV3ClassDefaults public static class CSosGroupMatchPattern { public const nint m_matchSoundEventName = 0x10; // CUtlString public const nint m_matchSoundEventSubString = 0x18; // CUtlString public const nint m_flEntIndex = 0x20; // float32 public const nint m_flOpvar = 0x24; // float32 } // Parent: None // Fields count: 5 // // Metadata: // MGetKV3ClassDefaults public static class SosEditItemInfo_t { public const nint itemType = 0x0; // SosEditItemType_t public const nint itemName = 0x8; // CUtlString public const nint itemTypeName = 0x10; // CUtlString public const nint itemKVString = 0x20; // CUtlString public const nint itemPos = 0x28; // Vector2D } // Parent: CVoiceContainerWavFileReader // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerTestConstant { public const nint m_flTestConstantParam = 0x68; // bool } // Parent: CVoiceContainerBase // Fields count: 2 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerTestNestedDynamic { public const nint m_SoundToPlay = 0x60; // CStrongHandle public const nint m_flTestConstantParam = 0x68; // float32 } // Parent: None // Fields count: 7 // // Metadata: // MGetKV3ClassDefaults public static class VMixPlateverbDesc_t { public const nint m_flPrefilter = 0x0; // float32 public const nint m_flInputDiffusion1 = 0x4; // float32 public const nint m_flInputDiffusion2 = 0x8; // float32 public const nint m_flDecay = 0xC; // float32 public const nint m_flDamp = 0x10; // float32 public const nint m_flFeedbackDiffusion1 = 0x14; // float32 public const nint m_flFeedbackDiffusion2 = 0x18; // float32 } // Parent: CVoiceContainerBase // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerWavFileReader { public const nint m_wavFilePath = 0x60; // CUtlString } // Parent: None // Fields count: 4 // // Metadata: // MGetKV3ClassDefaults public static class VMixDiffusorDesc_t { public const nint m_flSize = 0x0; // float32 public const nint m_flComplexity = 0x4; // float32 public const nint m_flFeedback = 0x8; // float32 public const nint m_flOutputGain = 0xC; // float32 } // Parent: None // Fields count: 9 // // Metadata: // MGetKV3ClassDefaults public static class VMixDynamicsCompressorDesc_t { public const nint m_fldbOutputGain = 0x0; // float32 public const nint m_fldbCompressionThreshold = 0x4; // float32 public const nint m_fldbKneeWidth = 0x8; // float32 public const nint m_flCompressionRatio = 0xC; // float32 public const nint m_flAttackTimeMS = 0x10; // float32 public const nint m_flReleaseTimeMS = 0x14; // float32 public const nint m_flRMSTimeMS = 0x18; // float32 public const nint m_flWetMix = 0x1C; // float32 public const nint m_bPeakMode = 0x20; // bool } // Parent: None // Fields count: 5 // // Metadata: // MGetKV3ClassDefaults public static class VMixShaperDesc_t { public const nint m_nShape = 0x0; // int32 public const nint m_fldbDrive = 0x4; // float32 public const nint m_fldbOutputGain = 0x8; // float32 public const nint m_flWetMix = 0xC; // float32 public const nint m_nOversampleFactor = 0x10; // int32 } // Parent: None // Fields count: 3 // // Metadata: // MGetKV3ClassDefaults public static class VMixEnvelopeDesc_t { public const nint m_flAttackTimeMS = 0x0; // float32 public const nint m_flHoldTimeMS = 0x4; // float32 public const nint m_flReleaseTimeMS = 0x8; // float32 } // Parent: CSosGroupActionSchema // Fields count: 3 // // Metadata: // MGetKV3ClassDefaults public static class CSosGroupActionLimitSchema { public const nint m_nMaxCount = 0x18; // int32 public const nint m_nStopType = 0x1C; // SosActionStopType_t public const nint m_nSortType = 0x20; // SosActionSortType_t } // Parent: CVoiceContainerDecayingSineWave // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerAmpedDecayingSineWave { public const nint m_flGainAmount = 0x68; // float32 } // Parent: None // Fields count: 8 // // Metadata: // MGetKV3ClassDefaults public static class VMixAutoFilterDesc_t { public const nint m_flEnvelopeAmount = 0x0; // float32 public const nint m_flAttackTimeMS = 0x4; // float32 public const nint m_flReleaseTimeMS = 0x8; // float32 public const nint m_filter = 0xC; // VMixFilterDesc_t public const nint m_flLFOAmount = 0x1C; // float32 public const nint m_flLFORate = 0x20; // float32 public const nint m_flPhase = 0x24; // float32 public const nint m_nLFOShape = 0x28; // VMixLFOShape_t } // Parent: None // Fields count: 10 // // Metadata: // MGetKV3ClassDefaults public static class VMixDynamicsBand_t { public const nint m_fldbGainInput = 0x0; // float32 public const nint m_fldbGainOutput = 0x4; // float32 public const nint m_fldbThresholdBelow = 0x8; // float32 public const nint m_fldbThresholdAbove = 0xC; // float32 public const nint m_flRatioBelow = 0x10; // float32 public const nint m_flRatioAbove = 0x14; // float32 public const nint m_flAttackTimeMS = 0x18; // float32 public const nint m_flReleaseTimeMS = 0x1C; // float32 public const nint m_bEnable = 0x20; // bool public const nint m_bSolo = 0x21; // bool } // Parent: None // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class VMixEffectChainDesc_t { public const nint m_flCrossfadeTime = 0x0; // float32 } // Parent: CSosGroupActionSchema // Fields count: 2 // // Metadata: // MGetKV3ClassDefaults public static class CSosGroupActionTimeBlockLimitSchema { public const nint m_nMaxCount = 0x18; // int32 public const nint m_flMaxDuration = 0x1C; // float32 } // Parent: CSosGroupActionSchema // Fields count: 1 // // Metadata: // MGetKV3ClassDefaults public static class CSosGroupActionTimeLimitSchema { public const nint m_flMaxDuration = 0x18; // float32 } // Parent: None // Fields count: 10 // // Metadata: // MGetKV3ClassDefaults public static class VMixVocoderDesc_t { public const nint m_nBandCount = 0x0; // int32 public const nint m_flBandwidth = 0x4; // float32 public const nint m_fldBModGain = 0x8; // float32 public const nint m_flFreqRangeStart = 0xC; // float32 public const nint m_flFreqRangeEnd = 0x10; // float32 public const nint m_fldBUnvoicedGain = 0x14; // float32 public const nint m_flAttackTimeMS = 0x18; // float32 public const nint m_flReleaseTimeMS = 0x1C; // float32 public const nint m_nDebugBand = 0x20; // int32 public const nint m_bPeakMode = 0x24; // bool } // Parent: None // Fields count: 6 // // Metadata: // MGetKV3ClassDefaults public static class VMixUtilityDesc_t { public const nint m_nOp = 0x0; // VMixChannelOperation_t public const nint m_flInputPan = 0x4; // float32 public const nint m_flOutputBalance = 0x8; // float32 public const nint m_fldbOutputGain = 0xC; // float32 public const nint m_bBassMono = 0x10; // bool public const nint m_flBassFreq = 0x14; // float32 } // Parent: CVoiceContainerBase // Fields count: 2 // // Metadata: // MGetKV3ClassDefaults public static class CVoiceContainerDecayingSineWave { public const nint m_flFrequency = 0x60; // float32 public const nint m_flDecayTime = 0x64; // float32 } // Parent: None // Fields count: 6 // // Metadata: // MGetKV3ClassDefaults public static class VMixFilterDesc_t { public const nint m_nFilterType = 0x0; // VMixFilterType_t public const nint m_nFilterSlope = 0x2; // VMixFilterSlope_t public const nint m_bEnabled = 0x3; // bool public const nint m_fldbGain = 0x4; // float32 public const nint m_flCutoffFreq = 0x8; // float32 public const nint m_flQ = 0xC; // float32 } // Parent: None // Fields count: 3 // // Metadata: // MGetKV3ClassDefaults public static class VMixOscDesc_t { public const nint oscType = 0x0; // VMixLFOShape_t public const nint m_freq = 0x4; // float32 public const nint m_flPhase = 0x8; // float32 } // Parent: None // Fields count: 12 // // Metadata: // MGetKV3ClassDefaults public static class VMixDynamicsDesc_t { public const nint m_fldbGain = 0x0; // float32 public const nint m_fldbNoiseGateThreshold = 0x4; // float32 public const nint m_fldbCompressionThreshold = 0x8; // float32 public const nint m_fldbLimiterThreshold = 0xC; // float32 public const nint m_fldbKneeWidth = 0x10; // float32 public const nint m_flRatio = 0x14; // float32 public const nint m_flLimiterRatio = 0x18; // float32 public const nint m_flAttackTimeMS = 0x1C; // float32 public const nint m_flReleaseTimeMS = 0x20; // float32 public const nint m_flRMSTimeMS = 0x24; // float32 public const nint m_flWetMix = 0x28; // float32 public const nint m_bPeakMode = 0x2C; // bool } } }