models.elastictranscoder-2012-09-25-intermediate.json Maven / Gradle / Ivy
Show all versions of elastictranscoder Show documentation
{
"customizationConfig" : {
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"defaultExceptionUnmarshaller" : null,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : null,
"operationModifiers" : null,
"renameShapes" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSmokeTests" : false,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2012-09-25",
"asyncBuilder" : "DefaultElasticTranscoderAsyncClientBuilder",
"asyncBuilderInterface" : "ElasticTranscoderAsyncClientBuilder",
"asyncClient" : "DefaultElasticTranscoderAsyncClient",
"asyncInterface" : "ElasticTranscoderAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultElasticTranscoderBaseClientBuilder",
"baseBuilderInterface" : "ElasticTranscoderBaseClientBuilder",
"baseExceptionName" : "ElasticTranscoderException",
"baseRequestName" : "ElasticTranscoderRequest",
"baseResponseName" : "ElasticTranscoderResponse",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "elastictranscoder",
"contentType" : "",
"cucumberModuleInjectorClassName" : "ElasticTranscoderClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"documentation" : "AWS Elastic Transcoder Service The AWS Elastic Transcoder Service.
",
"endpointPrefix" : "elastictranscoder",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.elastictranscoder",
"fullModelPackageName" : "software.amazon.awssdk.services.elastictranscoder.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.elastictranscoder.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.elastictranscoder.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.elastictranscoder.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.elastictranscoder.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "elastictranscoder.model",
"paginatorsPackageName" : "elastictranscoder.paginators",
"protocol" : "rest-json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "software.amazon.awssdk.awscore.protocol.json.AwsJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.awscore.AwsRequest",
"requestTransformPackageName" : "elastictranscoder.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Elastic Transcoder",
"serviceName" : "Amazon Elastic Transcoder",
"signingName" : "elastictranscoder",
"smokeTestsPackageName" : "elastictranscoder.smoketests",
"syncBuilder" : "DefaultElasticTranscoderClientBuilder",
"syncBuilderInterface" : "ElasticTranscoderClientBuilder",
"syncClient" : "DefaultElasticTranscoderClient",
"syncInterface" : "ElasticTranscoderClient",
"transformPackageName" : "elastictranscoder.transform",
"uid" : "elastictranscoder-2012-09-25",
"unmarshallerContextClassName" : "JsonMarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"CancelJob" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The CancelJob operation cancels an unfinished job.
You can only cancel a job that has a status of Submitted
. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CancelJobRequest",
"variableName" : "cancelJobRequest",
"variableType" : "CancelJobRequest",
"documentation" : "The CancelJobRequest
structure.
",
"simpleType" : "CancelJobRequest",
"variableSetterType" : "CancelJobRequest"
},
"methodName" : "cancelJob",
"operationName" : "CancelJob",
"paginated" : false,
"returnType" : {
"returnType" : "CancelJobResponse",
"documentation" : "The response body contains a JSON object. If the job is successfully canceled, the value of Success
is true
.
"
},
"syncReturnType" : "CancelJobResponse"
},
"CreateJob" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.
If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateJobRequest",
"variableName" : "createJobRequest",
"variableType" : "CreateJobRequest",
"documentation" : "The CreateJobRequest
structure.
",
"simpleType" : "CreateJobRequest",
"variableSetterType" : "CreateJobRequest"
},
"methodName" : "createJob",
"operationName" : "CreateJob",
"paginated" : false,
"returnType" : {
"returnType" : "CreateJobResponse",
"documentation" : "The CreateJobResponse structure.
"
},
"syncReturnType" : "CreateJobResponse"
},
"CreatePipeline" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The CreatePipeline operation creates a pipeline with settings that you specify.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreatePipelineRequest",
"variableName" : "createPipelineRequest",
"variableType" : "CreatePipelineRequest",
"documentation" : "The CreatePipelineRequest
structure.
",
"simpleType" : "CreatePipelineRequest",
"variableSetterType" : "CreatePipelineRequest"
},
"methodName" : "createPipeline",
"operationName" : "CreatePipeline",
"paginated" : false,
"returnType" : {
"returnType" : "CreatePipelineResponse",
"documentation" : "When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.
"
},
"syncReturnType" : "CreatePipelineResponse"
},
"CreatePreset" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The CreatePreset operation creates a preset with settings that you specify.
Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (ValidationException
) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.
Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreatePresetRequest",
"variableName" : "createPresetRequest",
"variableType" : "CreatePresetRequest",
"documentation" : "The CreatePresetRequest
structure.
",
"simpleType" : "CreatePresetRequest",
"variableSetterType" : "CreatePresetRequest"
},
"methodName" : "createPreset",
"operationName" : "CreatePreset",
"paginated" : false,
"returnType" : {
"returnType" : "CreatePresetResponse",
"documentation" : "The CreatePresetResponse
structure.
"
},
"syncReturnType" : "CreatePresetResponse"
},
"DeletePipeline" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The DeletePipeline operation removes a pipeline.
You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use, DeletePipeline
returns an error.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeletePipelineRequest",
"variableName" : "deletePipelineRequest",
"variableType" : "DeletePipelineRequest",
"documentation" : "The DeletePipelineRequest
structure.
",
"simpleType" : "DeletePipelineRequest",
"variableSetterType" : "DeletePipelineRequest"
},
"methodName" : "deletePipeline",
"operationName" : "DeletePipeline",
"paginated" : false,
"returnType" : {
"returnType" : "DeletePipelineResponse",
"documentation" : "The DeletePipelineResponse
structure.
"
},
"syncReturnType" : "DeletePipelineResponse"
},
"DeletePreset" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The DeletePreset operation removes a preset that you've added in an AWS region.
You can't delete the default presets that are included with Elastic Transcoder.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeletePresetRequest",
"variableName" : "deletePresetRequest",
"variableType" : "DeletePresetRequest",
"documentation" : "The DeletePresetRequest
structure.
",
"simpleType" : "DeletePresetRequest",
"variableSetterType" : "DeletePresetRequest"
},
"methodName" : "deletePreset",
"operationName" : "DeletePreset",
"paginated" : false,
"returnType" : {
"returnType" : "DeletePresetResponse",
"documentation" : "The DeletePresetResponse
structure.
"
},
"syncReturnType" : "DeletePresetResponse"
},
"ListJobsByPipeline" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.
Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListJobsByPipelineRequest",
"variableName" : "listJobsByPipelineRequest",
"variableType" : "ListJobsByPipelineRequest",
"documentation" : "The ListJobsByPipelineRequest
structure.
",
"simpleType" : "ListJobsByPipelineRequest",
"variableSetterType" : "ListJobsByPipelineRequest"
},
"methodName" : "listJobsByPipeline",
"operationName" : "ListJobsByPipeline",
"paginated" : true,
"returnType" : {
"returnType" : "ListJobsByPipelineResponse",
"documentation" : "The ListJobsByPipelineResponse
structure.
"
},
"syncReturnType" : "ListJobsByPipelineResponse"
},
"ListJobsByStatus" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListJobsByStatusRequest",
"variableName" : "listJobsByStatusRequest",
"variableType" : "ListJobsByStatusRequest",
"documentation" : "The ListJobsByStatusRequest
structure.
",
"simpleType" : "ListJobsByStatusRequest",
"variableSetterType" : "ListJobsByStatusRequest"
},
"methodName" : "listJobsByStatus",
"operationName" : "ListJobsByStatus",
"paginated" : true,
"returnType" : {
"returnType" : "ListJobsByStatusResponse",
"documentation" : " The ListJobsByStatusResponse
structure.
"
},
"syncReturnType" : "ListJobsByStatusResponse"
},
"ListPipelines" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListPipelinesRequest",
"variableName" : "listPipelinesRequest",
"variableType" : "ListPipelinesRequest",
"documentation" : "The ListPipelineRequest
structure.
",
"simpleType" : "ListPipelinesRequest",
"variableSetterType" : "ListPipelinesRequest"
},
"methodName" : "listPipelines",
"operationName" : "ListPipelines",
"paginated" : true,
"returnType" : {
"returnType" : "ListPipelinesResponse",
"documentation" : "A list of the pipelines associated with the current AWS account.
"
},
"syncReturnType" : "ListPipelinesResponse"
},
"ListPresets" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListPresetsRequest",
"variableName" : "listPresetsRequest",
"variableType" : "ListPresetsRequest",
"documentation" : "The ListPresetsRequest
structure.
",
"simpleType" : "ListPresetsRequest",
"variableSetterType" : "ListPresetsRequest"
},
"methodName" : "listPresets",
"operationName" : "ListPresets",
"paginated" : true,
"returnType" : {
"returnType" : "ListPresetsResponse",
"documentation" : "The ListPresetsResponse
structure.
"
},
"syncReturnType" : "ListPresetsResponse"
},
"ReadJob" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The ReadJob operation returns detailed information about a job.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ReadJobRequest",
"variableName" : "readJobRequest",
"variableType" : "ReadJobRequest",
"documentation" : "The ReadJobRequest
structure.
",
"simpleType" : "ReadJobRequest",
"variableSetterType" : "ReadJobRequest"
},
"methodName" : "readJob",
"operationName" : "ReadJob",
"paginated" : false,
"returnType" : {
"returnType" : "ReadJobResponse",
"documentation" : "The ReadJobResponse
structure.
"
},
"syncReturnType" : "ReadJobResponse"
},
"ReadPipeline" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The ReadPipeline operation gets detailed information about a pipeline.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ReadPipelineRequest",
"variableName" : "readPipelineRequest",
"variableType" : "ReadPipelineRequest",
"documentation" : "The ReadPipelineRequest
structure.
",
"simpleType" : "ReadPipelineRequest",
"variableSetterType" : "ReadPipelineRequest"
},
"methodName" : "readPipeline",
"operationName" : "ReadPipeline",
"paginated" : false,
"returnType" : {
"returnType" : "ReadPipelineResponse",
"documentation" : "The ReadPipelineResponse
structure.
"
},
"syncReturnType" : "ReadPipelineResponse"
},
"ReadPreset" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The ReadPreset operation gets detailed information about a preset.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ReadPresetRequest",
"variableName" : "readPresetRequest",
"variableType" : "ReadPresetRequest",
"documentation" : "The ReadPresetRequest
structure.
",
"simpleType" : "ReadPresetRequest",
"variableSetterType" : "ReadPresetRequest"
},
"methodName" : "readPreset",
"operationName" : "ReadPreset",
"paginated" : false,
"returnType" : {
"returnType" : "ReadPresetResponse",
"documentation" : "The ReadPresetResponse
structure.
"
},
"syncReturnType" : "ReadPresetResponse"
},
"TestRole" : {
"authenticated" : true,
"deprecated" : true,
"documentation" : "The TestRole operation tests the IAM role used to create the pipeline.
The TestRole
action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TestRoleRequest",
"variableName" : "testRoleRequest",
"variableType" : "TestRoleRequest",
"documentation" : " The TestRoleRequest
structure.
",
"simpleType" : "TestRoleRequest",
"variableSetterType" : "TestRoleRequest"
},
"methodName" : "testRole",
"operationName" : "TestRole",
"paginated" : false,
"returnType" : {
"returnType" : "TestRoleResponse",
"documentation" : "The TestRoleResponse
structure.
"
},
"syncReturnType" : "TestRoleResponse"
},
"UpdatePipeline" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Use the UpdatePipeline
operation to update settings for a pipeline.
When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdatePipelineRequest",
"variableName" : "updatePipelineRequest",
"variableType" : "UpdatePipelineRequest",
"documentation" : "The UpdatePipelineRequest
structure.
",
"simpleType" : "UpdatePipelineRequest",
"variableSetterType" : "UpdatePipelineRequest"
},
"methodName" : "updatePipeline",
"operationName" : "UpdatePipeline",
"paginated" : false,
"returnType" : {
"returnType" : "UpdatePipelineResponse",
"documentation" : "When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.
"
},
"syncReturnType" : "UpdatePipelineResponse"
},
"UpdatePipelineNotifications" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdatePipelineNotificationsRequest",
"variableName" : "updatePipelineNotificationsRequest",
"variableType" : "UpdatePipelineNotificationsRequest",
"documentation" : "The UpdatePipelineNotificationsRequest
structure.
",
"simpleType" : "UpdatePipelineNotificationsRequest",
"variableSetterType" : "UpdatePipelineNotificationsRequest"
},
"methodName" : "updatePipelineNotifications",
"operationName" : "UpdatePipelineNotifications",
"paginated" : false,
"returnType" : {
"returnType" : "UpdatePipelineNotificationsResponse",
"documentation" : "The UpdatePipelineNotificationsResponse
structure.
"
},
"syncReturnType" : "UpdatePipelineNotificationsResponse"
},
"UpdatePipelineStatus" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a CancelJob request.
",
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "One or more required parameter values were not provided in the request.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : null,
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "General authentication failure. The request was not signed correctly.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdatePipelineStatusRequest",
"variableName" : "updatePipelineStatusRequest",
"variableType" : "UpdatePipelineStatusRequest",
"documentation" : "The UpdatePipelineStatusRequest
structure.
",
"simpleType" : "UpdatePipelineStatusRequest",
"variableSetterType" : "UpdatePipelineStatusRequest"
},
"methodName" : "updatePipelineStatus",
"operationName" : "UpdatePipelineStatus",
"paginated" : false,
"returnType" : {
"returnType" : "UpdatePipelineStatusResponse",
"documentation" : "When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.
"
},
"syncReturnType" : "UpdatePipelineStatusResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "General authentication failure. The request was not signed correctly.
",
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false
},
"Artwork" : {
"c2jName" : "Artwork",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20.
To remove artwork or leave the artwork empty, you can either set Artwork
to null, or set the Merge Policy
to \"Replace\" and use an empty Artwork
array.
To pass through existing artwork unchanged, set the Merge Policy
to \"Prepend\", \"Append\", or \"Fallback\", and use an empty Artwork
array.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getInputKey",
"beanStyleSetterMethodName" : "setInputKey",
"c2jName" : "InputKey",
"c2jShape" : "WatermarkKey",
"defaultConsumerFluentSetterDocumentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputKey(String)}.\n@param inputKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputKey(String)",
"deprecated" : false,
"documentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "inputKey",
"fluentSetterDocumentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputKey",
"getterDocumentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@return The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InputKey",
"setterDocumentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.",
"setterMethodName" : "setInputKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputKey",
"variableType" : "String",
"documentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxWidth",
"beanStyleSetterMethodName" : "setMaxWidth",
"c2jName" : "MaxWidth",
"c2jShape" : "DigitsOrAuto",
"defaultConsumerFluentSetterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxWidth(String)}.\n@param maxWidth a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxWidth(String)",
"deprecated" : false,
"documentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxWidth",
"fluentSetterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@param maxWidth The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxWidth",
"getterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@return The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxWidth",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxWidth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MaxWidth",
"setterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@param maxWidth The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.",
"setterMethodName" : "setMaxWidth",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "maxWidth",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "maxWidth",
"variableType" : "String",
"documentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxHeight",
"beanStyleSetterMethodName" : "setMaxHeight",
"c2jName" : "MaxHeight",
"c2jShape" : "DigitsOrAuto",
"defaultConsumerFluentSetterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxHeight(String)}.\n@param maxHeight a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxHeight(String)",
"deprecated" : false,
"documentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxHeight",
"fluentSetterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@param maxHeight The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxHeight",
"getterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@return The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxHeight",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxHeight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MaxHeight",
"setterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@param maxHeight The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.",
"setterMethodName" : "setMaxHeight",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "maxHeight",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "maxHeight",
"variableType" : "String",
"documentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSizingPolicy",
"beanStyleSetterMethodName" : "setSizingPolicy",
"c2jName" : "SizingPolicy",
"c2jShape" : "SizingPolicy",
"defaultConsumerFluentSetterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sizingPolicy(String)}.\n@param sizingPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sizingPolicy(String)",
"deprecated" : false,
"documentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sizingPolicy",
"fluentSetterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@param sizingPolicy Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sizingPolicy",
"getterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@return Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SizingPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizingPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SizingPolicy",
"setterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@param sizingPolicy Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"setterMethodName" : "setSizingPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sizingPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sizingPolicy",
"variableType" : "String",
"documentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPaddingPolicy",
"beanStyleSetterMethodName" : "setPaddingPolicy",
"c2jName" : "PaddingPolicy",
"c2jShape" : "PaddingPolicy",
"defaultConsumerFluentSetterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #paddingPolicy(String)}.\n@param paddingPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #paddingPolicy(String)",
"deprecated" : false,
"documentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "paddingPolicy",
"fluentSetterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@param paddingPolicy When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "paddingPolicy",
"getterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@return When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PaddingPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PaddingPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PaddingPolicy",
"setterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@param paddingPolicy When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.",
"setterMethodName" : "setPaddingPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "paddingPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "paddingPolicy",
"variableType" : "String",
"documentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlbumArtFormat",
"beanStyleSetterMethodName" : "setAlbumArtFormat",
"c2jName" : "AlbumArtFormat",
"c2jShape" : "JpgOrPng",
"defaultConsumerFluentSetterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #albumArtFormat(String)}.\n@param albumArtFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #albumArtFormat(String)",
"deprecated" : false,
"documentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "albumArtFormat",
"fluentSetterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@param albumArtFormat The format of album art, if any. Valid formats are .jpg
and .png
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "albumArtFormat",
"getterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@return The format of album art, if any. Valid formats are .jpg
and .png
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlbumArtFormat",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlbumArtFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlbumArtFormat",
"setterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@param albumArtFormat The format of album art, if any. Valid formats are .jpg
and .png
.",
"setterMethodName" : "setAlbumArtFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "albumArtFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "albumArtFormat",
"variableType" : "String",
"documentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlbumArtFormat" : {
"beanStyleGetterMethodName" : "getAlbumArtFormat",
"beanStyleSetterMethodName" : "setAlbumArtFormat",
"c2jName" : "AlbumArtFormat",
"c2jShape" : "JpgOrPng",
"defaultConsumerFluentSetterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #albumArtFormat(String)}.\n@param albumArtFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #albumArtFormat(String)",
"deprecated" : false,
"documentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "albumArtFormat",
"fluentSetterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@param albumArtFormat The format of album art, if any. Valid formats are .jpg
and .png
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "albumArtFormat",
"getterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@return The format of album art, if any. Valid formats are .jpg
and .png
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlbumArtFormat",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlbumArtFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlbumArtFormat",
"setterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@param albumArtFormat The format of album art, if any. Valid formats are .jpg
and .png
.",
"setterMethodName" : "setAlbumArtFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "albumArtFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "albumArtFormat",
"variableType" : "String",
"documentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Encryption" : {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
},
"InputKey" : {
"beanStyleGetterMethodName" : "getInputKey",
"beanStyleSetterMethodName" : "setInputKey",
"c2jName" : "InputKey",
"c2jShape" : "WatermarkKey",
"defaultConsumerFluentSetterDocumentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputKey(String)}.\n@param inputKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputKey(String)",
"deprecated" : false,
"documentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "inputKey",
"fluentSetterDocumentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputKey",
"getterDocumentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@return The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InputKey",
"setterDocumentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.",
"setterMethodName" : "setInputKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputKey",
"variableType" : "String",
"documentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxHeight" : {
"beanStyleGetterMethodName" : "getMaxHeight",
"beanStyleSetterMethodName" : "setMaxHeight",
"c2jName" : "MaxHeight",
"c2jShape" : "DigitsOrAuto",
"defaultConsumerFluentSetterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxHeight(String)}.\n@param maxHeight a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxHeight(String)",
"deprecated" : false,
"documentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxHeight",
"fluentSetterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@param maxHeight The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxHeight",
"getterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@return The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxHeight",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxHeight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MaxHeight",
"setterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@param maxHeight The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.",
"setterMethodName" : "setMaxHeight",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "maxHeight",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "maxHeight",
"variableType" : "String",
"documentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxWidth" : {
"beanStyleGetterMethodName" : "getMaxWidth",
"beanStyleSetterMethodName" : "setMaxWidth",
"c2jName" : "MaxWidth",
"c2jShape" : "DigitsOrAuto",
"defaultConsumerFluentSetterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxWidth(String)}.\n@param maxWidth a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxWidth(String)",
"deprecated" : false,
"documentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxWidth",
"fluentSetterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@param maxWidth The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxWidth",
"getterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@return The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxWidth",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxWidth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MaxWidth",
"setterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@param maxWidth The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.",
"setterMethodName" : "setMaxWidth",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "maxWidth",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "maxWidth",
"variableType" : "String",
"documentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PaddingPolicy" : {
"beanStyleGetterMethodName" : "getPaddingPolicy",
"beanStyleSetterMethodName" : "setPaddingPolicy",
"c2jName" : "PaddingPolicy",
"c2jShape" : "PaddingPolicy",
"defaultConsumerFluentSetterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #paddingPolicy(String)}.\n@param paddingPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #paddingPolicy(String)",
"deprecated" : false,
"documentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "paddingPolicy",
"fluentSetterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@param paddingPolicy When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "paddingPolicy",
"getterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@return When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PaddingPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PaddingPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PaddingPolicy",
"setterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@param paddingPolicy When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.",
"setterMethodName" : "setPaddingPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "paddingPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "paddingPolicy",
"variableType" : "String",
"documentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SizingPolicy" : {
"beanStyleGetterMethodName" : "getSizingPolicy",
"beanStyleSetterMethodName" : "setSizingPolicy",
"c2jName" : "SizingPolicy",
"c2jShape" : "SizingPolicy",
"defaultConsumerFluentSetterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sizingPolicy(String)}.\n@param sizingPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sizingPolicy(String)",
"deprecated" : false,
"documentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sizingPolicy",
"fluentSetterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@param sizingPolicy Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sizingPolicy",
"getterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@return Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SizingPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizingPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SizingPolicy",
"setterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@param sizingPolicy Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"setterMethodName" : "setSizingPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sizingPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sizingPolicy",
"variableType" : "String",
"documentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getInputKey",
"beanStyleSetterMethodName" : "setInputKey",
"c2jName" : "InputKey",
"c2jShape" : "WatermarkKey",
"defaultConsumerFluentSetterDocumentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputKey(String)}.\n@param inputKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputKey(String)",
"deprecated" : false,
"documentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "inputKey",
"fluentSetterDocumentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputKey",
"getterDocumentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@return The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InputKey",
"setterDocumentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.",
"setterMethodName" : "setInputKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputKey",
"variableType" : "String",
"documentation" : "
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxWidth",
"beanStyleSetterMethodName" : "setMaxWidth",
"c2jName" : "MaxWidth",
"c2jShape" : "DigitsOrAuto",
"defaultConsumerFluentSetterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxWidth(String)}.\n@param maxWidth a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxWidth(String)",
"deprecated" : false,
"documentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxWidth",
"fluentSetterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@param maxWidth The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxWidth",
"getterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@return The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxWidth",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxWidth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MaxWidth",
"setterDocumentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
\n@param maxWidth The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.",
"setterMethodName" : "setMaxWidth",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "maxWidth",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "maxWidth",
"variableType" : "String",
"documentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxHeight",
"beanStyleSetterMethodName" : "setMaxHeight",
"c2jName" : "MaxHeight",
"c2jShape" : "DigitsOrAuto",
"defaultConsumerFluentSetterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxHeight(String)}.\n@param maxHeight a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxHeight(String)",
"deprecated" : false,
"documentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxHeight",
"fluentSetterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@param maxHeight The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxHeight",
"getterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@return The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxHeight",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxHeight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MaxHeight",
"setterDocumentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
\n@param maxHeight The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.",
"setterMethodName" : "setMaxHeight",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "maxHeight",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "maxHeight",
"variableType" : "String",
"documentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSizingPolicy",
"beanStyleSetterMethodName" : "setSizingPolicy",
"c2jName" : "SizingPolicy",
"c2jShape" : "SizingPolicy",
"defaultConsumerFluentSetterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sizingPolicy(String)}.\n@param sizingPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sizingPolicy(String)",
"deprecated" : false,
"documentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sizingPolicy",
"fluentSetterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@param sizingPolicy Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sizingPolicy",
"getterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@return Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SizingPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizingPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SizingPolicy",
"setterDocumentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
\n@param sizingPolicy Specify one of the following values to control scaling of the output album art: -
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"setterMethodName" : "setSizingPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sizingPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sizingPolicy",
"variableType" : "String",
"documentation" : "Specify one of the following values to control scaling of the output album art:
-
Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
without exceeding the other value.
-
Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth
or MaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
-
Stretch:
Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth
and MaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.
-
Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth
and MaxHeight
, Elastic Transcoder crops the output art.
-
ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
-
ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth
and MaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPaddingPolicy",
"beanStyleSetterMethodName" : "setPaddingPolicy",
"c2jName" : "PaddingPolicy",
"c2jShape" : "PaddingPolicy",
"defaultConsumerFluentSetterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #paddingPolicy(String)}.\n@param paddingPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #paddingPolicy(String)",
"deprecated" : false,
"documentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "paddingPolicy",
"fluentSetterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@param paddingPolicy When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "paddingPolicy",
"getterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@return When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PaddingPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PaddingPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PaddingPolicy",
"setterDocumentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
\n@param paddingPolicy When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.",
"setterMethodName" : "setPaddingPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "paddingPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "paddingPolicy",
"variableType" : "String",
"documentation" : "When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlbumArtFormat",
"beanStyleSetterMethodName" : "setAlbumArtFormat",
"c2jName" : "AlbumArtFormat",
"c2jShape" : "JpgOrPng",
"defaultConsumerFluentSetterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #albumArtFormat(String)}.\n@param albumArtFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #albumArtFormat(String)",
"deprecated" : false,
"documentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "albumArtFormat",
"fluentSetterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@param albumArtFormat The format of album art, if any. Valid formats are .jpg
and .png
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "albumArtFormat",
"getterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@return The format of album art, if any. Valid formats are .jpg
and .png
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlbumArtFormat",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlbumArtFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlbumArtFormat",
"setterDocumentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
\n@param albumArtFormat The format of album art, if any. Valid formats are .jpg
and .png
.",
"setterMethodName" : "setAlbumArtFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "albumArtFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "albumArtFormat",
"variableType" : "String",
"documentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Artwork",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Artwork",
"variableName" : "artwork",
"variableType" : "Artwork",
"documentation" : null,
"simpleType" : "Artwork",
"variableSetterType" : "Artwork"
},
"wrapper" : false
},
"AudioCodecOptions" : {
"c2jName" : "AudioCodecOptions",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Options associated with your audio codec.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getProfile",
"beanStyleSetterMethodName" : "setProfile",
"c2jName" : "Profile",
"c2jShape" : "AudioCodecProfile",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profile(String)}.\n@param profile a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profile(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profile",
"fluentSetterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profile",
"getterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Profile",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Profile",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Profile",
"setterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"setterMethodName" : "setProfile",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profile",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profile",
"variableType" : "String",
"documentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBitDepth",
"beanStyleSetterMethodName" : "setBitDepth",
"c2jName" : "BitDepth",
"c2jShape" : "AudioBitDepth",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitDepth(String)}.\n@param bitDepth a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitDepth(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitDepth",
"fluentSetterDocumentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@param bitDepth You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitDepth",
"getterDocumentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@return You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitDepth",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitDepth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitDepth",
"setterDocumentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@param bitDepth You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.",
"setterMethodName" : "setBitDepth",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitDepth",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitDepth",
"variableType" : "String",
"documentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBitOrder",
"beanStyleSetterMethodName" : "setBitOrder",
"c2jName" : "BitOrder",
"c2jShape" : "AudioBitOrder",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitOrder(String)}.\n@param bitOrder a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitOrder(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitOrder",
"fluentSetterDocumentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@param bitOrder You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitOrder",
"getterDocumentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@return You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitOrder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitOrder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitOrder",
"setterDocumentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@param bitOrder You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.",
"setterMethodName" : "setBitOrder",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitOrder",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitOrder",
"variableType" : "String",
"documentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigned",
"beanStyleSetterMethodName" : "setSigned",
"c2jName" : "Signed",
"c2jShape" : "AudioSigned",
"defaultConsumerFluentSetterDocumentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signed(String)}.\n@param signed a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signed(String)",
"deprecated" : false,
"documentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signed",
"fluentSetterDocumentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@param signed You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signed",
"getterDocumentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@return You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Signed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signed",
"setterDocumentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@param signed You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.",
"setterMethodName" : "setSigned",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signed",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signed",
"variableType" : "String",
"documentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BitDepth" : {
"beanStyleGetterMethodName" : "getBitDepth",
"beanStyleSetterMethodName" : "setBitDepth",
"c2jName" : "BitDepth",
"c2jShape" : "AudioBitDepth",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitDepth(String)}.\n@param bitDepth a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitDepth(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitDepth",
"fluentSetterDocumentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@param bitDepth You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitDepth",
"getterDocumentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@return You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitDepth",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitDepth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitDepth",
"setterDocumentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@param bitDepth You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.",
"setterMethodName" : "setBitDepth",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitDepth",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitDepth",
"variableType" : "String",
"documentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"BitOrder" : {
"beanStyleGetterMethodName" : "getBitOrder",
"beanStyleSetterMethodName" : "setBitOrder",
"c2jName" : "BitOrder",
"c2jShape" : "AudioBitOrder",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitOrder(String)}.\n@param bitOrder a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitOrder(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitOrder",
"fluentSetterDocumentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@param bitOrder You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitOrder",
"getterDocumentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@return You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitOrder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitOrder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitOrder",
"setterDocumentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@param bitOrder You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.",
"setterMethodName" : "setBitOrder",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitOrder",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitOrder",
"variableType" : "String",
"documentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Profile" : {
"beanStyleGetterMethodName" : "getProfile",
"beanStyleSetterMethodName" : "setProfile",
"c2jName" : "Profile",
"c2jShape" : "AudioCodecProfile",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profile(String)}.\n@param profile a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profile(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profile",
"fluentSetterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profile",
"getterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Profile",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Profile",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Profile",
"setterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"setterMethodName" : "setProfile",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profile",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profile",
"variableType" : "String",
"documentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Signed" : {
"beanStyleGetterMethodName" : "getSigned",
"beanStyleSetterMethodName" : "setSigned",
"c2jName" : "Signed",
"c2jShape" : "AudioSigned",
"defaultConsumerFluentSetterDocumentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signed(String)}.\n@param signed a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signed(String)",
"deprecated" : false,
"documentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signed",
"fluentSetterDocumentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@param signed You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signed",
"getterDocumentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@return You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Signed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signed",
"setterDocumentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@param signed You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.",
"setterMethodName" : "setSigned",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signed",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signed",
"variableType" : "String",
"documentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProfile",
"beanStyleSetterMethodName" : "setProfile",
"c2jName" : "Profile",
"c2jShape" : "AudioCodecProfile",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profile(String)}.\n@param profile a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profile(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profile",
"fluentSetterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profile",
"getterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Profile",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Profile",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Profile",
"setterDocumentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"setterMethodName" : "setProfile",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profile",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profile",
"variableType" : "String",
"documentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
-
auto
: If you specify auto
, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
-
AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.
-
HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
-
HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth
playlist must have the same value for Profile
.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBitDepth",
"beanStyleSetterMethodName" : "setBitDepth",
"c2jName" : "BitDepth",
"c2jShape" : "AudioBitDepth",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitDepth(String)}.\n@param bitDepth a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitDepth(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitDepth",
"fluentSetterDocumentation" : "You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@param bitDepth You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitDepth",
"getterDocumentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@return You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitDepth",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitDepth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitDepth",
"setterDocumentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
\n@param bitDepth You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec. The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.",
"setterMethodName" : "setBitDepth",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitDepth",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitDepth",
"variableType" : "String",
"documentation" : "
You can only choose an audio bit depth when you specify flac
or pcm
for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16
and 24
.
The most common bit depth is 24
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBitOrder",
"beanStyleSetterMethodName" : "setBitOrder",
"c2jName" : "BitOrder",
"c2jShape" : "AudioBitOrder",
"defaultConsumerFluentSetterDocumentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitOrder(String)}.\n@param bitOrder a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitOrder(String)",
"deprecated" : false,
"documentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitOrder",
"fluentSetterDocumentation" : "You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@param bitOrder You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitOrder",
"getterDocumentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@return You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitOrder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitOrder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitOrder",
"setterDocumentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
\n@param bitOrder You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec. The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.",
"setterMethodName" : "setBitOrder",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitOrder",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitOrder",
"variableType" : "String",
"documentation" : "
You can only choose an audio bit order when you specify pcm
for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigned",
"beanStyleSetterMethodName" : "setSigned",
"c2jName" : "Signed",
"c2jShape" : "AudioSigned",
"defaultConsumerFluentSetterDocumentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signed(String)}.\n@param signed a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signed(String)",
"deprecated" : false,
"documentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signed",
"fluentSetterDocumentation" : "You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@param signed You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signed",
"getterDocumentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@return You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Signed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signed",
"setterDocumentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
\n@param signed You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec. Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.",
"setterMethodName" : "setSigned",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signed",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signed",
"variableType" : "String",
"documentation" : "
You can only choose whether an audio sample is signed when you specify pcm
for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AudioCodecOptions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AudioCodecOptions",
"variableName" : "audioCodecOptions",
"variableType" : "AudioCodecOptions",
"documentation" : null,
"simpleType" : "AudioCodecOptions",
"variableSetterType" : "AudioCodecOptions"
},
"wrapper" : false
},
"AudioParameters" : {
"c2jName" : "AudioParameters",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Parameters required for transcoding audio.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCodec",
"beanStyleSetterMethodName" : "setCodec",
"c2jName" : "Codec",
"c2jShape" : "AudioCodec",
"defaultConsumerFluentSetterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codec(String)}.\n@param codec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codec(String)",
"deprecated" : false,
"documentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "codec",
"fluentSetterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@param codec The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "codec",
"getterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@return The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Codec",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Codec",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Codec",
"setterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@param codec The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.",
"setterMethodName" : "setCodec",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "codec",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "codec",
"variableType" : "String",
"documentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSampleRate",
"beanStyleSetterMethodName" : "setSampleRate",
"c2jName" : "SampleRate",
"c2jShape" : "AudioSampleRate",
"defaultConsumerFluentSetterDocumentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sampleRate(String)}.\n@param sampleRate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sampleRate(String)",
"deprecated" : false,
"documentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sampleRate",
"fluentSetterDocumentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sampleRate",
"getterDocumentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@return The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SampleRate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SampleRate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SampleRate",
"setterDocumentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.",
"setterMethodName" : "setSampleRate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sampleRate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sampleRate",
"variableType" : "String",
"documentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBitRate",
"beanStyleSetterMethodName" : "setBitRate",
"c2jName" : "BitRate",
"c2jShape" : "AudioBitRate",
"defaultConsumerFluentSetterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitRate(String)}.\n@param bitRate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitRate(String)",
"deprecated" : false,
"documentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitRate",
"fluentSetterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitRate",
"getterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@return The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitRate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitRate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitRate",
"setterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.",
"setterMethodName" : "setBitRate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitRate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitRate",
"variableType" : "String",
"documentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChannels",
"beanStyleSetterMethodName" : "setChannels",
"c2jName" : "Channels",
"c2jShape" : "AudioChannels",
"defaultConsumerFluentSetterDocumentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channels(String)}.\n@param channels a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channels(String)",
"deprecated" : false,
"documentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channels",
"fluentSetterDocumentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@param channels The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channels",
"getterDocumentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@return The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Channels",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Channels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Channels",
"setterDocumentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@param channels The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.",
"setterMethodName" : "setChannels",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channels",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channels",
"variableType" : "String",
"documentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAudioPackingMode",
"beanStyleSetterMethodName" : "setAudioPackingMode",
"c2jName" : "AudioPackingMode",
"c2jShape" : "AudioPackingMode",
"defaultConsumerFluentSetterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #audioPackingMode(String)}.\n@param audioPackingMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #audioPackingMode(String)",
"deprecated" : false,
"documentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "audioPackingMode",
"fluentSetterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "audioPackingMode",
"getterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@return The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AudioPackingMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AudioPackingMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AudioPackingMode",
"setterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"setterMethodName" : "setAudioPackingMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "audioPackingMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "audioPackingMode",
"variableType" : "String",
"documentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCodecOptions",
"beanStyleSetterMethodName" : "setCodecOptions",
"c2jName" : "CodecOptions",
"c2jShape" : "AudioCodecOptions",
"defaultConsumerFluentSetterDocumentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\nThis is a convenience that creates an instance of the {@link AudioCodecOptions.Builder} avoiding the need to create one manually via {@link AudioCodecOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link AudioCodecOptions.Builder#build()} is called immediately and its result is passed to {@link #codecOptions(AudioCodecOptions)}.\n@param codecOptions a consumer that will call methods on {@link AudioCodecOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codecOptions(AudioCodecOptions)",
"deprecated" : false,
"documentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "codecOptions",
"fluentSetterDocumentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@param codecOptions If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "codecOptions",
"getterDocumentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@return If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.",
"getterModel" : {
"returnType" : "AudioCodecOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CodecOptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CodecOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "CodecOptions",
"setterDocumentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@param codecOptions If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.",
"setterMethodName" : "setCodecOptions",
"setterModel" : {
"variableDeclarationType" : "AudioCodecOptions",
"variableName" : "codecOptions",
"variableType" : "AudioCodecOptions",
"documentation" : null,
"simpleType" : "AudioCodecOptions",
"variableSetterType" : "AudioCodecOptions"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "AudioCodecOptions",
"variableName" : "codecOptions",
"variableType" : "AudioCodecOptions",
"documentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
",
"simpleType" : "AudioCodecOptions",
"variableSetterType" : "AudioCodecOptions"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AudioPackingMode" : {
"beanStyleGetterMethodName" : "getAudioPackingMode",
"beanStyleSetterMethodName" : "setAudioPackingMode",
"c2jName" : "AudioPackingMode",
"c2jShape" : "AudioPackingMode",
"defaultConsumerFluentSetterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #audioPackingMode(String)}.\n@param audioPackingMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #audioPackingMode(String)",
"deprecated" : false,
"documentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "audioPackingMode",
"fluentSetterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "audioPackingMode",
"getterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@return The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AudioPackingMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AudioPackingMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AudioPackingMode",
"setterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"setterMethodName" : "setAudioPackingMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "audioPackingMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "audioPackingMode",
"variableType" : "String",
"documentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"BitRate" : {
"beanStyleGetterMethodName" : "getBitRate",
"beanStyleSetterMethodName" : "setBitRate",
"c2jName" : "BitRate",
"c2jShape" : "AudioBitRate",
"defaultConsumerFluentSetterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitRate(String)}.\n@param bitRate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitRate(String)",
"deprecated" : false,
"documentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitRate",
"fluentSetterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitRate",
"getterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@return The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitRate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitRate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitRate",
"setterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.",
"setterMethodName" : "setBitRate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitRate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitRate",
"variableType" : "String",
"documentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Channels" : {
"beanStyleGetterMethodName" : "getChannels",
"beanStyleSetterMethodName" : "setChannels",
"c2jName" : "Channels",
"c2jShape" : "AudioChannels",
"defaultConsumerFluentSetterDocumentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channels(String)}.\n@param channels a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channels(String)",
"deprecated" : false,
"documentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channels",
"fluentSetterDocumentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@param channels The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channels",
"getterDocumentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@return The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Channels",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Channels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Channels",
"setterDocumentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@param channels The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.",
"setterMethodName" : "setChannels",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channels",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channels",
"variableType" : "String",
"documentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Codec" : {
"beanStyleGetterMethodName" : "getCodec",
"beanStyleSetterMethodName" : "setCodec",
"c2jName" : "Codec",
"c2jShape" : "AudioCodec",
"defaultConsumerFluentSetterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codec(String)}.\n@param codec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codec(String)",
"deprecated" : false,
"documentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "codec",
"fluentSetterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@param codec The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "codec",
"getterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@return The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Codec",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Codec",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Codec",
"setterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@param codec The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.",
"setterMethodName" : "setCodec",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "codec",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "codec",
"variableType" : "String",
"documentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CodecOptions" : {
"beanStyleGetterMethodName" : "getCodecOptions",
"beanStyleSetterMethodName" : "setCodecOptions",
"c2jName" : "CodecOptions",
"c2jShape" : "AudioCodecOptions",
"defaultConsumerFluentSetterDocumentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\nThis is a convenience that creates an instance of the {@link AudioCodecOptions.Builder} avoiding the need to create one manually via {@link AudioCodecOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link AudioCodecOptions.Builder#build()} is called immediately and its result is passed to {@link #codecOptions(AudioCodecOptions)}.\n@param codecOptions a consumer that will call methods on {@link AudioCodecOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codecOptions(AudioCodecOptions)",
"deprecated" : false,
"documentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "codecOptions",
"fluentSetterDocumentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@param codecOptions If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "codecOptions",
"getterDocumentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@return If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.",
"getterModel" : {
"returnType" : "AudioCodecOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CodecOptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CodecOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "CodecOptions",
"setterDocumentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@param codecOptions If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.",
"setterMethodName" : "setCodecOptions",
"setterModel" : {
"variableDeclarationType" : "AudioCodecOptions",
"variableName" : "codecOptions",
"variableType" : "AudioCodecOptions",
"documentation" : null,
"simpleType" : "AudioCodecOptions",
"variableSetterType" : "AudioCodecOptions"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "AudioCodecOptions",
"variableName" : "codecOptions",
"variableType" : "AudioCodecOptions",
"documentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
",
"simpleType" : "AudioCodecOptions",
"variableSetterType" : "AudioCodecOptions"
},
"xmlNameSpaceUri" : null
},
"SampleRate" : {
"beanStyleGetterMethodName" : "getSampleRate",
"beanStyleSetterMethodName" : "setSampleRate",
"c2jName" : "SampleRate",
"c2jShape" : "AudioSampleRate",
"defaultConsumerFluentSetterDocumentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sampleRate(String)}.\n@param sampleRate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sampleRate(String)",
"deprecated" : false,
"documentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sampleRate",
"fluentSetterDocumentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sampleRate",
"getterDocumentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@return The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SampleRate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SampleRate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SampleRate",
"setterDocumentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.",
"setterMethodName" : "setSampleRate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sampleRate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sampleRate",
"variableType" : "String",
"documentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCodec",
"beanStyleSetterMethodName" : "setCodec",
"c2jName" : "Codec",
"c2jShape" : "AudioCodec",
"defaultConsumerFluentSetterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codec(String)}.\n@param codec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codec(String)",
"deprecated" : false,
"documentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "codec",
"fluentSetterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@param codec The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "codec",
"getterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@return The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Codec",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Codec",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Codec",
"setterDocumentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
\n@param codec The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.",
"setterMethodName" : "setCodec",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "codec",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "codec",
"variableType" : "String",
"documentation" : "The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSampleRate",
"beanStyleSetterMethodName" : "setSampleRate",
"c2jName" : "SampleRate",
"c2jShape" : "AudioSampleRate",
"defaultConsumerFluentSetterDocumentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sampleRate(String)}.\n@param sampleRate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sampleRate(String)",
"deprecated" : false,
"documentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sampleRate",
"fluentSetterDocumentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sampleRate",
"getterDocumentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@return The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SampleRate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SampleRate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SampleRate",
"setterDocumentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
\n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include: auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.",
"setterMethodName" : "setSampleRate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sampleRate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sampleRate",
"variableType" : "String",
"documentation" : "
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBitRate",
"beanStyleSetterMethodName" : "setBitRate",
"c2jName" : "BitRate",
"c2jShape" : "AudioBitRate",
"defaultConsumerFluentSetterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bitRate(String)}.\n@param bitRate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bitRate(String)",
"deprecated" : false,
"documentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bitRate",
"fluentSetterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bitRate",
"getterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@return The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BitRate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BitRate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BitRate",
"setterDocumentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.",
"setterMethodName" : "setBitRate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bitRate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bitRate",
"variableType" : "String",
"documentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChannels",
"beanStyleSetterMethodName" : "setChannels",
"c2jName" : "Channels",
"c2jShape" : "AudioChannels",
"defaultConsumerFluentSetterDocumentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channels(String)}.\n@param channels a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channels(String)",
"deprecated" : false,
"documentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channels",
"fluentSetterDocumentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@param channels The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channels",
"getterDocumentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@return The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Channels",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Channels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Channels",
"setterDocumentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
\n@param channels The number of audio channels in the output file. The following values are valid: auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.",
"setterMethodName" : "setChannels",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channels",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channels",
"variableType" : "String",
"documentation" : "
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
-
auto
channel specified, with any input: Pass through up to eight input channels.
-
0
channels specified, with any input: Audio omitted from the output.
-
1
channel specified, with at least one input channel: Mono sound.
-
2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAudioPackingMode",
"beanStyleSetterMethodName" : "setAudioPackingMode",
"c2jName" : "AudioPackingMode",
"c2jShape" : "AudioPackingMode",
"defaultConsumerFluentSetterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #audioPackingMode(String)}.\n@param audioPackingMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #audioPackingMode(String)",
"deprecated" : false,
"documentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "audioPackingMode",
"fluentSetterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "audioPackingMode",
"getterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@return The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AudioPackingMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AudioPackingMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AudioPackingMode",
"setterDocumentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
\n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"setterMethodName" : "setAudioPackingMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "audioPackingMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "audioPackingMode",
"variableType" : "String",
"documentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: One track with two identical channels
-
2 or auto
channels with two tracks with one channel each: One track with two channels
-
2 or auto
channels with one track with two channels: One track with two channels
-
2
channels with one track with multiple channels: One track with two channels
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary
-
2
channels with one track with one channel: Two tracks with one identical channel each
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each
-
2 or auto
channels with one track with two channels: Two tracks with one channel each
-
2
channels with one track with multiple channels: Two tracks with one channel each
-
auto
channels with one track with one channel: One track with one channel
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
-
0
channels with any input: Audio omitted from the output
-
1, 2, or auto
channels with no audio input: Audio omitted from the output
-
1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
-
2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
-
2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
-
2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
-
2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
-
auto
channels with one track with one channel: One track with one channel, plus seven MOS tracks
-
auto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCodecOptions",
"beanStyleSetterMethodName" : "setCodecOptions",
"c2jName" : "CodecOptions",
"c2jShape" : "AudioCodecOptions",
"defaultConsumerFluentSetterDocumentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\nThis is a convenience that creates an instance of the {@link AudioCodecOptions.Builder} avoiding the need to create one manually via {@link AudioCodecOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link AudioCodecOptions.Builder#build()} is called immediately and its result is passed to {@link #codecOptions(AudioCodecOptions)}.\n@param codecOptions a consumer that will call methods on {@link AudioCodecOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codecOptions(AudioCodecOptions)",
"deprecated" : false,
"documentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "codecOptions",
"fluentSetterDocumentation" : "If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@param codecOptions If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "codecOptions",
"getterDocumentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@return If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.",
"getterModel" : {
"returnType" : "AudioCodecOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CodecOptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CodecOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "CodecOptions",
"setterDocumentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
\n@param codecOptions If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.",
"setterMethodName" : "setCodecOptions",
"setterModel" : {
"variableDeclarationType" : "AudioCodecOptions",
"variableName" : "codecOptions",
"variableType" : "AudioCodecOptions",
"documentation" : null,
"simpleType" : "AudioCodecOptions",
"variableSetterType" : "AudioCodecOptions"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "AudioCodecOptions",
"variableName" : "codecOptions",
"variableType" : "AudioCodecOptions",
"documentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
",
"simpleType" : "AudioCodecOptions",
"variableSetterType" : "AudioCodecOptions"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AudioParameters",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AudioParameters",
"variableName" : "audioParameters",
"variableType" : "AudioParameters",
"documentation" : null,
"simpleType" : "AudioParameters",
"variableSetterType" : "AudioParameters"
},
"wrapper" : false
},
"CancelJobRequest" : {
"c2jName" : "CancelJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The CancelJobRequest
structure.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CancelJob",
"locationName" : null,
"requestUri" : "/2012-09-25/jobs/{Id}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@param id The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@return The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@param id The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@param id The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@return The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@param id The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@param id The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@return The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
\n@param id The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Id" ],
"shapeName" : "CancelJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CancelJobRequest",
"variableName" : "cancelJobRequest",
"variableType" : "CancelJobRequest",
"documentation" : null,
"simpleType" : "CancelJobRequest",
"variableSetterType" : "CancelJobRequest"
},
"wrapper" : false
},
"CancelJobResponse" : {
"c2jName" : "CancelJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The response body contains a JSON object. If the job is successfully canceled, the value of Success
is true
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CancelJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelJobResponse",
"variableName" : "cancelJobResponse",
"variableType" : "CancelJobResponse",
"documentation" : null,
"simpleType" : "CancelJobResponse",
"variableSetterType" : "CancelJobResponse"
},
"wrapper" : false
},
"CaptionFormat" : {
"c2jName" : "CaptionFormat",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getFormat",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "CaptionFormatFormat",
"defaultConsumerFluentSetterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #format(String)}.\n@param format a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #format(String)",
"deprecated" : false,
"documentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "format",
"fluentSetterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@return The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Format",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Format",
"setterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPattern",
"beanStyleSetterMethodName" : "setPattern",
"c2jName" : "Pattern",
"c2jShape" : "CaptionFormatPattern",
"defaultConsumerFluentSetterDocumentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)",
"deprecated" : false,
"documentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pattern",
"fluentSetterDocumentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pattern",
"getterDocumentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@return The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Pattern",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Pattern",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Pattern",
"setterDocumentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.",
"setterMethodName" : "setPattern",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pattern",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pattern",
"variableType" : "String",
"documentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Encryption" : {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
},
"Format" : {
"beanStyleGetterMethodName" : "getFormat",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "CaptionFormatFormat",
"defaultConsumerFluentSetterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #format(String)}.\n@param format a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #format(String)",
"deprecated" : false,
"documentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "format",
"fluentSetterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@return The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Format",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Format",
"setterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Pattern" : {
"beanStyleGetterMethodName" : "getPattern",
"beanStyleSetterMethodName" : "setPattern",
"c2jName" : "Pattern",
"c2jShape" : "CaptionFormatPattern",
"defaultConsumerFluentSetterDocumentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)",
"deprecated" : false,
"documentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pattern",
"fluentSetterDocumentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pattern",
"getterDocumentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@return The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Pattern",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Pattern",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Pattern",
"setterDocumentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.",
"setterMethodName" : "setPattern",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pattern",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pattern",
"variableType" : "String",
"documentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFormat",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "CaptionFormatFormat",
"defaultConsumerFluentSetterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #format(String)}.\n@param format a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #format(String)",
"deprecated" : false,
"documentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "format",
"fluentSetterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@return The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Format",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Format",
"setterDocumentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. -
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
-
Valid Embedded Caption Formats:
-
for FLAC: None
-
For MP3: None
-
For MP4: mov-text
-
For MPEG-TS: None
-
For ogg: None
-
For webm: None
-
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
-
For FMP4: dfxp
-
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of .ismt
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPattern",
"beanStyleSetterMethodName" : "setPattern",
"c2jName" : "Pattern",
"c2jShape" : "CaptionFormatPattern",
"defaultConsumerFluentSetterDocumentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)",
"deprecated" : false,
"documentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pattern",
"fluentSetterDocumentation" : "The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pattern",
"getterDocumentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@return The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Pattern",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Pattern",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Pattern",
"setterDocumentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where: -
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.",
"setterMethodName" : "setPattern",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pattern",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pattern",
"variableType" : "String",
"documentation" : "
The prefix for caption filenames, in the form description-{language}
, where:
-
description is a description of the video.
-
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CaptionFormat",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CaptionFormat",
"variableName" : "captionFormat",
"variableType" : "CaptionFormat",
"documentation" : null,
"simpleType" : "CaptionFormat",
"variableSetterType" : "CaptionFormat"
},
"wrapper" : false
},
"CaptionSource" : {
"c2jName" : "CaptionSource",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A source file for the input sidecar captions used during the transcoding process.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "LongKey",
"defaultConsumerFluentSetterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@return The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLanguage",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "Language",
"c2jShape" : "Key",
"defaultConsumerFluentSetterDocumentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #language(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "language",
"fluentSetterDocumentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@return A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Language",
"setterDocumentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimeOffset",
"beanStyleSetterMethodName" : "setTimeOffset",
"c2jName" : "TimeOffset",
"c2jShape" : "TimeOffset",
"defaultConsumerFluentSetterDocumentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeOffset(String)}.\n@param timeOffset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeOffset(String)",
"deprecated" : false,
"documentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeOffset",
"fluentSetterDocumentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeOffset",
"getterDocumentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@return For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimeOffset",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeOffset",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "TimeOffset",
"setterDocumentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.",
"setterMethodName" : "setTimeOffset",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeOffset",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeOffset",
"variableType" : "String",
"documentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLabel",
"beanStyleSetterMethodName" : "setLabel",
"c2jName" : "Label",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #label(String)}.\n@param label a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #label(String)",
"deprecated" : false,
"documentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "label",
"fluentSetterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "label",
"getterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@return The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Label",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Label",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Label",
"setterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.",
"setterMethodName" : "setLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@return The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Encryption" : {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@return The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
},
"Key" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "LongKey",
"defaultConsumerFluentSetterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@return The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Label" : {
"beanStyleGetterMethodName" : "getLabel",
"beanStyleSetterMethodName" : "setLabel",
"c2jName" : "Label",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #label(String)}.\n@param label a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #label(String)",
"deprecated" : false,
"documentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "label",
"fluentSetterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "label",
"getterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@return The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Label",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Label",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Label",
"setterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.",
"setterMethodName" : "setLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Language" : {
"beanStyleGetterMethodName" : "getLanguage",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "Language",
"c2jShape" : "Key",
"defaultConsumerFluentSetterDocumentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #language(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "language",
"fluentSetterDocumentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@return A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Language",
"setterDocumentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TimeOffset" : {
"beanStyleGetterMethodName" : "getTimeOffset",
"beanStyleSetterMethodName" : "setTimeOffset",
"c2jName" : "TimeOffset",
"c2jShape" : "TimeOffset",
"defaultConsumerFluentSetterDocumentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeOffset(String)}.\n@param timeOffset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeOffset(String)",
"deprecated" : false,
"documentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeOffset",
"fluentSetterDocumentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeOffset",
"getterDocumentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@return For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimeOffset",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeOffset",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "TimeOffset",
"setterDocumentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.",
"setterMethodName" : "setTimeOffset",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeOffset",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeOffset",
"variableType" : "String",
"documentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "LongKey",
"defaultConsumerFluentSetterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@return The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLanguage",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "Language",
"c2jShape" : "Key",
"defaultConsumerFluentSetterDocumentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #language(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "language",
"fluentSetterDocumentation" : "A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@return A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Language",
"setterDocumentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of: -
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "
A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
-
2-character ISO 639-1 code
-
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimeOffset",
"beanStyleSetterMethodName" : "setTimeOffset",
"c2jName" : "TimeOffset",
"c2jShape" : "TimeOffset",
"defaultConsumerFluentSetterDocumentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeOffset(String)}.\n@param timeOffset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeOffset(String)",
"deprecated" : false,
"documentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeOffset",
"fluentSetterDocumentation" : "For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeOffset",
"getterDocumentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@return For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimeOffset",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeOffset",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "TimeOffset",
"setterDocumentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions. Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.",
"setterMethodName" : "setTimeOffset",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeOffset",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeOffset",
"variableType" : "String",
"documentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLabel",
"beanStyleSetterMethodName" : "setLabel",
"c2jName" : "Label",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #label(String)}.\n@param label a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #label(String)",
"deprecated" : false,
"documentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "label",
"fluentSetterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "label",
"getterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@return The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Label",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Label",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Label",
"setterDocumentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.",
"setterMethodName" : "setLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@return The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CaptionSource",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CaptionSource",
"variableName" : "captionSource",
"variableType" : "CaptionSource",
"documentation" : null,
"simpleType" : "CaptionSource",
"variableSetterType" : "CaptionSource"
},
"wrapper" : false
},
"Captions" : {
"c2jName" : "Captions",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The captions to be created, if any.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getMergePolicy",
"beanStyleSetterMethodName" : "setMergePolicy",
"c2jName" : "MergePolicy",
"c2jShape" : "CaptionMergePolicy",
"defaultConsumerFluentSetterDocumentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mergePolicy(String)}.\n@param mergePolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mergePolicy(String)",
"deprecated" : true,
"documentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mergePolicy",
"fluentSetterDocumentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mergePolicy",
"getterDocumentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MergePolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MergePolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MergePolicy",
"setterDocumentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.",
"setterMethodName" : "setMergePolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mergePolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mergePolicy",
"variableType" : "String",
"documentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCaptionSources",
"beanStyleSetterMethodName" : "setCaptionSources",
"c2jName" : "CaptionSources",
"c2jShape" : "CaptionSources",
"defaultConsumerFluentSetterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #captionSources(List)}.\n@param captionSources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captionSources(List)",
"deprecated" : true,
"documentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captionSources",
"fluentSetterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captionSources",
"getterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CaptionSources",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CaptionSources",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CaptionSource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CaptionSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CaptionSource",
"variableName" : "member",
"variableType" : "CaptionSource",
"documentation" : null,
"simpleType" : "CaptionSource",
"variableSetterType" : "CaptionSource"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CaptionSource",
"variableName" : "member",
"variableType" : "CaptionSource",
"documentation" : "",
"simpleType" : "CaptionSource",
"variableSetterType" : "CaptionSource"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CaptionSource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CaptionSource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CaptionSources",
"setterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.",
"setterMethodName" : "setCaptionSources",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionSources",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionSources",
"variableType" : "java.util.List",
"documentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCaptionFormats",
"beanStyleSetterMethodName" : "setCaptionFormats",
"c2jName" : "CaptionFormats",
"c2jShape" : "CaptionFormats",
"defaultConsumerFluentSetterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #captionFormats(List)}.\n@param captionFormats a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captionFormats(List)",
"deprecated" : false,
"documentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captionFormats",
"fluentSetterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captionFormats",
"getterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CaptionFormats",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CaptionFormats",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CaptionFormat",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionFormat.Builder} avoiding the need to create one manually via {@link CaptionFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionFormat.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionFormat)}.\n@param member a consumer that will call methods on {@link CaptionFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionFormat)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CaptionFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CaptionFormat",
"variableName" : "member",
"variableType" : "CaptionFormat",
"documentation" : null,
"simpleType" : "CaptionFormat",
"variableSetterType" : "CaptionFormat"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CaptionFormat",
"variableName" : "member",
"variableType" : "CaptionFormat",
"documentation" : "",
"simpleType" : "CaptionFormat",
"variableSetterType" : "CaptionFormat"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CaptionFormat",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CaptionFormat",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CaptionFormats",
"setterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.",
"setterMethodName" : "setCaptionFormats",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionFormats",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionFormats",
"variableType" : "java.util.List",
"documentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CaptionFormats" : {
"beanStyleGetterMethodName" : "getCaptionFormats",
"beanStyleSetterMethodName" : "setCaptionFormats",
"c2jName" : "CaptionFormats",
"c2jShape" : "CaptionFormats",
"defaultConsumerFluentSetterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #captionFormats(List)}.\n@param captionFormats a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captionFormats(List)",
"deprecated" : false,
"documentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captionFormats",
"fluentSetterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captionFormats",
"getterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CaptionFormats",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CaptionFormats",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CaptionFormat",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionFormat.Builder} avoiding the need to create one manually via {@link CaptionFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionFormat.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionFormat)}.\n@param member a consumer that will call methods on {@link CaptionFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionFormat)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CaptionFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CaptionFormat",
"variableName" : "member",
"variableType" : "CaptionFormat",
"documentation" : null,
"simpleType" : "CaptionFormat",
"variableSetterType" : "CaptionFormat"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CaptionFormat",
"variableName" : "member",
"variableType" : "CaptionFormat",
"documentation" : "",
"simpleType" : "CaptionFormat",
"variableSetterType" : "CaptionFormat"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CaptionFormat",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CaptionFormat",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CaptionFormats",
"setterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.",
"setterMethodName" : "setCaptionFormats",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionFormats",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionFormats",
"variableType" : "java.util.List",
"documentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"CaptionSources" : {
"beanStyleGetterMethodName" : "getCaptionSources",
"beanStyleSetterMethodName" : "setCaptionSources",
"c2jName" : "CaptionSources",
"c2jShape" : "CaptionSources",
"defaultConsumerFluentSetterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #captionSources(List)}.\n@param captionSources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captionSources(List)",
"deprecated" : true,
"documentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captionSources",
"fluentSetterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captionSources",
"getterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CaptionSources",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CaptionSources",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CaptionSource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CaptionSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CaptionSource",
"variableName" : "member",
"variableType" : "CaptionSource",
"documentation" : null,
"simpleType" : "CaptionSource",
"variableSetterType" : "CaptionSource"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CaptionSource",
"variableName" : "member",
"variableType" : "CaptionSource",
"documentation" : "",
"simpleType" : "CaptionSource",
"variableSetterType" : "CaptionSource"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CaptionSource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CaptionSource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CaptionSources",
"setterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.",
"setterMethodName" : "setCaptionSources",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionSources",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionSources",
"variableType" : "java.util.List",
"documentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"MergePolicy" : {
"beanStyleGetterMethodName" : "getMergePolicy",
"beanStyleSetterMethodName" : "setMergePolicy",
"c2jName" : "MergePolicy",
"c2jShape" : "CaptionMergePolicy",
"defaultConsumerFluentSetterDocumentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mergePolicy(String)}.\n@param mergePolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mergePolicy(String)",
"deprecated" : true,
"documentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mergePolicy",
"fluentSetterDocumentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mergePolicy",
"getterDocumentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MergePolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MergePolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MergePolicy",
"setterDocumentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.",
"setterMethodName" : "setMergePolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mergePolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mergePolicy",
"variableType" : "String",
"documentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getMergePolicy",
"beanStyleSetterMethodName" : "setMergePolicy",
"c2jName" : "MergePolicy",
"c2jShape" : "CaptionMergePolicy",
"defaultConsumerFluentSetterDocumentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mergePolicy(String)}.\n@param mergePolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mergePolicy(String)",
"deprecated" : true,
"documentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mergePolicy",
"fluentSetterDocumentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mergePolicy",
"getterDocumentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MergePolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MergePolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "MergePolicy",
"setterDocumentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
\n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions. -
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.",
"setterMethodName" : "setMergePolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mergePolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mergePolicy",
"variableType" : "String",
"documentation" : "
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
-
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
-
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.
-
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources
.
MergePolicy
cannot be null.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCaptionSources",
"beanStyleSetterMethodName" : "setCaptionSources",
"c2jName" : "CaptionSources",
"c2jShape" : "CaptionSources",
"defaultConsumerFluentSetterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #captionSources(List)}.\n@param captionSources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captionSources(List)",
"deprecated" : true,
"documentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captionSources",
"fluentSetterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captionSources",
"getterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CaptionSources",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CaptionSources",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CaptionSource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CaptionSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CaptionSource",
"variableName" : "member",
"variableType" : "CaptionSource",
"documentation" : null,
"simpleType" : "CaptionSource",
"variableSetterType" : "CaptionSource"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CaptionSource",
"variableName" : "member",
"variableType" : "CaptionSource",
"documentation" : "",
"simpleType" : "CaptionSource",
"variableSetterType" : "CaptionSource"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CaptionSource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CaptionSource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CaptionSources",
"setterDocumentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
\n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.",
"setterMethodName" : "setCaptionSources",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionSources",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionSources",
"variableType" : "java.util.List",
"documentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCaptionFormats",
"beanStyleSetterMethodName" : "setCaptionFormats",
"c2jName" : "CaptionFormats",
"c2jShape" : "CaptionFormats",
"defaultConsumerFluentSetterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #captionFormats(List)}.\n@param captionFormats a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captionFormats(List)",
"deprecated" : false,
"documentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captionFormats",
"fluentSetterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captionFormats",
"getterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CaptionFormats",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CaptionFormats",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CaptionFormat",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionFormat.Builder} avoiding the need to create one manually via {@link CaptionFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionFormat.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionFormat)}.\n@param member a consumer that will call methods on {@link CaptionFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionFormat)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CaptionFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CaptionFormat",
"variableName" : "member",
"variableType" : "CaptionFormat",
"documentation" : null,
"simpleType" : "CaptionFormat",
"variableSetterType" : "CaptionFormat"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CaptionFormat",
"variableName" : "member",
"variableType" : "CaptionFormat",
"documentation" : "",
"simpleType" : "CaptionFormat",
"variableSetterType" : "CaptionFormat"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CaptionFormat",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CaptionFormat",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CaptionFormats",
"setterDocumentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.",
"setterMethodName" : "setCaptionFormats",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionFormats",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "captionFormats",
"variableType" : "java.util.List",
"documentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Captions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Captions",
"variableName" : "captions",
"variableType" : "Captions",
"documentation" : null,
"simpleType" : "Captions",
"variableSetterType" : "Captions"
},
"wrapper" : false
},
"Clip" : {
"c2jName" : "Clip",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : true,
"documentation" : "Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTimeSpan",
"beanStyleSetterMethodName" : "setTimeSpan",
"c2jName" : "TimeSpan",
"c2jShape" : "TimeSpan",
"defaultConsumerFluentSetterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\nThis is a convenience that creates an instance of the {@link TimeSpan.Builder} avoiding the need to create one manually via {@link TimeSpan#builder()}.\n\nWhen the {@link Consumer} completes, {@link TimeSpan.Builder#build()} is called immediately and its result is passed to {@link #timeSpan(TimeSpan)}.\n@param timeSpan a consumer that will call methods on {@link TimeSpan.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeSpan(TimeSpan)",
"deprecated" : false,
"documentation" : "Settings that determine when a clip begins and how long it lasts.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeSpan",
"fluentSetterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@param timeSpan Settings that determine when a clip begins and how long it lasts.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeSpan",
"getterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@return Settings that determine when a clip begins and how long it lasts.",
"getterModel" : {
"returnType" : "TimeSpan",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimeSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "TimeSpan",
"setterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@param timeSpan Settings that determine when a clip begins and how long it lasts.",
"setterMethodName" : "setTimeSpan",
"setterModel" : {
"variableDeclarationType" : "TimeSpan",
"variableName" : "timeSpan",
"variableType" : "TimeSpan",
"documentation" : null,
"simpleType" : "TimeSpan",
"variableSetterType" : "TimeSpan"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "TimeSpan",
"variableName" : "timeSpan",
"variableType" : "TimeSpan",
"documentation" : "Settings that determine when a clip begins and how long it lasts.
",
"simpleType" : "TimeSpan",
"variableSetterType" : "TimeSpan"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TimeSpan" : {
"beanStyleGetterMethodName" : "getTimeSpan",
"beanStyleSetterMethodName" : "setTimeSpan",
"c2jName" : "TimeSpan",
"c2jShape" : "TimeSpan",
"defaultConsumerFluentSetterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\nThis is a convenience that creates an instance of the {@link TimeSpan.Builder} avoiding the need to create one manually via {@link TimeSpan#builder()}.\n\nWhen the {@link Consumer} completes, {@link TimeSpan.Builder#build()} is called immediately and its result is passed to {@link #timeSpan(TimeSpan)}.\n@param timeSpan a consumer that will call methods on {@link TimeSpan.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeSpan(TimeSpan)",
"deprecated" : false,
"documentation" : "Settings that determine when a clip begins and how long it lasts.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeSpan",
"fluentSetterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@param timeSpan Settings that determine when a clip begins and how long it lasts.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeSpan",
"getterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@return Settings that determine when a clip begins and how long it lasts.",
"getterModel" : {
"returnType" : "TimeSpan",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimeSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "TimeSpan",
"setterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@param timeSpan Settings that determine when a clip begins and how long it lasts.",
"setterMethodName" : "setTimeSpan",
"setterModel" : {
"variableDeclarationType" : "TimeSpan",
"variableName" : "timeSpan",
"variableType" : "TimeSpan",
"documentation" : null,
"simpleType" : "TimeSpan",
"variableSetterType" : "TimeSpan"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "TimeSpan",
"variableName" : "timeSpan",
"variableType" : "TimeSpan",
"documentation" : "Settings that determine when a clip begins and how long it lasts.
",
"simpleType" : "TimeSpan",
"variableSetterType" : "TimeSpan"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTimeSpan",
"beanStyleSetterMethodName" : "setTimeSpan",
"c2jName" : "TimeSpan",
"c2jShape" : "TimeSpan",
"defaultConsumerFluentSetterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\nThis is a convenience that creates an instance of the {@link TimeSpan.Builder} avoiding the need to create one manually via {@link TimeSpan#builder()}.\n\nWhen the {@link Consumer} completes, {@link TimeSpan.Builder#build()} is called immediately and its result is passed to {@link #timeSpan(TimeSpan)}.\n@param timeSpan a consumer that will call methods on {@link TimeSpan.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeSpan(TimeSpan)",
"deprecated" : false,
"documentation" : "Settings that determine when a clip begins and how long it lasts.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeSpan",
"fluentSetterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@param timeSpan Settings that determine when a clip begins and how long it lasts.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeSpan",
"getterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@return Settings that determine when a clip begins and how long it lasts.",
"getterModel" : {
"returnType" : "TimeSpan",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimeSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "TimeSpan",
"setterDocumentation" : "Settings that determine when a clip begins and how long it lasts.
\n@param timeSpan Settings that determine when a clip begins and how long it lasts.",
"setterMethodName" : "setTimeSpan",
"setterModel" : {
"variableDeclarationType" : "TimeSpan",
"variableName" : "timeSpan",
"variableType" : "TimeSpan",
"documentation" : null,
"simpleType" : "TimeSpan",
"variableSetterType" : "TimeSpan"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "TimeSpan",
"variableName" : "timeSpan",
"variableType" : "TimeSpan",
"documentation" : "Settings that determine when a clip begins and how long it lasts.
",
"simpleType" : "TimeSpan",
"variableSetterType" : "TimeSpan"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Clip",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Clip",
"variableName" : "clip",
"variableType" : "Clip",
"documentation" : null,
"simpleType" : "Clip",
"variableSetterType" : "Clip"
},
"wrapper" : false
},
"CreateJobOutput" : {
"c2jName" : "CreateJobOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The CreateJobOutput
structure.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "Key",
"defaultConsumerFluentSetterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getThumbnailPattern",
"beanStyleSetterMethodName" : "setThumbnailPattern",
"c2jName" : "ThumbnailPattern",
"c2jShape" : "ThumbnailPattern",
"defaultConsumerFluentSetterDocumentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thumbnailPattern(String)}.\n@param thumbnailPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailPattern(String)",
"deprecated" : false,
"documentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thumbnailPattern",
"fluentSetterDocumentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thumbnailPattern",
"getterDocumentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThumbnailPattern",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThumbnailPattern",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ThumbnailPattern",
"setterDocumentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.",
"setterMethodName" : "setThumbnailPattern",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thumbnailPattern",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thumbnailPattern",
"variableType" : "String",
"documentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getThumbnailEncryption",
"beanStyleSetterMethodName" : "setThumbnailEncryption",
"c2jName" : "ThumbnailEncryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #thumbnailEncryption(Encryption)}.\n@param thumbnailEncryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailEncryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thumbnailEncryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thumbnailEncryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThumbnailEncryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThumbnailEncryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ThumbnailEncryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.",
"setterMethodName" : "setThumbnailEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "thumbnailEncryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "thumbnailEncryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRotate",
"beanStyleSetterMethodName" : "setRotate",
"c2jName" : "Rotate",
"c2jShape" : "Rotate",
"defaultConsumerFluentSetterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rotate(String)}.\n@param rotate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rotate(String)",
"deprecated" : false,
"documentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rotate",
"fluentSetterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rotate",
"getterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rotate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rotate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Rotate",
"setterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.",
"setterMethodName" : "setRotate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rotate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rotate",
"variableType" : "String",
"documentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPresetId",
"beanStyleSetterMethodName" : "setPresetId",
"c2jName" : "PresetId",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #presetId(String)}.\n@param presetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #presetId(String)",
"deprecated" : false,
"documentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "presetId",
"fluentSetterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@param presetId The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "presetId",
"getterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@return The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PresetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PresetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PresetId",
"setterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@param presetId The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.",
"setterMethodName" : "setPresetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "presetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "presetId",
"variableType" : "String",
"documentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSegmentDuration",
"beanStyleSetterMethodName" : "setSegmentDuration",
"c2jName" : "SegmentDuration",
"c2jShape" : "FloatString",
"defaultConsumerFluentSetterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #segmentDuration(String)}.\n@param segmentDuration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #segmentDuration(String)",
"deprecated" : false,
"documentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "segmentDuration",
"fluentSetterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@param segmentDuration (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "segmentDuration",
"getterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@return (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SegmentDuration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SegmentDuration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SegmentDuration",
"setterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@param segmentDuration (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.",
"setterMethodName" : "setSegmentDuration",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "segmentDuration",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "segmentDuration",
"variableType" : "String",
"documentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWatermarks",
"beanStyleSetterMethodName" : "setWatermarks",
"c2jName" : "Watermarks",
"c2jShape" : "JobWatermarks",
"defaultConsumerFluentSetterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #watermarks(List)}.\n@param watermarks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #watermarks(List)",
"deprecated" : false,
"documentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "watermarks",
"fluentSetterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "watermarks",
"getterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Watermarks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Watermarks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "JobWatermark",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "JobWatermark",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "JobWatermark",
"variableName" : "member",
"variableType" : "JobWatermark",
"documentation" : null,
"simpleType" : "JobWatermark",
"variableSetterType" : "JobWatermark"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "JobWatermark",
"variableName" : "member",
"variableType" : "JobWatermark",
"documentation" : "",
"simpleType" : "JobWatermark",
"variableSetterType" : "JobWatermark"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "JobWatermark",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "JobWatermark",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Watermarks",
"setterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.",
"setterMethodName" : "setWatermarks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "watermarks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "watermarks",
"variableType" : "java.util.List",
"documentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlbumArt",
"beanStyleSetterMethodName" : "setAlbumArt",
"c2jName" : "AlbumArt",
"c2jShape" : "JobAlbumArt",
"defaultConsumerFluentSetterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\nThis is a convenience that creates an instance of the {@link JobAlbumArt.Builder} avoiding the need to create one manually via {@link JobAlbumArt#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobAlbumArt.Builder#build()} is called immediately and its result is passed to {@link #albumArt(JobAlbumArt)}.\n@param albumArt a consumer that will call methods on {@link JobAlbumArt.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #albumArt(JobAlbumArt)",
"deprecated" : false,
"documentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "albumArt",
"fluentSetterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "albumArt",
"getterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@return Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.",
"getterModel" : {
"returnType" : "JobAlbumArt",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlbumArt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlbumArt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "AlbumArt",
"setterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.",
"setterMethodName" : "setAlbumArt",
"setterModel" : {
"variableDeclarationType" : "JobAlbumArt",
"variableName" : "albumArt",
"variableType" : "JobAlbumArt",
"documentation" : null,
"simpleType" : "JobAlbumArt",
"variableSetterType" : "JobAlbumArt"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "JobAlbumArt",
"variableName" : "albumArt",
"variableType" : "JobAlbumArt",
"documentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
",
"simpleType" : "JobAlbumArt",
"variableSetterType" : "JobAlbumArt"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getComposition",
"beanStyleSetterMethodName" : "setComposition",
"c2jName" : "Composition",
"c2jShape" : "Composition",
"defaultConsumerFluentSetterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #composition(List)}.\n@param composition a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #composition(List)",
"deprecated" : true,
"documentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "composition",
"fluentSetterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "composition",
"getterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Composition",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Composition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Clip",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Clip",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Clip",
"variableName" : "member",
"variableType" : "Clip",
"documentation" : null,
"simpleType" : "Clip",
"variableSetterType" : "Clip"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Clip",
"variableName" : "member",
"variableType" : "Clip",
"documentation" : "",
"simpleType" : "Clip",
"variableSetterType" : "Clip"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Clip",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Clip",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Composition",
"setterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.",
"setterMethodName" : "setComposition",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "composition",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "composition",
"variableType" : "java.util.List",
"documentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCaptions",
"beanStyleSetterMethodName" : "setCaptions",
"c2jName" : "Captions",
"c2jShape" : "Captions",
"defaultConsumerFluentSetterDocumentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\nThis is a convenience that creates an instance of the {@link Captions.Builder} avoiding the need to create one manually via {@link Captions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Captions.Builder#build()} is called immediately and its result is passed to {@link #captions(Captions)}.\n@param captions a consumer that will call methods on {@link Captions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captions(Captions)",
"deprecated" : false,
"documentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captions",
"fluentSetterDocumentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captions",
"getterDocumentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.",
"getterModel" : {
"returnType" : "Captions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Captions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Captions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Captions",
"setterDocumentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.",
"setterMethodName" : "setCaptions",
"setterModel" : {
"variableDeclarationType" : "Captions",
"variableName" : "captions",
"variableType" : "Captions",
"documentation" : null,
"simpleType" : "Captions",
"variableSetterType" : "Captions"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Captions",
"variableName" : "captions",
"variableType" : "Captions",
"documentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
",
"simpleType" : "Captions",
"variableSetterType" : "Captions"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@return You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlbumArt" : {
"beanStyleGetterMethodName" : "getAlbumArt",
"beanStyleSetterMethodName" : "setAlbumArt",
"c2jName" : "AlbumArt",
"c2jShape" : "JobAlbumArt",
"defaultConsumerFluentSetterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\nThis is a convenience that creates an instance of the {@link JobAlbumArt.Builder} avoiding the need to create one manually via {@link JobAlbumArt#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobAlbumArt.Builder#build()} is called immediately and its result is passed to {@link #albumArt(JobAlbumArt)}.\n@param albumArt a consumer that will call methods on {@link JobAlbumArt.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #albumArt(JobAlbumArt)",
"deprecated" : false,
"documentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "albumArt",
"fluentSetterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "albumArt",
"getterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@return Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.",
"getterModel" : {
"returnType" : "JobAlbumArt",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlbumArt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlbumArt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "AlbumArt",
"setterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.",
"setterMethodName" : "setAlbumArt",
"setterModel" : {
"variableDeclarationType" : "JobAlbumArt",
"variableName" : "albumArt",
"variableType" : "JobAlbumArt",
"documentation" : null,
"simpleType" : "JobAlbumArt",
"variableSetterType" : "JobAlbumArt"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "JobAlbumArt",
"variableName" : "albumArt",
"variableType" : "JobAlbumArt",
"documentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
",
"simpleType" : "JobAlbumArt",
"variableSetterType" : "JobAlbumArt"
},
"xmlNameSpaceUri" : null
},
"Captions" : {
"beanStyleGetterMethodName" : "getCaptions",
"beanStyleSetterMethodName" : "setCaptions",
"c2jName" : "Captions",
"c2jShape" : "Captions",
"defaultConsumerFluentSetterDocumentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\nThis is a convenience that creates an instance of the {@link Captions.Builder} avoiding the need to create one manually via {@link Captions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Captions.Builder#build()} is called immediately and its result is passed to {@link #captions(Captions)}.\n@param captions a consumer that will call methods on {@link Captions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captions(Captions)",
"deprecated" : false,
"documentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captions",
"fluentSetterDocumentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captions",
"getterDocumentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.",
"getterModel" : {
"returnType" : "Captions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Captions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Captions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Captions",
"setterDocumentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.",
"setterMethodName" : "setCaptions",
"setterModel" : {
"variableDeclarationType" : "Captions",
"variableName" : "captions",
"variableType" : "Captions",
"documentation" : null,
"simpleType" : "Captions",
"variableSetterType" : "Captions"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Captions",
"variableName" : "captions",
"variableType" : "Captions",
"documentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
",
"simpleType" : "Captions",
"variableSetterType" : "Captions"
},
"xmlNameSpaceUri" : null
},
"Composition" : {
"beanStyleGetterMethodName" : "getComposition",
"beanStyleSetterMethodName" : "setComposition",
"c2jName" : "Composition",
"c2jShape" : "Composition",
"defaultConsumerFluentSetterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #composition(List)}.\n@param composition a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #composition(List)",
"deprecated" : true,
"documentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "composition",
"fluentSetterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "composition",
"getterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Composition",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Composition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Clip",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Clip",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Clip",
"variableName" : "member",
"variableType" : "Clip",
"documentation" : null,
"simpleType" : "Clip",
"variableSetterType" : "Clip"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Clip",
"variableName" : "member",
"variableType" : "Clip",
"documentation" : "",
"simpleType" : "Clip",
"variableSetterType" : "Clip"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Clip",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Clip",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Composition",
"setterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.",
"setterMethodName" : "setComposition",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "composition",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "composition",
"variableType" : "java.util.List",
"documentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Encryption" : {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@return You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
},
"Key" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "Key",
"defaultConsumerFluentSetterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PresetId" : {
"beanStyleGetterMethodName" : "getPresetId",
"beanStyleSetterMethodName" : "setPresetId",
"c2jName" : "PresetId",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #presetId(String)}.\n@param presetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #presetId(String)",
"deprecated" : false,
"documentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "presetId",
"fluentSetterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@param presetId The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "presetId",
"getterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@return The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PresetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PresetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PresetId",
"setterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@param presetId The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.",
"setterMethodName" : "setPresetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "presetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "presetId",
"variableType" : "String",
"documentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Rotate" : {
"beanStyleGetterMethodName" : "getRotate",
"beanStyleSetterMethodName" : "setRotate",
"c2jName" : "Rotate",
"c2jShape" : "Rotate",
"defaultConsumerFluentSetterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rotate(String)}.\n@param rotate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rotate(String)",
"deprecated" : false,
"documentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rotate",
"fluentSetterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rotate",
"getterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rotate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rotate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Rotate",
"setterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.",
"setterMethodName" : "setRotate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rotate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rotate",
"variableType" : "String",
"documentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SegmentDuration" : {
"beanStyleGetterMethodName" : "getSegmentDuration",
"beanStyleSetterMethodName" : "setSegmentDuration",
"c2jName" : "SegmentDuration",
"c2jShape" : "FloatString",
"defaultConsumerFluentSetterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #segmentDuration(String)}.\n@param segmentDuration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #segmentDuration(String)",
"deprecated" : false,
"documentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "segmentDuration",
"fluentSetterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@param segmentDuration (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "segmentDuration",
"getterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@return (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SegmentDuration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SegmentDuration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SegmentDuration",
"setterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@param segmentDuration (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.",
"setterMethodName" : "setSegmentDuration",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "segmentDuration",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "segmentDuration",
"variableType" : "String",
"documentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThumbnailEncryption" : {
"beanStyleGetterMethodName" : "getThumbnailEncryption",
"beanStyleSetterMethodName" : "setThumbnailEncryption",
"c2jName" : "ThumbnailEncryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #thumbnailEncryption(Encryption)}.\n@param thumbnailEncryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailEncryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thumbnailEncryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thumbnailEncryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThumbnailEncryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThumbnailEncryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ThumbnailEncryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.",
"setterMethodName" : "setThumbnailEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "thumbnailEncryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "thumbnailEncryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
},
"ThumbnailPattern" : {
"beanStyleGetterMethodName" : "getThumbnailPattern",
"beanStyleSetterMethodName" : "setThumbnailPattern",
"c2jName" : "ThumbnailPattern",
"c2jShape" : "ThumbnailPattern",
"defaultConsumerFluentSetterDocumentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thumbnailPattern(String)}.\n@param thumbnailPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailPattern(String)",
"deprecated" : false,
"documentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thumbnailPattern",
"fluentSetterDocumentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thumbnailPattern",
"getterDocumentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThumbnailPattern",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThumbnailPattern",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ThumbnailPattern",
"setterDocumentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.",
"setterMethodName" : "setThumbnailPattern",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thumbnailPattern",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thumbnailPattern",
"variableType" : "String",
"documentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Watermarks" : {
"beanStyleGetterMethodName" : "getWatermarks",
"beanStyleSetterMethodName" : "setWatermarks",
"c2jName" : "Watermarks",
"c2jShape" : "JobWatermarks",
"defaultConsumerFluentSetterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #watermarks(List)}.\n@param watermarks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #watermarks(List)",
"deprecated" : false,
"documentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "watermarks",
"fluentSetterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "watermarks",
"getterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Watermarks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Watermarks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "JobWatermark",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "JobWatermark",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "JobWatermark",
"variableName" : "member",
"variableType" : "JobWatermark",
"documentation" : null,
"simpleType" : "JobWatermark",
"variableSetterType" : "JobWatermark"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "JobWatermark",
"variableName" : "member",
"variableType" : "JobWatermark",
"documentation" : "",
"simpleType" : "JobWatermark",
"variableSetterType" : "JobWatermark"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "JobWatermark",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "JobWatermark",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Watermarks",
"setterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.",
"setterMethodName" : "setWatermarks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "watermarks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "watermarks",
"variableType" : "java.util.List",
"documentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "Key",
"defaultConsumerFluentSetterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
\n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getThumbnailPattern",
"beanStyleSetterMethodName" : "setThumbnailPattern",
"c2jName" : "ThumbnailPattern",
"c2jShape" : "ThumbnailPattern",
"defaultConsumerFluentSetterDocumentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thumbnailPattern(String)}.\n@param thumbnailPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailPattern(String)",
"deprecated" : false,
"documentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thumbnailPattern",
"fluentSetterDocumentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thumbnailPattern",
"getterDocumentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThumbnailPattern",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThumbnailPattern",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ThumbnailPattern",
"setterDocumentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
\n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.",
"setterMethodName" : "setThumbnailPattern",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thumbnailPattern",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thumbnailPattern",
"variableType" : "String",
"documentation" : "
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include {count}
in the ThumbnailPattern
object. Wherever you specify {count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution}
but you omit {count}
, Elastic Transcoder returns a validation error and does not create the job.
-
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between {resolution}
and {count}
.
-
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution}
in the ThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getThumbnailEncryption",
"beanStyleSetterMethodName" : "setThumbnailEncryption",
"c2jName" : "ThumbnailEncryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #thumbnailEncryption(Encryption)}.\n@param thumbnailEncryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailEncryption(Encryption)",
"deprecated" : false,
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thumbnailEncryption",
"fluentSetterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thumbnailEncryption",
"getterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThumbnailEncryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThumbnailEncryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ThumbnailEncryption",
"setterDocumentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.",
"setterMethodName" : "setThumbnailEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "thumbnailEncryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "thumbnailEncryption",
"variableType" : "Encryption",
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRotate",
"beanStyleSetterMethodName" : "setRotate",
"c2jName" : "Rotate",
"c2jShape" : "Rotate",
"defaultConsumerFluentSetterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rotate(String)}.\n@param rotate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rotate(String)",
"deprecated" : false,
"documentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rotate",
"fluentSetterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rotate",
"getterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rotate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rotate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Rotate",
"setterDocumentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
\n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.",
"setterMethodName" : "setRotate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rotate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rotate",
"variableType" : "String",
"documentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPresetId",
"beanStyleSetterMethodName" : "setPresetId",
"c2jName" : "PresetId",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #presetId(String)}.\n@param presetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #presetId(String)",
"deprecated" : false,
"documentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "presetId",
"fluentSetterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@param presetId The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "presetId",
"getterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@return The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PresetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PresetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PresetId",
"setterDocumentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
\n@param presetId The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.",
"setterMethodName" : "setPresetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "presetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "presetId",
"variableType" : "String",
"documentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSegmentDuration",
"beanStyleSetterMethodName" : "setSegmentDuration",
"c2jName" : "SegmentDuration",
"c2jShape" : "FloatString",
"defaultConsumerFluentSetterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #segmentDuration(String)}.\n@param segmentDuration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #segmentDuration(String)",
"deprecated" : false,
"documentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "segmentDuration",
"fluentSetterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@param segmentDuration (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "segmentDuration",
"getterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@return (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SegmentDuration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SegmentDuration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SegmentDuration",
"setterDocumentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
\n@param segmentDuration (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.",
"setterMethodName" : "setSegmentDuration",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "segmentDuration",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "segmentDuration",
"variableType" : "String",
"documentation" : " (Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWatermarks",
"beanStyleSetterMethodName" : "setWatermarks",
"c2jName" : "Watermarks",
"c2jShape" : "JobWatermarks",
"defaultConsumerFluentSetterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #watermarks(List)}.\n@param watermarks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #watermarks(List)",
"deprecated" : false,
"documentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "watermarks",
"fluentSetterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "watermarks",
"getterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Watermarks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Watermarks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "JobWatermark",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "JobWatermark",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "JobWatermark",
"variableName" : "member",
"variableType" : "JobWatermark",
"documentation" : null,
"simpleType" : "JobWatermark",
"variableSetterType" : "JobWatermark"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "JobWatermark",
"variableName" : "member",
"variableType" : "JobWatermark",
"documentation" : "",
"simpleType" : "JobWatermark",
"variableSetterType" : "JobWatermark"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "JobWatermark",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "JobWatermark",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Watermarks",
"setterDocumentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.",
"setterMethodName" : "setWatermarks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "watermarks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "watermarks",
"variableType" : "java.util.List",
"documentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlbumArt",
"beanStyleSetterMethodName" : "setAlbumArt",
"c2jName" : "AlbumArt",
"c2jShape" : "JobAlbumArt",
"defaultConsumerFluentSetterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\nThis is a convenience that creates an instance of the {@link JobAlbumArt.Builder} avoiding the need to create one manually via {@link JobAlbumArt#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobAlbumArt.Builder#build()} is called immediately and its result is passed to {@link #albumArt(JobAlbumArt)}.\n@param albumArt a consumer that will call methods on {@link JobAlbumArt.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #albumArt(JobAlbumArt)",
"deprecated" : false,
"documentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "albumArt",
"fluentSetterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "albumArt",
"getterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@return Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.",
"getterModel" : {
"returnType" : "JobAlbumArt",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlbumArt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlbumArt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "AlbumArt",
"setterDocumentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
\n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.",
"setterMethodName" : "setAlbumArt",
"setterModel" : {
"variableDeclarationType" : "JobAlbumArt",
"variableName" : "albumArt",
"variableType" : "JobAlbumArt",
"documentation" : null,
"simpleType" : "JobAlbumArt",
"variableSetterType" : "JobAlbumArt"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "JobAlbumArt",
"variableName" : "albumArt",
"variableType" : "JobAlbumArt",
"documentation" : "Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
",
"simpleType" : "JobAlbumArt",
"variableSetterType" : "JobAlbumArt"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getComposition",
"beanStyleSetterMethodName" : "setComposition",
"c2jName" : "Composition",
"c2jShape" : "Composition",
"defaultConsumerFluentSetterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #composition(List)}.\n@param composition a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #composition(List)",
"deprecated" : true,
"documentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "composition",
"fluentSetterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "composition",
"getterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Composition",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Composition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Clip",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Clip",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Clip",
"variableName" : "member",
"variableType" : "Clip",
"documentation" : null,
"simpleType" : "Clip",
"variableSetterType" : "Clip"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Clip",
"variableName" : "member",
"variableType" : "Clip",
"documentation" : "",
"simpleType" : "Clip",
"variableSetterType" : "Clip"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Clip",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Clip",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Composition",
"setterDocumentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.",
"setterMethodName" : "setComposition",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "composition",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "composition",
"variableType" : "java.util.List",
"documentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCaptions",
"beanStyleSetterMethodName" : "setCaptions",
"c2jName" : "Captions",
"c2jShape" : "Captions",
"defaultConsumerFluentSetterDocumentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\nThis is a convenience that creates an instance of the {@link Captions.Builder} avoiding the need to create one manually via {@link Captions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Captions.Builder#build()} is called immediately and its result is passed to {@link #captions(Captions)}.\n@param captions a consumer that will call methods on {@link Captions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #captions(Captions)",
"deprecated" : false,
"documentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "captions",
"fluentSetterDocumentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "captions",
"getterDocumentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.",
"getterModel" : {
"returnType" : "Captions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Captions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Captions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Captions",
"setterDocumentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: -
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.",
"setterMethodName" : "setCaptions",
"setterModel" : {
"variableDeclarationType" : "Captions",
"variableName" : "captions",
"variableType" : "Captions",
"documentation" : null,
"simpleType" : "Captions",
"variableSetterType" : "Captions"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Captions",
"variableName" : "captions",
"variableType" : "Captions",
"documentation" : "
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
-
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
-
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
Valid outputs include: dfxp
(first div element only), scc
, srt
, and webvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
",
"simpleType" : "Captions",
"variableSetterType" : "Captions"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryption",
"beanStyleSetterMethodName" : "setEncryption",
"c2jName" : "Encryption",
"c2jShape" : "Encryption",
"defaultConsumerFluentSetterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\nThis is a convenience that creates an instance of the {@link Encryption.Builder} avoiding the need to create one manually via {@link Encryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link Encryption.Builder#build()} is called immediately and its result is passed to {@link #encryption(Encryption)}.\n@param encryption a consumer that will call methods on {@link Encryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryption(Encryption)",
"deprecated" : false,
"documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryption",
"fluentSetterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryption",
"getterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@return You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.",
"getterModel" : {
"returnType" : "Encryption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Encryption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encryption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Encryption",
"setterDocumentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.",
"setterMethodName" : "setEncryption",
"setterModel" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : null,
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Encryption",
"variableName" : "encryption",
"variableType" : "Encryption",
"documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
",
"simpleType" : "Encryption",
"variableSetterType" : "Encryption"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateJobOutput",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateJobOutput",
"variableName" : "createJobOutput",
"variableType" : "CreateJobOutput",
"documentation" : null,
"simpleType" : "CreateJobOutput",
"variableSetterType" : "CreateJobOutput"
},
"wrapper" : false
},
"CreateJobPlaylist" : {
"c2jName" : "CreateJobPlaylist",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Information about the master playlist.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Filename",
"defaultConsumerFluentSetterDocumentation" : "The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique.
Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique.
Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique.
Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
\n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique. Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique.
Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
\n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique. Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique.
Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
\n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique. Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a /
character, the section of the name before the last /
must be identical for all Name
objects. If you create more than one master playlist, the values of all Name
objects must be unique.
Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8
for HLSv3
and HLSv4
playlists, and .ism
and .ismc
for Smooth
playlists). If you include a file extension in Name
, the file name will have two extensions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFormat",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "PlaylistFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #format(String)}.\n@param format a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #format(String)",
"deprecated" : false,
"documentation" : "The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "format",
"fluentSetterDocumentation" : "The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.
\n@param format The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.
\n@return The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Format",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Format",
"setterDocumentation" : "The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.
\n@param format The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The format of the output playlist. Valid formats include HLSv3
, HLSv4
, and Smooth
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOutputKeys",
"beanStyleSetterMethodName" : "setOutputKeys",
"c2jName" : "OutputKeys",
"c2jShape" : "OutputKeys",
"defaultConsumerFluentSetterDocumentation" : "For each output in this job that you want to include in a master playlist, the value of the Outputs:Key
object.
-
If your output is not HLS
or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix
and Outputs:Key
:
OutputKeyPrefixOutputs:Key
-
If your output is HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8
, and a series of .ts
files that include a five-digit sequential counter beginning with 00000:
OutputKeyPrefixOutputs:Key
.m3u8
OutputKeyPrefixOutputs:Key
00000.ts
-
If your output is HLSv4
, has a segment duration set, and is included in an HLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8
:
OutputKeyPrefixOutputs:Key
_v4.m3u8
OutputKeyPrefixOutputs:Key
_iframe.m3u8
OutputKeyPrefixOutputs:Key
.ts
Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth
playlists, the Audio:Profile
, Video:Profile
, and Video:FrameRate
to Video:KeyframesMaxDist
ratio must be the same for all outputs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputKeys(List)}.\n@param outputKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputKeys(List)",
"deprecated" : false,
"documentation" : "For each output in this job that you want to include in a master playlist, the value of the