stream: also return current monotonic time in _get_time()

This commit is contained in:
Wim Taymans 2017-03-30 09:07:17 +02:00
parent 9a0ada2a3f
commit 61885b00b6
2 changed files with 4 additions and 3 deletions

View file

@ -54,6 +54,7 @@ typedef enum {
} PinosStreamMode;
typedef struct {
int64_t now;
int64_t ticks;
int32_t rate;
} PinosTime;