Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
HlsContentProtection |
HlsContentProtection.clone() |
HlsContentProtection |
CreateJobPlaylist.getHlsContentProtection()
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
HlsContentProtection |
Playlist.getHlsContentProtection()
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
HlsContentProtection |
HlsContentProtection.withInitializationVector(String initializationVector)
If Elastic Transcoder is generating your key for you, you must leave this field blank.
|
HlsContentProtection |
HlsContentProtection.withKey(String key)
If you want Elastic Transcoder to generate a key for you, leave this field blank.
|
HlsContentProtection |
HlsContentProtection.withKeyMd5(String keyMd5)
If Elastic Transcoder is generating your key for you, you must leave this field blank.
|
HlsContentProtection |
HlsContentProtection.withKeyStoragePolicy(String keyStoragePolicy)
Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket.
|
HlsContentProtection |
HlsContentProtection.withLicenseAcquisitionUrl(String licenseAcquisitionUrl)
The location of the license key required to decrypt your HLS playlist.
|
HlsContentProtection |
HlsContentProtection.withMethod(String method)
The content protection method for your output.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobPlaylist.setHlsContentProtection(HlsContentProtection hlsContentProtection)
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
void |
Playlist.setHlsContentProtection(HlsContentProtection hlsContentProtection)
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
CreateJobPlaylist |
CreateJobPlaylist.withHlsContentProtection(HlsContentProtection hlsContentProtection)
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
Playlist |
Playlist.withHlsContentProtection(HlsContentProtection hlsContentProtection)
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
Copyright © 2019. All rights reserved.