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