VIDEO_VIEW_SETUP_MODE
View setup mode.
Enumerations
- VIDEO_VIEW_SETUP_REPLACE
- 0: (Default) Clears all added views and replaces them with a new view.
- VIDEO_VIEW_SETUP_ADD
- 1: Adds a view.
- VIDEO_VIEW_SETUP_REMOVE
- 2: Removes a view.
Note: When you no longer need a view, it is recommended to set
setupModeto VIDEO_VIEW_SETUP_REMOVE in time to remove the view, otherwise it may cause rendering resource leaks.