EBML_ID_EBMLMAXSIZELENGTH

常量
define('EBML_ID_EBMLMAXSIZELENGTH', 0x02F3); // [42][F3] -- The maximum length of the sizes you'll find in this file (8 or less in Matroska). This does not override the element size indicated at the beginning of an element. Elements that have an indicated size which is larger than what is allowed by EBMLMaxSizeLength shall be considered invalid.
定义位置
引入
弃用

EBML_ID_EBMLMAXSIZELENGTH:这个常量用于指定一个EBML元素大小字段的最大长度。这个值用来定义一个EBML头的最大尺寸。

define('EBML_ID_EBMLMAXSIZELENGTH',             0x02F3); //         [42][F3] -- The maximum length of the sizes you'll find in this file (8 or less in Matroska). This does not override the element size indicated at the beginning of an element. Elements that have an indicated size which is larger than what is allowed by EBMLMaxSizeLength shall be considered invalid.

常见问题

FAQs
查看更多 >