EBML_ID_EBMLREADVERSION

常量
define('EBML_ID_EBMLREADVERSION', 0x02F7); // [42][F7] -- The minimum EBML version a parser has to support to read this file.
定义位置
引入
弃用

EBML_ID_EBMLREADVERSION是一个WordPress常量,表示EBML文件中的EBML读取版本的标识。EBML (Extensible Binary Meta-Language) 是一种二进制的文件格式,用于存储和交换各种多媒体内容。EBML读取版本是用来确定解析和读取EBML文件的解析器的最低版本要求。

define('EBML_ID_EBMLREADVERSION',               0x02F7); //         [42][F7] -- The minimum EBML version a parser has to support to read this file.

常见问题

FAQs
查看更多 >