PlayEnabler 建構函式

定義

多載

PlayEnabler(Guid)

初始化 PlayEnabler 類別的新執行個體。

PlayEnabler(Guid, Byte[])

初始化 PlayEnabler 類別的新執行個體。

PlayEnabler(Guid)

初始化 PlayEnabler 類別的新執行個體。

public PlayEnabler (Guid technologyId);
new Microsoft.Media.Drm.PlayEnabler : Guid -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid)

參數

technologyId
Guid

識別 Guid 允許內容流向的技術。

備註

如需此方法所允許參數的詳細資訊,請參閱 PlayReady 合規性規則檔。

適用於

PlayEnabler(Guid, Byte[])

初始化 PlayEnabler 類別的新執行個體。

public PlayEnabler (Guid technologyId, byte[] configurationData);
new Microsoft.Media.Drm.PlayEnabler : Guid * byte[] -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid, configurationData As Byte())

參數

technologyId
Guid

識別 Guid 允許內容流向的技術。

configurationData
Byte[]

技術的其他組態資料。

備註

如需此方法所允許參數的詳細資訊,請參閱 PlayReady 合規性規則檔。

適用於