| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsContentProtection.Builder |
HlsContentProtection.builder() |
HlsContentProtection.Builder |
HlsContentProtection.Builder.initializationVector(String initializationVector)
If Elastic Transcoder is generating your key for you, you must leave this field blank.
|
HlsContentProtection.Builder |
HlsContentProtection.Builder.key(String key)
If you want Elastic Transcoder to generate a key for you, leave this field blank.
|
HlsContentProtection.Builder |
HlsContentProtection.Builder.keyMd5(String keyMd5)
If Elastic Transcoder is generating your key for you, you must leave this field blank.
|
HlsContentProtection.Builder |
HlsContentProtection.Builder.keyStoragePolicy(String keyStoragePolicy)
Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket.
|
HlsContentProtection.Builder |
HlsContentProtection.Builder.licenseAcquisitionUrl(String licenseAcquisitionUrl)
The location of the license key required to decrypt your HLS playlist.
|
HlsContentProtection.Builder |
HlsContentProtection.Builder.method(String method)
The content protection method for your output.
|
HlsContentProtection.Builder |
HlsContentProtection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HlsContentProtection.Builder> |
HlsContentProtection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Playlist.Builder |
Playlist.Builder.hlsContentProtection(Consumer<HlsContentProtection.Builder> hlsContentProtection)
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
default CreateJobPlaylist.Builder |
CreateJobPlaylist.Builder.hlsContentProtection(Consumer<HlsContentProtection.Builder> hlsContentProtection)
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
Copyright © 2023. All rights reserved.