Readonly
canReturns if the View can be resized.
- Returns true if MultiViewPlayer.layout is set to MultiViewPlayerLayout.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.
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.
Generated using TypeDoc
The View API