다음을 통해 공유


StreamProtectionInformation Constructors

Definition

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.

Applies to