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)中用於檔案中包含的檔案型別的一個識別符號。它被用於多媒體檔案的頭,如視訊檔案,以指定檔案中包含的檔案型別。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
define('EBML_ID_DOCTYPE', 0x0282); // [42][82] -- A string that describes the type of document that follows this EBML header ('matroska' in our case).
define('EBML_ID_DOCTYPE', 0x0282); // [42][82] -- A string that describes the type of document that follows this EBML header ('matroska' in our case).
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
檢視更多 >