StreamProtectionInformation 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
StreamProtectionInformation() |
Initializes a new instance of the StreamProtectionInformation class. |
StreamProtectionInformation(StreamInformation) |
Initializes a new instance of the StreamProtectionInformation class from the specified StreamInformation. |
StreamProtectionInformation()
Initializes a new instance of the StreamProtectionInformation class.
public StreamProtectionInformation ();
Public Sub New ()
Applies to
StreamProtectionInformation(StreamInformation)
Initializes a new instance of the StreamProtectionInformation class from the specified StreamInformation.
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)
Parameters
- info
- StreamInformation
A StreamInformation associated with the packaging data.