IMFContentDecryptionModule::CreateSession 方法 (mfcontentdecryptionmodule.h)
建立 IMFContentDecryptionModuleSession 物件,代表CDM) 會話 (Content Decryption Module。
語法
HRESULT CreateSession(
MF_MEDIAKEYSESSION_TYPE sessionType,
IMFContentDecryptionModuleSessionCallbacks *callbacks,
IMFContentDecryptionModuleSession **session
);
參數
sessionType
指定要建立之 CDM 會話類型 之MF_MEDIAKEYSESSION_TYPE 的成員。
callbacks
用於接收密鑰狀態變更更新的 IMFContentDecryptionModuleSessionCallbacks 物件。
session
接收已建立的 IMFContentDecryptionModuleSession 物件。
傳回值
傳回成功時S_OK。
備註
CreateSession 是以加密媒體延伸模組規格的 createSession 為基礎。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 版本 2004 (10.0;組建 19041) |
最低支援的伺服器 | Windows Server 版本 2004 (10.0;組建 19041) |
標頭 | mfcontentdecryptionmodule.h |