|
| | MinMeetingView (Context context) |
| | MinMeetingView (Context context, AttributeSet attrs) |
| | MinMeetingView (Context context, AttributeSet attrs, int defStyle) |
| final synchronized MobileRTCVideoViewManager | getVideoViewMgr () |
| | MobileRTCVideoView (Context context) |
| | MobileRTCVideoView (Context context, AttributeSet attrs) |
| | MobileRTCVideoView (Context context, AttributeSet attrs, int defStyle) |
| void | setGestureDetectorEnabled (boolean isEnabled) |
| | Sets whether to enable gesture detector of shared unit. Default value: disabled.
|
| void | setZOrderMediaOverlay (boolean isMediaOverlay) |
| | Sets whether the surface view is placed at the top of another regular surface view in the window. This is typically used to place overlays on top of an underlying media surface view.
|
| void | setZOrderOnTop (boolean onTop) |
| | Controls whether the surface of the view is in its top window. Usually it is placed behind the window to allow it (in most cases) to synthesize the hierarchy with the view. By setting it up, you can place it above the window. This means that everything in the window where this SurfaceView is located will not appear at the top of its surface.
|
| synchronized MobileRTCVideoViewManager | getVideoViewManager () |
| | Gets a manager object of the video view.
|
| void | onPause () |
| | Pauses video view rendering.
|
| void | onResume () |
| | Resumes video view rendering.
|
| boolean | onDown (MotionEvent e) |
| boolean | onFling (MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) |
| void | onLongPress (MotionEvent e) |
| boolean | onScroll (MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) |
| void | onShowPress (MotionEvent e) |
| boolean | onSingleTapUp (MotionEvent e) |
| boolean | onDoubleTap (MotionEvent e) |
| boolean | onDoubleTapEvent (MotionEvent e) |
| boolean | onSingleTapConfirmed (MotionEvent e) |
| void | beforeGLContextDestroyed () |
| void | surfaceCreated () |
| void | surfaceDestroyed () |
| MobileRTCSDKError | addWhiteBoardFragment () |
| MobileRTCSDKError | removeWhiteboardFragment () |
| MobileRTCSDKError | addDocFragment (long shareSourceID) |
| MobileRTCSDKError | removeDocFragment () |
Minimized meeting view class.
Definition at line 14 of file MinMeetingView.java.