EBML_ID_CONTENTENCKEYID

常量
define('EBML_ID_CONTENTENCKEYID', 0x07E2); // [47][E2] -- For public key algorithms this is the ID of the public key the data was encrypted with.
定義位置
引入
棄用

“EBML_ID_CONTENTENCKEYID “是WordPress中的一個常數,它與WebM容器格式中的內容編碼金鑰ID有關。WebM容器格式用於儲存視訊和音訊檔案,而內容編碼金鑰ID用於識別用於保護檔案中內容的加密金鑰。這個常數通常用於處理WebM檔案的播放和操作的WordPress外掛和主題中。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
define('EBML_ID_CONTENTENCKEYID', 0x07E2); // [47][E2] -- For public key algorithms this is the ID of the public key the data was encrypted with.
define('EBML_ID_CONTENTENCKEYID', 0x07E2); // [47][E2] -- For public key algorithms this is the ID of the public key the data was encrypted with.
define('EBML_ID_CONTENTENCKEYID',               0x07E2); //         [47][E2] -- For public key algorithms this is the ID of the public key the data was encrypted with.

常見問題

FAQs
檢視更多 >