BrightcoveSeekBarController
@ListensFor(events = [BrightcoveMediaController.SET_MARKERS, EventType.BUFFERED_UPDATE, EventType.HIDE_SEEK_CONTROLS, EventType.SHOW_SEEK_CONTROLS, EventType.SEEK_TO, EventType.DID_SEEK_TO, EventType.DID_SET_VIDEO, EventType.SEEKBAR_DRAGGING_START, EventType.SEEKBAR_DRAGGING_PROGRESS, EventType.SEEKBAR_DRAGGING_STOP, EventType.WILL_RESUME_CONTENT] )
Abstracts the seekbar operations and provides a helper class for the seekbar in general.
Author
Paul Michael Reilly --- pmreilly@brightcove.com
Functions
Link copied to clipboard
Convenience method to add an EventListener for the given type using the EventEmitter.on() method.
Link copied to clipboard
Convenience method to add an EventListener for the given type using the EventEmitter.once() method.
Link copied to clipboard
Link copied to clipboard
Provides a reference to the EventEmitter with which this component was initialized
Link copied to clipboard
Obtains the dragging state.
Link copied to clipboard
Called back on change in the accessibility state.
Link copied to clipboard
Removes the specified listener from the EventEmitter.
Link copied to clipboard
Removes all set listeners from the EventEmitter.
Link copied to clipboard
Sets the dragging state.