diff options
author | wm4 <wm4@nowhere> | 2017-06-27 14:45:30 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-06-29 10:38:05 +0200 |
commit | 3e9075787fba1455f0c754c5387c954e1eaa0973 (patch) | |
tree | aee95f543f17ec6001749c7ab6391299deb8d066 /audio/filter | |
parent | 4637b029cdd168d4196f5ab69fa5f91556ee5d11 (diff) | |
download | mpv-3e9075787fba1455f0c754c5387c954e1eaa0973.tar.bz2 mpv-3e9075787fba1455f0c754c5387c954e1eaa0973.tar.xz |
ao_wasapi: UWP wrapper hack support
UWP does not support the whole IMMDevice API. Instead, you need to use a
new API (available starting from Windows 8), which is in addition not in
MinGW, and extremely unpleasant to use.
The wasapiuwp2.dll wrapper is a small custom MSVC DLL, which does this
instead, and returns a normal IAudioClient.
Before this, ao_wasapi did not initialize on UWP.
Diffstat (limited to 'audio/filter')
0 files changed, 0 insertions, 0 deletions