SmartCropVideoViewer smartcropvideoviewer
智能裁剪视频查看器的JavaScript API参考。
SmartCropVideoViewer([config])
构造函数;创建智能裁剪视频查看器实例。
参数 section-8bc3d1424c8444f193716fc8d9975765
返回 section-1d3cf85bc7cc4dfe9670e038d02b9101
无。
示例 section-9e9332aa86b74a5fb321375c03fdc5b3
var smartCropVideoViewer = new s7viewers.SmartCropVideoViewer({
"containerId":"s7viewer",
"params":{
"asset":"Scene7SharedAssets/Glacier_Climber_MP4",
"serverurl":"http://s7d1.scene7.com/is/image/",
"videoserverurl":"http://s7d1.scene7.com/is/content/"
},
"handlers":{
"initComplete":function() {
console.log("init complete");
}
},
"localizedTexts":{
"en":{
"SmartCropVideoPlayer.ERROR":"Your Browser does not support HTML5 Video tag or the video cannot be played."
},
"fr":{
"SmartCropVideoPlayer.ERROR":"Votre navigateur ne prend pas en charge la vidéo HTML5 tag ou la vidéo ne peuvent pas être lus."
},
defaultLocale:"en"
}
});
recommendation-more-help
b7426f53-aad9-4c00-83fc-664f30f681e8