EBML_ID_FLAGINTERLACED

常量
define('EBML_ID_FLAGINTERLACED', 0x1A); // [9A] -- Set if the video is interlaced.
定義位置
引入
棄用

EBML_ID_FLAGINTERLACED:這個常量代表Matroska檔案的EBML結構中的 “Flag Interlaced “元素。它指定視訊內容是隔行掃描還是逐行掃描。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
define('EBML_ID_FLAGINTERLACED', 0x1A); // [9A] -- Set if the video is interlaced.
define('EBML_ID_FLAGINTERLACED', 0x1A); // [9A] -- Set if the video is interlaced.
define('EBML_ID_FLAGINTERLACED',                  0x1A); //             [9A] -- Set if the video is interlaced.

常見問題

FAQs
檢視更多 >