码迷,mamicode.com
首页 >  
搜索关键字:wp 8.1 sdk    ( 13817个结果
自制带第三方库的FFmpeg SDK
一、第三方库的编译与安装 1. libfaac # tar -zxvf faac-1.28.tar.gz # cd faac-1.28 # ./configure --prefix=/opt/YOUR_SDK_INSTALL_DIRECTORY --enable-static --disable-shared # make; make install 2. libmp3lame...
分类:其他好文   时间:2014-05-10 10:23:00    阅读次数:401
FFmpeg SDK开发模型之三:muxer
简介 使用FFmpeg SDK实现的H.264码流合成MPEG2-TS文件 一、源代码 int main(int argc, char* argv[])                                                       {                   const char* input = NULL;   const char* o...
分类:其他好文   时间:2014-05-10 10:04:42    阅读次数:501
FFmpeg SDK开发模型之一:解码器
简介 本例讲解了如何使用ffmpeg SDK解码媒体文件; 一、源代码 #include #include #include #include #ifdef HAVE_AV_CONFIG_H #undef HAVE_AV_CONFIG_H #endif #include "libavcodec/avcodec.h" #define INBUF_SIZE 4...
分类:其他好文   时间:2014-05-10 08:38:17    阅读次数:479
批处理脚本的一些规则
1. Rem "parameters: 1 ebank/emas 2 simulation/real 3 path of the wp file "Rem表示将在控制台打印的注释,::后为不会打印的注释。2. if "%1"=="ebank" (set app=ebank&&set port=400...
分类:其他好文   时间:2014-05-08 20:29:02    阅读次数:248
VC/MFC之ListCtrl控件使用经验总结
以下未经说明,listctrl默认view 风格为report相关类及处理函数MFC:CListCtrl类SDK:以 “ListView_”开头的一些宏。如 ListView_InsertColumn--------------------------------------------------...
分类:其他好文   时间:2014-05-08 20:22:27    阅读次数:457
WP 前台或后台显示ShellToast
using Microsoft.Phone.Shell;ShellToast toast = new ShellToast();toast.Title = "程序标题"; toast.Content = "内容"; toast.NavigationUri = new Uri("...
分类:其他好文   时间:2014-05-07 19:29:04    阅读次数:271
iOS5.0以上使用新浪微博开放平台OAuth 续(及解决登录无效问题)
新浪微博开放平台为第三方应用提供了简便的合作模式,满足了手机用户和平板电脑用户随时随地分享信息的需求。通过调用平台的api即可实现很多微博上的功能。本篇主要目的是记录新浪微博移动SDK iOS版本的在iOS5下的嵌入和使用。1、申请一个新浪微博的移动应用 。申请地址:http://open.weib...
分类:移动开发   时间:2014-05-07 18:56:00    阅读次数:630
IOS上MediaPlayer framework实现视频播放
播放电影文件: iOS sdk中可以使用MPMoviePlayerController来播放电影文件。但是在iOS设备上播放电影文件有严格的格式要求,只能播放下面两个格式的电影文件。? H.264 (Baseline Profile Level 3.0)? MPEG-4 Part 2 video (...
分类:移动开发   时间:2014-05-07 09:36:53    阅读次数:552
WP 前台或后台显示ShellToast
原文:WP 前台或后台显示ShellToastusing Microsoft.Phone.Shell;ShellToast toast = new ShellToast();toast.Title = "程序标题"; toast.Content = "内容"; toast.NavigationUri...
分类:其他好文   时间:2014-05-07 09:13:23    阅读次数:283
Phonegap的helloworld
1.首先安装phonegap和anriod的sdk这里要注意phonegap的2.9版本没有cordova.x.x.x.jar包,特别蛋疼,只好去下2.8.1版本的先去玩玩sdk安装没有什么好说的按照步骤来好了2.之后是项目的搭建public void onCreate(Bundle savedIn...
分类:其他好文   时间:2014-05-06 09:54:59    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!