EBML_ID_DOCTYPE

常量
define('EBML_ID_DOCTYPE', 0x0282); // [42][82] -- A string that describes the type of document that follows this EBML header ('matroska' in our case).
定义位置
引入
弃用

EBML_ID_DOCTYPE:这个常量是可扩展二进制元语言(EBML)中用于文件中包含的文件类型的一个标识符。它被用于多媒体文件的头,如视频文件,以指定文件中包含的文件类型。

define('EBML_ID_DOCTYPE',                       0x0282); //         [42][82] -- A string that describes the type of document that follows this EBML header ('matroska' in our case).

常见问题

FAQs
查看更多 >