Constructors

Link copied to clipboard
constructor(baseVideoView: BaseVideoView, fullScreenController: FullScreenController)

Properties

Link copied to clipboard
Link copied to clipboard
open val scaleGestureDetector: ScaleGestureDetector

Functions

Link copied to clipboard
open fun addListener(eventType: String, listener: EventListener)
Convenience method to add an EventListener for the given type using the EventEmitter.on() method.
Link copied to clipboard
open fun addOnceListener(eventType: String, listener: EventListener)
Convenience method to add an EventListener for the given type using the EventEmitter.once() method.
Link copied to clipboard
Checks if pinch gestures for zooming are currently enabled.
Link copied to clipboard
Disables pinch gestures for zooming.
Link copied to clipboard
Enables pinch gestures for zooming in and out.
Link copied to clipboard
Provides a reference to the EventEmitter with which this component was initialized
Link copied to clipboard
open fun removeListener(eventType: String)
Removes the specified listener from the EventEmitter.
Link copied to clipboard
open fun removeListeners()
Removes all set listeners from the EventEmitter.
Link copied to clipboard
open fun zoomIn()
Zooms in the video if the render view is not null and the application is not in fullscreen portrait mode.
Link copied to clipboard
open fun zoomOut()
Zooms out the video if the render view is not null and the application is not in fullscreen portrait mode.