示例#1
0
        // =======================================

        /// <summary>
        /// 设置视频描述文本(Sets the description of the video.)
        /// </summary>
        public static void SetText(string text)
        {
            ShareRECImpl.SetText(text);
        }