이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

TUILiveLayoutManager

Copyright (c) 2024 Tencent. All rights reserved.
Module: TUILiveLayoutManager @ TUIKitEngine
Live stream decoration relevant APIs

TUILiveLayoutManager

TUILiveLayoutObserver

Function List
Description
Live stream layout changes occurred

TUILiveLayoutManager

Function List
Description
Add event callback
Remove event callback

onLiveVideoLayoutChanged

Live stream layout changes occurred
OnLiveVideoLayoutChanged onLiveVideoLayoutChanged = (String roomId, String layoutInfo) {};
Parameter
Description
roomId
room ID
layoutInfo
Latest layout information of the picture

addObserver

Add event callback
void addObserver(TUILiveLayoutObserver observer);
Parameter
Description
observer
The instances being listened to

removeObserver

Remove event callback
void removeObserver(TUILiveLayoutObserver observer);
Parameter
Description
observer
The instances being listened to