seekTo method
Seeks to a specific position in the media.
position
specifies the position in milliseconds to seek to.
Implementation
void seekTo(int position) {
ByteArkPlayerControllerPlatform.instance.seekTo(position);
}
Seeks to a specific position in the media.
position
specifies the position in milliseconds to seek to.
void seekTo(int position) {
ByteArkPlayerControllerPlatform.instance.seekTo(position);
}