代码拉取完成,页面将自动刷新
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-video-editor" version="1.1.3" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>VideoEditor</name>
<description>A plugin to assist in video editing tasks</description>
<keywords>cordova,video,editing,transcoding,encoding</keywords>
<repo>https://github.com/jbavari/cordova-plugin-video-editor.git</repo>
<license>MIT for iOS, GPL for Android, Apache 2.0 for Windows</license>
<js-module name="VideoEditor" src="www/VideoEditor.js">
<clobbers target="VideoEditor" />
</js-module>
<js-module name="VideoEditorOptions" src="www/VideoEditorOptions.js">
<clobbers target="VideoEditorOptions" />
</js-module>
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
<!-- android -->
<platform name="android">
<config-file target="config.xml" parent="/*">
<feature name="VideoEditor">
<param name="android-package" value="org.apache.cordova.videoeditor.VideoEditor" />
</feature>
</config-file>
<!-- add plugin class -->
<source-file src="src/android/VideoEditor.java" target-dir="src/org/apache/cordova/videoeditor" />
<source-file src="src/android/CustomAndroidFormatStrategy.java" target-dir="src/org/apache/cordova/videoeditor" />
<framework src="src/android/build.gradle" custom="true" type="gradleReference" />
</platform>
<!-- ios -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="VideoEditor">
<param name="ios-package" value="VideoEditor"/>
</feature>
</config-file>
<header-file src="src/ios/VideoEditor.h" />
<source-file src="src/ios/VideoEditor.m" />
<header-file src="src/ios/SDAVAssetExportSession.h" />
<source-file src="src/ios/SDAVAssetExportSession.m" />
<framework src="AssetsLibrary.framework" />
<framework src="AVFoundation.framework" />
<framework src="MediaPlayer.framework" />
<framework src="CoreVideo.framework" />
</platform>
<!-- Windows 8 -->
<platform name="windows8">
<js-module src="src/windows8/VideoEditorProxy.js" name="VideoEditorProxy">
<merges target="" />
</js-module>
</platform>
<!-- Windows -->
<platform name="windows">
<js-module src="src/windows/VideoEditorProxy.js" name="VideoEditorProxy">
<merges target="" />
</js-module>
</platform>
</plugin>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。