mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
663e8fad9b
commit
de8794321b
@ -170,6 +170,13 @@ class Audio_out::Stream
|
||||
*/
|
||||
unsigned pos() const { return _pos; }
|
||||
|
||||
/**
|
||||
* Current audio allocation position
|
||||
*
|
||||
* \return position
|
||||
*/
|
||||
unsigned tail() const { return _tail; }
|
||||
|
||||
/**
|
||||
* Retrieve next packet for given packet
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user