다음을 통해 공유


ProtectionSystemSpecificHeaderBoxContents Constructors

Definition

Overloads

ProtectionSystemSpecificHeaderBoxContents()

Initializes a new instance of the ProtectionSystemSpecificHeaderBoxContents class.

ProtectionSystemSpecificHeaderBoxContents(PlayReadyObject)

Initializes a new instance of the ProtectionSystemSpecificHeaderBoxContents class from the specified PlayReady Object.

ProtectionSystemSpecificHeaderBoxContents()

Initializes a new instance of the ProtectionSystemSpecificHeaderBoxContents class.

public ProtectionSystemSpecificHeaderBoxContents ();
Public Sub New ()

Applies to

ProtectionSystemSpecificHeaderBoxContents(PlayReadyObject)

Initializes a new instance of the ProtectionSystemSpecificHeaderBoxContents class from the specified PlayReady Object.

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)

Parameters

pro
PlayReadyObject

A PlayReadyObject that contains the information to be added to the Protection System Specific Header box for the specific requested fragment of a PIFF file.

Applies to