File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ import { Util } from '../commontypes/Util';
66/**
77 * @class VideoFeature
88 * @category iServer Data
9- * @classdesc 视频要素类
9+ * @classdesc 视频要素类,用于表示视频流及其空间范围等相关属性的要素。
1010 * @version 11.2.0
1111 * @param {Object } options - 参数。
1212 * @param {ModulePolygonAndBounds } options.geometry - 视频参数对应的视频视角空间范围,只支持矩形。
13- * @param {string|number } [options.id] - 要素 ID 。
13+ * @param {string|number } [options.id] - 要素ID 。
1414 * @param {string } [options.name] - 视频名称。
15- * @param {string } [options.address] - 视频流地址。
16- * @param {string } [options.attributes] - 描述要素的任意的可序列化属性 。
15+ * @param {string } [options.address] - 视频流地址。目前支持m3u8格式视频流。
16+ * @param {string } [options.attributes] - 要素属性信息 。
1717 * @usage
1818 */
1919export class VideoFeature {
@@ -44,7 +44,7 @@ export class VideoFeature {
4444
4545 /**
4646 * @member {Object} VideoFeature.prototype.attributes
47- * @description 描述要素的任意的可序列化属性。
47+ * @description 要素属性信息
4848 */
4949 this . attributes = { } ;
5050 // ToDo
You can’t perform that action at this time.
0 commit comments