VideoViewSetupMode
View setup mode.
Enumerations
- VideoViewSetupReplace
- 0: (Default) Clears all added views and replaces them 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
setupModeto VideoViewSetupRemove to remove the view in time, otherwise it may cause rendering resource leaks.