1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 23:00:41 +00:00
mpv/DOCS/man
wm4 f061befb33 audio: add device change notification for hotplugging
Not very important for the command line player; but GUI applications
will want to know about this.

This only adds the internal API; support for specific audio outputs
comes later.

This reuses the ao struct as context for the hotplug event listener,
similar to how the "old" device listing API did. This is probably a bit
unclean and confusing. One argument got reusing it is that otherwise
rewriting parts of ao_pulse would be required (because the PulseAudio
API requires so damn much boilerplate). Another is that --ao-defaults is
applied to the hotplug dummy ao struct, which automatically applies such
defaults even to the hotplug context.

Notification works through the property observation mechanism in the
client API. The notification chain is a bit complicated: the AO notifies
the player, which in turn notifies the clients, which in turn will
actually retrieve the device list. (It still has the advantage that it's
slightly cleaner, since the AO stuff doesn't need to know about client
API issues.)

The weird handling of atomic flags in ao.c is because we still don't
require real atomics from the compiler. Otherwise we'd just use atomic
bitwise operations.
2015-02-12 17:17:41 +01:00
..
af.rst af_rubberband: make all librubberband options configurable 2015-02-11 17:11:05 +01:00
ao.rst ao_null: add emulation for certain broken behavior 2015-01-30 21:30:54 +01:00
changes.rst manpage: move out the MPlayer comparison page 2015-02-05 22:12:11 +01:00
encode.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
input.rst audio: add device change notification for hotplugging 2015-02-12 17:17:41 +01:00
ipc.rst manpage: ipc: suggest --idle 2015-02-09 20:49:35 +01:00
lua.rst manpage: document hook API 2015-02-04 23:04:21 +01:00
mpv.rst manpage: document 'A' key 2015-01-26 10:01:17 +01:00
options.rst player: use af_scaletempo when slowing down audio too 2015-02-12 11:58:35 +01:00
osc.rst OSC: add osc-message script command (wip) 2015-01-02 16:48:16 +01:00
vf.rst vf_noise: remove internal implementation 2015-02-11 17:20:22 +01:00
vo.rst Revert "vo_opengl: disable alpha by default" 2015-02-06 23:23:27 +01:00