资源简介
这是一个c#写的音视频播放器,它是基于ffmpeg开发的
)
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
namespace PlayerDemo
{
class AdpcmA
{
static short[] step_size = {
16 17 19 21 23 25 28 31 34 37
41 45 50 55 60 66 73 80 88 97
107 118 130 143 157 173 190 209 230 253
279 307 337 371 408 449 494 544 598 658
724 796 876 963 1060 1166 1282 1411 1552
}; //49 items
static int[] step_adj = { -1 -1 -1 -1 2 5 7 9 -1 -1 -1 -1 2 5 7 9 };
//buffers
private byte[] buffer; //input buffer load your sound file into this
private short[] inBuffer; //temp work buffer used correct byte order and downsample
private byte[] outBuffer; //output buffer this is your PCM
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-01-08 00:04 Pla
文件 6520 2013-10-21 21:55 Pla
文件 15732 2013-11-04 19:41 Pla
文件 12950 2013-11-13 00:19 Pla
文件 873 2013-11-04 19:34 Pla
文件 1760 2013-11-13 00:20 Pla
文件 1200 2013-12-05 22:14 Pla
文件 4171 2013-12-05 23:21 Pla
文件 2083 2013-11-26 22:20 Pla
文件 1067 2013-11-13 00:19 Pla
文件 4401 2013-12-05 21:59 Pla
文件 908 2013-10-09 21:56 Pla
文件 8192 2013-10-09 21:56 Pla
文件 510 2013-10-09 21:57 Pla
目录 0 2014-01-08 00:04 Pla
文件 1180 2013-10-09 21:56 Pla
文件 2842 2013-12-05 21:58 Pla
文件 5612 2013-10-09 21:56 Pla
文件 1106 2013-12-05 21:58 Pla
文件 249 2013-10-09 21:56 Pla
文件 873 2013-12-05 21:59 Pla
文件 1195 2013-12-05 21:57 Pla
文件 5512 2013-12-05 20:54 Pla
文件 3119 2013-12-05 20:58 Pla
文件 6011 2013-10-21 17:53 Pla
文件 2003 2013-11-05 00:22 Pla
文件 1079 2013-10-09 21:57 Pla
目录 0 2014-01-08 00:04 Pla
目录 0 2014-01-08 00:04 Pla
文件 114688 2013-12-05 23:19 Pla
文件 192000 2013-12-05 23:19 Pla
............此处省略21个文件信息
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
- C#之WPF重绘动态正弦余弦曲线
评论
共有 条评论