5_3-手机开播场景-PPT白板
1 功能概述
2 使用演示
// PLVLSLiveStreamerActivity.java
private void initView() {
// 文档布局
plvlsDocumentLy = (IPLVLSDocumentLayout) findViewById(R.id.plvls_document_ly);
// 初始化文档布局,传入初始化所需的参数
plvlsDocumentLy.init(liveRoomDataManager);
}// IPLVLSDocumentLayout 设置监听器方法定义
/**
* 设置标注工具栏 折起/展开 回调
*/
void setMarkToolOnFoldExpandListener(PLVLSDocumentControllerExpandMenu.OnFoldExpandListener onFoldExpandListener);
/**
* 设置文档布局区域 全屏/正常 回调
*/
void setOnSwitchFullScreenListener(PLVLSDocumentControllerLayout.OnSwitchFullScreenListener onSwitchFullScreenListener);3 实现介绍
Last updated