implements IOdinAudioControl
0x00x0120
Members 4
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x00A8 | 0x08 | padding / unreflected | |||
| 0x01 | bEnableMonoMixing | bool | Protected+6 flags | false | |
| 0x00B1 | 0x07 | padding / unreflected | |||
| 0x08 | audio_capture_ | UAudioGenerator* | Protected+6 flags | nullptr | |
| 0x04 | volume_multiplier_ | float | Protected+6 flags | 1 | |
| 0x04 | max_volume_multiplier_ | float | Protected+6 flags | 3 | |
| 0x00C8 | 0x58 | unreflected bytes to end of UOdinCaptureMedia | |||
Functions 6
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetVolumeMultiplier(float NewValue) | NativePublic | 0x04 | |
| void SetMaxVolumeMultiplier(float NewValue) | FinalNative+1 flags | 0x04 | |
| void SetEnableMonoMixing(bool bShouldEnableMonoMixing) | FinalNative+1 flags | 0x01 | |
| float GetVolumeMultiplier() | NativePublic | 0x04 | |
| float GetMaxVolumeMultiplier() | FinalNative+1 flags | 0x04 | |
| bool GetEnableMonoMixing() | FinalNative+1 flags | 0x01 |