本文介绍了如何在c#中编写Codec代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在c#中编写编解码器?

什么是编写编解码器的预先知识?



如何编码和解码c#中的媒体文件?



i会不会给我一些想法?



我需要MkV编解码器对于Windows 8 Metro / Phone。

帮助我哪个laguage非常适合开发编解码器,它还必须支持.net 4.5,clr 4.0,msil,jit

作为用于c#的类libaray。

How to write codec in c#?
what is pre-requist knowlegde to write the codec?

how to encode and decode media file in c#?

i will do'it give me some idea?

I Need MkV Codec for Windows 8 Metro/Phone.
Help me which laguage well suited for developing codec also it have to support by .net 4.5,clr 4.0,msil,jit
as a class libaray for c#.

推荐答案



这篇关于如何在c#中编写Codec代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 19:09