ProtectionSystemSpecificHeaderBoxContents 构造函数

定义

重载

ProtectionSystemSpecificHeaderBoxContents()

初始化 ProtectionSystemSpecificHeaderBoxContents 类的新实例。

ProtectionSystemSpecificHeaderBoxContents(PlayReadyObject)

从指定的 PlayReady 对象初始化 类的新实例 ProtectionSystemSpecificHeaderBoxContents

ProtectionSystemSpecificHeaderBoxContents()

初始化 ProtectionSystemSpecificHeaderBoxContents 类的新实例。

public ProtectionSystemSpecificHeaderBoxContents ();
Public Sub New ()

适用于

ProtectionSystemSpecificHeaderBoxContents(PlayReadyObject)

从指定的 PlayReady 对象初始化 类的新实例 ProtectionSystemSpecificHeaderBoxContents

public ProtectionSystemSpecificHeaderBoxContents (Microsoft.Media.Drm.PlayReadyObject pro);
new Microsoft.Media.Drm.ProtectionSystemSpecificHeaderBoxContents : Microsoft.Media.Drm.PlayReadyObject -> Microsoft.Media.Drm.ProtectionSystemSpecificHeaderBoxContents
Public Sub New (pro As PlayReadyObject)

参数

pro
PlayReadyObject

一个 PlayReadyObject ,其中包含要添加到 PIFF 文件的特定请求片段的“保护系统特定标头”框中的信息。

适用于