public int CallMethod(int nMethodID, int nParam1, int nParam2, int nParam3, int nParam4, int nParam5) { int result = 0; if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { result = GameJoySDK.mQMiObj.CallStatic <int>("callMethod", new object[] { nMethodID, nParam1, nParam2, nParam3, nParam4, nParam5 }); } else { GameJoySDK.Log("CallMethod mQMiObj = null"); } return(result); }
public static void CheckSDKFeature() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.playerActivityContext = GameJoySDK.getActivityContext(); if (GameJoySDK.playerActivityContext == null) { GameJoySDK.Log("checkSDKFeature recordplugin get context fail"); return; } GameJoySDK.CheckSDKFeatureCallback checkSDKFeatureCallback = new GameJoySDK.CheckSDKFeatureCallback(); GameJoySDK.mQMiObj.CallStatic("checkSDKFeature", new object[] { GameJoySDK.playerActivityContext, checkSDKFeatureCallback }); } else { GameJoySDK.Log("checkSDKFeature get mQMiObj fail"); } }
public static bool checkFloatWindowPermission() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { if (GameJoySDK.playerActivityContext == null) { GameJoySDK.playerActivityContext = GameJoySDK.getActivityContext(); } if (GameJoySDK.playerActivityContext != null) { return(GameJoySDK.mQMiObj.CallStatic <bool>("checkFloatWindowPermission", new object[] { GameJoySDK.playerActivityContext })); } } else { GameJoySDK.Log("checkFloatWindowPermission get mQMiObj fail"); } return(false); }
public static void CheckSupportRecord() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.playerActivityContext = GameJoySDK.getActivityContext(); if (GameJoySDK.playerActivityContext == null) { GameJoySDK.Log("isSupportRecord recordplugin get context fail"); return; } GameJoySDK.RecordEnableCallback recordEnableCallback = new GameJoySDK.RecordEnableCallback(); GameJoySDK.mQMiObj.CallStatic("isSupportRecord", new object[] { GameJoySDK.playerActivityContext, recordEnableCallback }); } else { GameJoySDK.Log("isSupportRecord get mQMiObj fail"); } }
private static AndroidJavaClass mQMiObjJavaClass() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = new AndroidJavaClass("com.tencent.qqgamemi.QmiSdkApi"); } if (GameJoySDK.mQMiObj == null) { GameJoySDK.Log("GameJoySDK: Unable to find GameJoySDK java class."); } return(GameJoySDK.mQMiObj); }
public void showUploadShareDialog() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.mQMiObj.CallStatic("showUploadShareVideoDialog", new object[0]); GameJoySDK.Log("GameRecorder showUploadShareDialog end call "); } }
public static void CheckSDKFeature() { try { GameJoySDK.CheckSDKFeature(); } catch (Exception var_0_0A) { GameJoySDK.Log("GameRecorder call Exception "); GameJoy.OnCheckSDKFeature(0); } }
public static void CheckRecorderAvailability() { try { GameJoySDK.CheckSupportRecord(); } catch (Exception var_0_0A) { GameJoySDK.Log("GameRecorder call Exception "); GameJoy.onUnSupport(); } }
public string getCurRecorderPosition() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { return(GameJoySDK.mQMiObj.CallStatic <string>("getCurRecorderPosition", new object[0])); } GameJoySDK.Log("getCurRecorderPosition get mQMiObj fail"); return(null); }
public bool isRecordingMoments() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { return(GameJoySDK.mQMiObj.CallStatic <bool>("isRecordingMoment", new object[0])); } GameJoySDK.Log("IsRecordingMoment get mQMiObj fail"); return(false); }
public bool IsShowed() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { return(GameJoySDK.mQMiObj.CallStatic <bool>("isShowed", new object[0])); } GameJoySDK.Log("GameRecorder IsShowed get mQMiObj fail"); return(false); }
public void lockRecorderPosition() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.mQMiObj.CallStatic("lockRecorderPosition", new object[0]); } else { GameJoySDK.Log("lockRecorderPosition get mQMiObj fail"); } }
public void StopRecord() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.mQMiObj.CallStatic("onStopRecordVideo", new object[0]); GameJoySDK.mRecorderStatus = GameJoySDK.RECORER_STATUS.RS_STOPED; } else { GameJoySDK.Log("StopRecord mQMiObj = null"); } }
private void Awake() { GameJoySDK.Log("GameRecorder Awake: SDK Version:2015-09-22-0002-Camera-Render"); if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj == null) { GameJoySDK.Log("GameRecorder: Java class not accessible from C#."); } else { this.InitializeRenderCamera("Pre"); } }
public void StartRecord() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.mQMiObj.CallStatic("onStartRecordVideo", new object[0]); int num = GameJoySDK.mQMiObj.CallStatic <int>("getSRPpluginVersionCode", new object[0]); GameJoySDK.mSDKVersion = num; GameJoySDK.mRecorderStatus = GameJoySDK.RECORER_STATUS.RS_STARTED; } else { GameJoySDK.Log("StartRecord mQMiObj = null"); } }
private void InitializeRenderCamera(string type) { if (type.Equals("Pre") && GameObject.Find("GameJoy" + type + "Camera") == null) { GameObject gameObject = new GameObject(); Camera camera = (Camera)gameObject.AddComponent("Camera"); camera.name = "GameJoy" + type + "Camera"; camera.clearFlags = CameraClearFlags.Nothing; camera.cullingMask = 0; if (type.Equals("Pre")) { camera.depth = -3.40282347E+38f; } GameJoySDK.Log("InitializeRenderCamera start add GameJoySDK render"); camera.gameObject.AddComponent("GameJoyAndroid" + type + "Render"); GameJoySDK.Log("InitializeRenderCamera start SetActive"); Object.DontDestroyOnLoad(gameObject); } }
private static AndroidJavaObject getActivityContext() { if (GameJoySDK.playerActivityContext == null) { AndroidJavaClass androidJavaClass = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); if (androidJavaClass == null) { GameJoySDK.Log("Get UnityPlayer Class failed"); return(null); } GameJoySDK.playerActivityContext = androidJavaClass.GetStatic <AndroidJavaObject>("currentActivity"); if (GameJoySDK.playerActivityContext == null) { GameJoySDK.Log("get context failed"); return(null); } } return(GameJoySDK.playerActivityContext); }
public void GetGameEngineType() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { string text = "Unity3D_" + Application.unityVersion; GameJoySDK.mQMiObj.CallStatic("setGameEngineType", new object[] { text }); } else { GameJoySDK.Log("GetGameEngineType mQMiObj = null"); } }
public void initQMi() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.playerActivityContext = GameJoySDK.getActivityContext(); if (GameJoySDK.playerActivityContext == null) { GameJoySDK.Log("startqmi get context failed"); return; } } else { GameJoySDK.Log("GameRecorder StartQMi mqmiobj = null"); } }
private bool DoCaptureFrame() { bool result = false; int num = GameJoyAndroidPreRender.Java_com_tencent_qqgamemi_srp_agent_sdk_MMCodecSdk_OnRecordeFrame(IntPtr.Zero, IntPtr.Zero); num = GameJoyAndroidPreRender.Java_com_tencent_qqgamemi_srp_agent_sdk_MMCodecSdk_BeginDraw(IntPtr.Zero, IntPtr.Zero); if (num == 1) { if (this.bLogPostRender) { GameJoySDK.Log("GameRecorder: DoCaptureFrame Render 1 Frame."); } this.RerenderCameraFrame(); if (this.bLogPostRender) { this.bLogPostRender = false; } result = true; } num = GameJoyAndroidPreRender.Java_com_tencent_qqgamemi_srp_agent_sdk_MMCodecSdk_EndDraw(IntPtr.Zero, IntPtr.Zero); return(result); }
public int EndDraw() { if (GameJoySDK.mRecorderStatus != GameJoySDK.RECORER_STATUS.RS_STARTED) { return(0); } int result = 0; if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { result = GameJoySDK.mQMiObj.CallStatic <int>("endDraw", new object[0]); } else { GameJoySDK.Log("EndDraw mQMiObj = null"); } return(result); }
public void InitRecordPlugin() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.playerActivityContext = GameJoySDK.getActivityContext(); if (GameJoySDK.playerActivityContext == null) { GameJoySDK.Log("init recordplugin get context fail"); return; } GameJoySDK.mQMiObj.CallStatic("initQMi", new object[] { GameJoySDK.playerActivityContext }); } else { GameJoySDK.Log("InitRecordPlugin get mQMiObj fail"); } }
public void ScollToSide() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.playerActivityContext = GameJoySDK.getActivityContext(); if (GameJoySDK.playerActivityContext == null) { GameJoySDK.Log("ScollToSide get context fail"); return; } GameJoySDK.mQMiObj.CallStatic("scollToSide", new object[] { GameJoySDK.playerActivityContext }); } else { GameJoySDK.Log("ScollToSide get mQMiObj fail"); } }
public void HideQMi() { if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { GameJoySDK.playerActivityContext = GameJoySDK.getActivityContext(); if (GameJoySDK.playerActivityContext == null) { GameJoySDK.Log("hide qmi get context fail"); return; } GameJoySDK.mQMiObj.CallStatic("hideQMi", new object[] { GameJoySDK.playerActivityContext }); } else { GameJoySDK.Log("HideQMi get mQMiObj fail"); } }
public void generateMomentVideo(List <TimeStamp> timeStampList, string defaultGameTag, Dictionary <string, string> extraInfo) { if (timeStampList != null && timeStampList.get_Count() > 0) { this.showUploadShareDialog(); } if (GameJoySDK.mQMiObj == null) { GameJoySDK.mQMiObj = GameJoySDK.mQMiObjJavaClass(); } if (GameJoySDK.mQMiObj != null) { string text = null; StringBuilder stringBuilder = new StringBuilder(); if (extraInfo != null) { using (Dictionary <string, string> .Enumerator enumerator = extraInfo.GetEnumerator()) { while (enumerator.MoveNext()) { KeyValuePair <string, string> current = enumerator.get_Current(); string key = current.get_Key(); string value = current.get_Value(); stringBuilder.Append(string.Format("{0}'{1}^", key, value)); } } text = stringBuilder.ToString(); if (text != null) { int num = text.LastIndexOf('^'); text = text.Substring(0, num); } } long[] array = null; long[] array2 = null; if (timeStampList != null) { int count = timeStampList.get_Count(); if (count != 0) { TimeStamp[] array3 = timeStampList.ToArray(); array = new long[count]; array2 = new long[count]; for (int i = 0; i < count; i++) { array[i] = array3[i].startTime; array2[i] = array3[i].endTime; } } } GameJoySDK.mQMiObj.CallStatic("generateMomentVideo", new object[] { array, array2, defaultGameTag, text }); } else { GameJoySDK.Log("OnApplicationFocus mQMiObj = null"); } }