VideoViewSetupMode

Setting mode of the view.

Enumerator

videoViewSetupReplace
0: (Default) Clear all added views and replace with a new view.
videoViewSetupAdd
1: Adds a view.
videoViewSetupRemove
2: Deletes a view.
Attention: When you no longer need to use a certain view, it is recommended to delete the view by setting setupMode to videoViewSetupRemove, otherwise it may lead to leak of rendering resources.