示例#1
0
 /// <summary>
 /// 添加视频的自定义属性(Adds the custom attributes of the video.)
 /// </summary>
 public static void AddCustomAttr(string key, string value)
 {
     ShareRECImpl.AddCustomAttr(key, value);
 }