Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private HlsContentProtection |
Playlist.hlsContentProtection
The HLS content protection settings, if any, that you want Elastic
Transcoder to apply to the output files associated with this playlist.
|
private HlsContentProtection |
CreateJobPlaylist.hlsContentProtection
The HLS content protection settings, if any, that you want Elastic
Transcoder to apply to the output files associated with this playlist.
|
Modifier and Type | Method and Description |
---|---|
HlsContentProtection |
HlsContentProtection.clone() |
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 |
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 |
HlsContentProtection.withInitializationVector(java.lang.String initializationVector)
If Elastic Transcoder is generating your key for you, you must leave this
field blank.
|
HlsContentProtection |
HlsContentProtection.withKey(java.lang.String key)
If you want Elastic Transcoder to generate a key for you, leave this
field blank.
|
HlsContentProtection |
HlsContentProtection.withKeyMd5(java.lang.String keyMd5)
If Elastic Transcoder is generating your key for you, you must leave this
field blank.
|
HlsContentProtection |
HlsContentProtection.withKeyStoragePolicy(java.lang.String keyStoragePolicy)
Specify whether you want Elastic Transcoder to write your HLS license key
to an Amazon S3 bucket.
|
HlsContentProtection |
HlsContentProtection.withLicenseAcquisitionUrl(java.lang.String licenseAcquisitionUrl)
The location of the license key required to decrypt your HLS playlist.
|
HlsContentProtection |
HlsContentProtection.withMethod(java.lang.String method)
The content protection method for your output.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
HlsContentProtection |
HlsContentProtectionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HlsContentProtectionJsonMarshaller.marshall(HlsContentProtection hlsContentProtection,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|