| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.media.models |
This package contains the media service data transfer object classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Task.CreateBatchOperation |
Task.create(String mediaProcessorId,
String taskBody)
Creates the.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setConfiguration(String configuration)
Sets the configuration.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setEncryptionKeyId(String encryptionKeyId)
Sets the encryption key id.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setEncryptionScheme(String encryptionScheme)
Sets the encryption scheme.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setEncryptionVersion(String encryptionVersion)
Sets the encryption version.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setInitializationVector(String initializationVector)
Sets the initialization vector.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setMediaProcessorId(String mediaProcessorId)
Sets the media processor id.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setName(String name)
Sets the name.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setOptions(TaskOption options)
Sets the options.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setPriority(int priority)
Sets the priority.
|
Task.CreateBatchOperation |
Task.CreateBatchOperation.setTaskBody(String taskBody)
Sets the task body.
|
| Modifier and Type | Method and Description |
|---|---|
List<Task.CreateBatchOperation> |
Job.Creator.getTaskCreators()
Gets the task creators.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Creator |
Job.Creator.addTaskCreator(Task.CreateBatchOperation taskCreateBatchOperation)
Adds the task creator.
|
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/