Plugin provides API for saving or cropping of currently displayed frame.
Player player,
Element cropContainerEl,
Callback1<VGCropPluginView, VGCropPlugin> onCropRequested);
Usually called when crop frame defined and results have to be saved somewhere. Returns HTMLCanvas object with full scaled captured and cropped frame.
Called when Capture Frame Icon clicked. Stops playback. This can be used to open crop UI and do actual cropping.