VideoViewSetupMode
View setup mode.
Enumerations
- videoViewSetupReplace
- 0: (Default) Clears all added views and replaces with a new view.
- videoViewSetupAdd
- 1: Adds a view.
- videoViewSetupRemove
- 2: Removes a view.
Note: When you no longer need a view, it is recommended to set
setupModetovideoViewSetupRemovein time to remove the view, otherwise it may lead to rendering resource leaks.