![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Data Fields | |
| union { | |
| uint32_t i32 [4] | |
| struct { | |
| uint64_t low | |
| uint64_t high | |
| } | |
| }; | |
| union { ... } |
| uint64_t util_uint128::high |
| uint32_t util_uint128::i32[4] |
| uint64_t util_uint128::low |