mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Handle the new latency protocol. This is just a quick fix and does not
handle the new memblockq system. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@618 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7f04568444
commit
6cc11fbfc3
4 changed files with 28 additions and 2 deletions
|
|
@ -195,6 +195,8 @@ typedef struct pa_latency_info {
|
|||
* 0.5 */
|
||||
struct timeval timestamp; /**< The time when this latency info was current */
|
||||
uint64_t counter; /**< The byte counter current when the latency info was requested. \since 0.6 */
|
||||
int64_t write_index; /**< Current absolute write index in the buffer. \since 0.8 */
|
||||
int64_t read_index; /**< Current absolute read index in the buffer. \since 0.8 */
|
||||
} pa_latency_info;
|
||||
|
||||
/** A structure for the spawn api. This may be used to integrate auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue