VideoViewSetupMode
View setup mode.
Enumerations
- VideoViewSetupReplace
- 0: (Default) Clears all added views and replaces them with new views.
- VideoViewSetupAdd
- 1: Adds a view.
- VideoViewSetupRemove
- 2: Removes a view.
Note: When a view is no longer needed, it is recommended to set
setupModeto VideoViewSetupRemove in a timely manner to remove the view, otherwise it may cause rendering resource leaks.