Interface IVideoEncoderCompletion


  • public interface IVideoEncoderCompletion
    Interface defining callback object for receiving recorded video
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onVideoRecorded​(java.lang.String sessionId, java.io.File file)
      Method called when session completed and video file is available
    • Method Detail

      • onVideoRecorded

        void onVideoRecorded​(java.lang.String sessionId,
                             java.io.File file)
        Method called when session completed and video file is available
        Parameters:
        sessionId - guid of session
        file - video file