| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
static PlayReadyDrm.Builder |
PlayReadyDrm.builder() |
PlayReadyDrm.Builder |
PlayReadyDrm.Builder.format(String format)
The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
PlayReadyDrm.Builder |
PlayReadyDrm.Builder.initializationVector(String initializationVector)
The series of random bits created by a random bit generator, unique for every encryption operation, that you
want Elastic Transcoder to use to encrypt your files.
|
PlayReadyDrm.Builder |
PlayReadyDrm.Builder.key(String key)
The DRM key for your file, provided by your DRM license provider.
|
PlayReadyDrm.Builder |
PlayReadyDrm.Builder.keyId(String keyId)
The ID for your DRM key, so that your DRM license provider knows which key to provide.
|
PlayReadyDrm.Builder |
PlayReadyDrm.Builder.keyMd5(String keyMd5)
The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a
checksum to make sure your key was not corrupted in transit.
|
PlayReadyDrm.Builder |
PlayReadyDrm.Builder.licenseAcquisitionUrl(String licenseAcquisitionUrl)
The location of the license key required to play DRM content.
|
PlayReadyDrm.Builder |
PlayReadyDrm.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlayReadyDrm.Builder> |
PlayReadyDrm.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Playlist.Builder |
Playlist.Builder.playReadyDrm(Consumer<PlayReadyDrm.Builder> playReadyDrm)
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
default CreateJobPlaylist.Builder |
CreateJobPlaylist.Builder.playReadyDrm(Consumer<PlayReadyDrm.Builder> playReadyDrm)
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
Copyright © 2023. All rights reserved.