Replies: 1 comment 4 replies
-
As it is something that updates during the playback, how about adding a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
_AudioNavigator
has many properties that are very useful for displaying audiobooks composed of multiple resources but most of them are currently private. For example, if I want to display the current total time (not the resource time), I need to pull the durations of each resource from the publication, sum durations preceding the current one, and then add the current resource time to that sum. This same logic is in_AudioNavigator
, but it's private. I propose that all of these vars be given public getters or that all of this information be included within theMediaPlaybackInfo
callback object.Beta Was this translation helpful? Give feedback.
All reactions