overlays

val overlays: HashMap<String, View>

One or more views can be added on top of the video view. This method takes a tag name for the view as well as the view. The client app will still have a pointer to the overlays so they can then control the visibility or other parameters of the views from within the client code.