Rat c1deaf9c3f UI: Fix audio mixer UI not updating from threads
When changing a source's audio mixers/tracks or sync offset with
obs_source_set_audio_mixers or obs_source_set_sync_offset
from a non UI thread while the advanced audio properties panel is open
the UI fields will not update until closed and reopened.

It just shows an error on stderr for the failed invokeMethod calls
that would do the update. For mixers and sync offset respectively:
QMetaMethod::invoke: Unable to handle unregistered datatype 'uint32_t'
QMetaMethod::invoke: Unable to handle unregistered datatype 'int64_t'

Added needed Qt registrations in window-basic-main as that's where
all the needed ones for the frontend UI seem to be put.
2021-07-04 04:34:06 -07:00
..
2021-06-11 07:18:15 -07:00
2021-06-11 07:18:15 -07:00
2019-06-23 23:49:10 -07:00
2019-06-23 23:49:10 -07:00
2019-07-24 18:26:44 +02:00
2019-06-23 23:49:10 -07:00
2021-03-30 05:50:43 -07:00
2019-06-23 23:49:10 -07:00
2021-03-08 21:41:13 -08:00
2021-03-08 21:41:13 -08:00
2020-08-17 07:18:18 -07:00
2020-08-17 07:18:18 -07:00
2019-06-23 23:49:10 -07:00
2019-06-23 23:49:10 -07:00
2019-02-07 14:47:15 -08:00
2021-03-16 18:50:52 -07:00
2020-08-17 07:18:18 -07:00
2020-08-17 07:18:18 -07:00
2020-01-01 15:58:48 +11:00
2021-01-30 00:25:25 -08:00
2021-03-08 21:41:13 -08:00
2019-06-23 23:49:10 -07:00
2021-03-08 23:42:21 +13:00
2020-06-21 18:23:05 -07:00
2020-07-22 07:47:07 +02:00
2020-08-17 07:18:18 -07:00
2020-08-17 07:18:18 -07:00
2021-03-08 21:41:13 -08:00
2019-06-23 23:49:10 -07:00
2019-06-23 23:49:10 -07:00
2019-07-21 20:53:30 -07:00