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.