Android(Java)[v1.7.5.0]
Public 成员函数 | Protected 成员函数 | 所有成员列表
com.pano.rtc.api.PanoCoursePageView类 参考

PANO引擎白板课件绘制视图。 更多...

类 com.pano.rtc.api.PanoCoursePageView 继承关系图:

Public 成员函数

 PanoCoursePageView (Context context)
 
 PanoCoursePageView (Context context, AttributeSet attrs)
 
RtcWbView getAttachRtcWbView ()
 获得RtcWbView对象 更多...
 
void setOpaque (boolean opaque)
 
void setLimitSize (int w, int h)
 
void enablePCUAForExternalHtml (boolean enable)
 
void enableExoPlayer (boolean enable)
 
void enableTouchEvent (boolean enable)
 
void open (String pageId, long nativeHandle, String url)
 
void hide (String pageId)
 
void show (String pageId)
 
void close (String pageId)
 
void close ()
 
void resize (String pageId, int width, int height)
 
void evaluateJavaScript (String pageId, String javascript)
 
void scaleAtPoint (String pageId, float scale, float x, float y)
 
void move (String pageId, float dx, float dy)
 
void snapShot (String pageId, String filePath, boolean viewArea, int contentW, int contentH)
 
void refresh (String pageId)
 
void setContentSize (String pageId, int width, int height)
 
void openMedia (String shapeId, long nativeHandle, String url)
 
void closeMedia (String shapeId)
 
void stopMedia (String shapeId)
 
void updateMediaRgn (String shapeId, float left, float top, float right, float bottom)
 
void updateMediaStatus (String shapeId, boolean isPlay, float playTS, boolean isRepeat)
 
void addCursor (String labelId, String name)
 
void removeCursor (String labelId)
 
void updateCursor (String labelId, float x, float y, int color, int type)
 
void openPdf (String shapeId, long nativeHandle, String url)
 
void hidePdf (String shapeId)
 
void showPdf (String shapeId)
 
void closePdf (String shapeId)
 
void scrollPdfTo (String shapeId, int page, float pos)
 
void scalePdfTo (String shapeId, float scale, float x, float y)
 
void snapshotPdf (String shapeId, String path)
 

Protected 成员函数

void onSizeChanged (int w, int h, int oldw, int oldh)
 

详细描述

PANO引擎白板课件绘制视图。

当需要使用h5课件时, 需要将此视图代替RtcWbView嵌入到用户的白板 activity layout xml 中。

成员函数说明

◆ getAttachRtcWbView()

RtcWbView com.pano.rtc.api.PanoCoursePageView.getAttachRtcWbView ( )
inline

获得RtcWbView对象

传入返回的RtcWbView到RtcWhiteboard.open


该类的文档由以下文件生成: