<%@ Page Language="C#" AutoEventWireup="true" CodeFile="new_SupportInfo.aspx.cs" Inherits="news_SupportInfo" %> <%@ Register Src="~/ascx/head.ascx" TagPrefix="uc1" TagName="head" %> <%@ Register Src="~/ascx/footer.ascx" TagPrefix="uc2" TagName="footer" %>

<%=_supportInfoStr %>

       视频服务器从核心功能上可以分为视频编码器和视频解码器两大类。视频编码器位于网络视频监控系统的前端,而视频解码器则位于用户访问端(或称为后端)。

<% string technicalTitle =""; for (int i = 0; i < technicalInfo.Count; i++) { if (i == 0) { technicalTitle = technicalTitle + "
"; technicalTitle = technicalTitle + "
{2}
"; technicalTitle = String.Format(technicalTitle, technicalInfo[i].TechnicalTitle, technicalInfo[i].TechnicalDiv, technicalInfo[i].TechnicalContent); } else { technicalTitle = technicalTitle + "
"; technicalTitle = technicalTitle + "
{2}
"; technicalTitle = String.Format(technicalTitle, technicalInfo[i].TechnicalTitle, technicalInfo[i].TechnicalDiv, technicalInfo[i].TechnicalContent); } } %> <%=technicalTitle %>