getCompleteCallback method

Returns the session specific complete callback.

Implementation

MediaInformationSessionCompleteCallback? getCompleteCallback() =>
    FFmpegKitFactory.getMediaInformationSessionCompleteCallback(
      this.getSessionId(),
    );