- All Implemented Interfaces:
- Component
@Emits(events={"didSetVideoStill","didRemoveVideoStill"})
@ListensFor(events={"activityStopped","cuePoint","didSeekTo","progress","adProgress","adBreakStarted","fragmentStopped","setVideoStill","willInterruptContent","removeVideoStill"})
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.