PlayEnabler 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
備註
如需此方法所允許參數的詳細資訊,請參閱 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())
參數
- configurationData
- Byte[]
技術的其他組態資料。
備註
如需此方法所允許參數的詳細資訊,請參閱 PlayReady 合規性規則檔。