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:
Pierre Ossman 2006-03-02 16:32:36 +00:00
parent 7f04568444
commit 6cc11fbfc3
4 changed files with 28 additions and 2 deletions

View file

@ -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