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 to use a view, it is recommended to remove it by setting
setupModetoVIDEO_VIEW_SETUP_REMOVE, otherwise it may cause rendering resource leaks.