/// <summary> /// 列出本地已经缓存的视频(Lists the local videos.) /// </summary> public static long[] ListLocalVideos() { return(ShareRECImpl.ListLocalVideos()); }