Skip to content

Documentation issue with sliderPos #152

@Mad-Chuck

Description

@Mad-Chuck

In the following:

/**
* 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:
override var sliderPos: Float by mutableStateOf(0f) // value between 0 and 1000

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions