Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 271 Bytes

File metadata and controls

17 lines (11 loc) · 271 Bytes

dispose

Description

Free the ressources used by the player.

You can call this method if you know you won't need the RxPlayer anymore.

The player won't work correctly after calling this method.

Syntax

player.dispose();