BulkIngestMediaContext Constructor (String[], String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the BulkIngestMediaContext.

Namespace: Microsoft.WindowsAzure.MediaServices.Client.BulkIngest
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Usage

'Usage
Dim protectionKeyIds As String()
Dim outputFolder As String

Dim instance As New BulkIngestMediaContext(protectionKeyIds, outputFolder)

Syntax

'Declaration
Public Sub New ( _
    protectionKeyIds As String(), _
    outputFolder As String _
)
public BulkIngestMediaContext (
    string[] protectionKeyIds,
    string outputFolder
)
public:
BulkIngestMediaContext (
    array<String^>^ protectionKeyIds, 
    String^ outputFolder
)
public BulkIngestMediaContext (
    String[] protectionKeyIds, 
    String outputFolder
)
public function BulkIngestMediaContext (
    protectionKeyIds : String[], 
    outputFolder : String
)

Parameters

  • protectionKeyIds
    An array containing the key IDs to use for different possible encryption types for created assets. The index of the array corresponds to the values of the enum type ContentKeyType.
  • outputFolder
    The folder in which generated content such as manifests and encrypted IAsset will be saved.

Remarks

Platforms

Development Platforms

Windows 7, Windows Server 2008, Windows 8 Beta

Target Platforms

See Also

Reference

BulkIngestMediaContext Class
BulkIngestMediaContext Members
Microsoft.WindowsAzure.MediaServices.Client.BulkIngest Namespace

Build Date:

2012-06-07