View Visibility
A VideoSinkVisibility for views. If using a custom view other than the sdk provided renderers, you must implement Notifier, override View.onVisibilityChanged and call through to recalculate, or the visibility may not be calculated correctly.
Types
Link copied to clipboard
interface Notifier
Declares that this View will override View.onVisibilityChanged and call through to recalculate, partaking in the VideoSinkVisibility system.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This should be called whenever the visibility or size has changed.
Link copied to clipboard
Link copied to clipboard
Recalculates whether this view's visibility has changed, and notifies observers if it has.
Link copied to clipboard