ProtectionSystemSpecificHeaderBoxContents Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.