PlayerStatus¶
- component fbx.ui.control.PlayerStatus¶
PlayerStatus is an icon representing the current state of a media player application.
This indicator may be resized and anchored anywhere.
PlayerStatus { width: 64 height: 64 status: "play" }
- property status¶
Current player status. May be one of:
“stop”,
“play”,
“pause”,
“ff”,
“rew”.