VideoViewExtras
VideoViewRelativeLayout
Methods:
- Initialize
Initialize the VideoViewRelativeLayout.
VideoViewRelativeLayout is now a RelativeLayout with Width and Height both set to the Android constant MATCH_PARENT.
(MATCH_PARENT is the same as FILL_PARENT but FILL_PARENT is now deprecated).
- IsInitialized As Boolean
- SetVideoView (VideoView1 As VideoView)
Add a VideoView to the RelativeLayout.
The VideoView Width and Height are both set to the Android constant MATCH_PARENT.
Additionally the VideoView Layout Align is set to ALIGN_PARENT_BOTTOM, ALIGN_PARENT_LEFT, ALIGN_PARENT_RIGHT and ALIGN_PARENT_TOP.