共用方式為


StreamProtectionInformation 建構函式

定義

多載

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 封裝資料相關聯的 。

適用於