Skip to content

API > VideoPlayer > isPlaying


VideoPlayer.isPlaying⚓︎

Read-Only

Read-only Property This property is Read-Only

Name Type
isPlaying boolean

Description⚓︎

Whether content is being played. (Read Only)

Extra Detail⚓︎

Calling VideoPlayer.Play may not set isPlaying to true. The VideoPlayer must successfully prepare the content before it can start playing. See VideoPlayer.Prepare.