VideoOverlay.prepare

機能/意味
Preparation for playback
タイプ
VideoOverlayクラスのメソッド
構文
prepare()
引数
なし
戻り値
なし (void)
説明
Draws the first frame of the media on the specified layer, and generates an onPeriod event when the drawing ends. Please wait for the onPeriod event before playing after the prepare method call.
参照
VideoOverlay.onPeriod