StreamProtectionInformation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
StreamProtectionInformation() |
初始化 StreamProtectionInformation 類別的新執行個體。 |
StreamProtectionInformation(StreamInformation) |
從指定的 StreamInformation 初始化 StreamProtectionInformation 類別的新執行個體。 |
StreamProtectionInformation()
初始化 StreamProtectionInformation 類別的新執行個體。
public StreamProtectionInformation ();
Public Sub New ()
適用於
StreamProtectionInformation(StreamInformation)
從指定的 StreamInformation 初始化 StreamProtectionInformation 類別的新執行個體。
public StreamProtectionInformation (Microsoft.Media.Drm.StreamInformation info);
new Microsoft.Media.Drm.StreamProtectionInformation : Microsoft.Media.Drm.StreamInformation -> Microsoft.Media.Drm.StreamProtectionInformation
Public Sub New (info As StreamInformation)
參數
- info
- StreamInformation
與 StreamInformation 封裝資料相關聯的 。