-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
In the following:
Lines 40 to 43 in 6c5b94e
| /** | |
| * Represents the current playback position as a normalized value between 0.0 and 1.0. | |
| */ | |
| var sliderPos: Float |
I think there is a mistake. In my code, I tried to detect if video is ended using this variable and saw that it's not 0...1, but 0...1000.
For ios the documentation is correct:
Line 48 in 6c5b94e
| override var sliderPos: Float by mutableStateOf(0f) // value between 0 and 1000 |
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation