]> code.delx.au - pulseaudio/commit
core: make fixed latency dynamically changeable
authorLennart Poettering <lennart@poettering.net>
Fri, 14 Aug 2009 22:48:14 +0000 (00:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 14 Aug 2009 22:48:14 +0000 (00:48 +0200)
commit350a2bc846559bb274ba70f928bb42a9472050bf
treeaa3e4690bed11fdc01bfde994d45025ce7e05d06
parent4eb59fb90e474a81f2d626bc4fc7db083fafed7a
core: make fixed latency dynamically changeable

This of course makes the name 'fixed' a bit of a misnomer. However the
definitions are now like this:

fixed latency: the latency may change during runtime, but is solely
controlled by the backend, the client has no influence.

dynamic latency: the latency may change during runtime, influenced by
the requests of the clients.

i.e. fixed vs. dynamic is from the perspective of the client.
src/modules/bluetooth/module-bluetooth-device.c
src/pulsecore/cli-text.c
src/pulsecore/sink-input.c
src/pulsecore/sink-input.h
src/pulsecore/sink.c
src/pulsecore/sink.h
src/pulsecore/source-output.c
src/pulsecore/source-output.h
src/pulsecore/source.c
src/pulsecore/source.h