mobiflv.hrh
来自「symbian下的FLV播放视频源码 可以快速便捷的播放FLV格式的视频」· HRH 代码 · 共 22 行
HRH
22 行
/*
============================================================================
Name : MobiFLV.hrh
Author :
Copyright : Copyright by Sittiphol Phanvilai
Description : This file contains declarations for constants of MobiFLV.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef __MobiFLV_HRH__
#define __MobiFLV_HRH__
#define _UID3 0xE7301B12
// MobiFLV enumerate command codes
enum TMobiFLVIds
{
ECommand1 = 0x6001, // start value must not be 0
ECommand2
};
#endif // __MobiFLV_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?