VideoOverlay.onStatusChanged

機能/意味
Status changed
タイプ
VideoOverlayクラスのイベント
構文
onStatusChanged(status)
引数
status  Represents a status string.
 One of the following:
"unload" : Media not open
"ready" : Media is ready
"play" : Media is playing
"stop" : Media is down
"pause" : Media is paused
説明
Occurs when the status of this object changes.
ready occurs only in vomMFEVR mode.