This is to take snapshot of a video stream in your application. The image from the video stream will be captured and returned as Framed Image with the delegate method.

Method: -(void) captureScreenShot

Delegate Method:

  • -didCapturedView– Receives Image in Framed View’

//Set delegate
EnxPlayerView.delegate = self;

//Capture Snapshot
[EnxPlayer captureScreenShot];

//Snapshot captured.
-(void)didCapturedView:(UIImage*_Nonnull)snapShot;
// SnapShot is the Image Frame