-
- All Implemented Interfaces:
-
com.brightcove.player.event.Component
@Emits(events = {EventType.DID_SET_VIDEO_STILL, EventType.DID_REMOVE_VIDEO_STILL})@ListensFor(events = {EventType.ACTIVITY_STOPPED, EventType.CUE_POINT, EventType.DID_SEEK_TO, EventType.PROGRESS, EventType.AD_PROGRESS, EventType.AD_BREAK_STARTED, EventType.FRAGMENT_STOPPED, EventType.SET_VIDEO_STILL, EventType.WILL_INTERRUPT_CONTENT, EventType.REMOVE_VIDEO_STILL}) public class VideoStillDisplayComponent extends AbstractComponent implements Component
Provides a simple Component interface to load Video Still images from a Video object into an ImageView. Makes use of LoadImageTask to handle loading images over the network.
-
-
Constructor Summary
Constructors Constructor Description VideoStillDisplayComponent(ImageView view, EventEmitter eventEmitter)
Initializes this component with the given ImageView and EventEmitter.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
VideoStillDisplayComponent
VideoStillDisplayComponent(ImageView view, EventEmitter eventEmitter)
Initializes this component with the given ImageView and EventEmitter.- Parameters:
view
- the ImageView in which the Video Still image will be loaded.eventEmitter
- the EventEmitter to use in this Component
-
-
-
-