Directshow开发的基本技巧[28]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 aoosang 的 blog

        int cch = widechartomultibyte(cp_acp, 0, filterinfo.achname,

            max_filter_name, szname, max_filter_name, 0, 0);

        if (chh > 0)

            messagebox(null, szname, text("filter name"), mb_ok);

#endif

        // the filter_info structure holds a pointer to the filter graph

        // manager, with a reference count that must be released.

        if (filterinfo.pgraph != null)

        {

            filterinfo.pgraph->release();

        }

        pfilter->release();

    }

    penum->release();

    return s_ok;

}

2 枚举pin

本文关键:Directshow开发的基本技巧
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top