IPlayerSessionPositionListener
プレイヤーセッションの位置更新を受信するリスナー。
プロパティ
onPositionUpdated()
onPositionUpdated: (
updatedPosition) =>void
IPlayerClient.registerPositionListenerを使用して設定された間隔でPlayerServerによって呼び出されます。
このコールバックの受信を停止するには、ユーザーはIPlayerClient.registerPositionListenerによって返されるISubscriptionオブジェクトのサブスクリプションを解除する必要があります。
パラメーター
updatedPosition
IPlayerSessionPosition[]
すべてのプレイヤーセッションの再生位置。
戻り値
void
Last updated: 2025年10月2日

