Broadcast how much has been buffered
This commit is contained in:
parent
338401b23f
commit
eebb343280
3 changed files with 53 additions and 6 deletions
|
@ -124,14 +124,12 @@
|
|||
_updatePosition = [self getCurrentPosition];
|
||||
_updateTime = now;
|
||||
_eventSink(@[
|
||||
// state
|
||||
@(_state),
|
||||
// buffering
|
||||
@(_buffering),
|
||||
// updatePosition
|
||||
@(_updatePosition),
|
||||
// updateTime
|
||||
@(_updateTime),
|
||||
// TODO: buffer position
|
||||
@(_updatePosition),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue