Readonly canReturns if the View can be resized.
 - Returns true if MultiViewPlayer.layout is set to 'overlay' and the position is not equal to zero.
Whether the view is visible or not.
 - The view at position zero is always enabled.
The percentage relative to the total height of the containing MultiViewPlayer.
 - Cannot be set if canResize is false.
Readonly labelThe label with which the view was created.
Whether audio is muted.
 Only one view can be unmuted at a time.
 Setting this value will give audio focus to the view.
The offset in milliseconds used for improving synchronization between views.
The position in MultiViewPlayer.views.
 - Only the position of an enabled view can be set to zero.
The percentage relative to the total width of the containing MultiViewPlayer.
 - Cannot be set if canResize is false.
The horizontal offset in percentage.
 - It describes the offset of the top left corner of the view relative to the top left corner of the MultiViewPlayer.
 - Cannot be set if canResize is false.
The vertical offset in percentage.
 - It describes the offset of the top left corner of the view relative to the top left corner of the MultiViewPlayer.
 - Cannot be set if canResize is false.
The View API