public static interface StaticKeyProvider.Builder extends SdkPojo, CopyableBuilder<StaticKeyProvider.Builder,StaticKeyProvider>
Modifier and Type | Method and Description |
---|---|
StaticKeyProvider.Builder |
keyFormat(String keyFormat)
Relates to DRM implementation.
|
StaticKeyProvider.Builder |
keyFormatVersions(String keyFormatVersions)
Relates to DRM implementation.
|
StaticKeyProvider.Builder |
staticKeyValue(String staticKeyValue)
Relates to DRM implementation.
|
StaticKeyProvider.Builder |
url(String url)
Relates to DRM implementation.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
StaticKeyProvider.Builder keyFormat(String keyFormat)
keyFormat
- Relates to DRM implementation. Sets the value of the KEYFORMAT attribute. Must be 'identity' or a
reverse DNS string. May be omitted to indicate an implicit value of 'identity'.StaticKeyProvider.Builder keyFormatVersions(String keyFormatVersions)
keyFormatVersions
- Relates to DRM implementation. Either a single positive integer version value or a slash delimited
list of version values (1/2/3).StaticKeyProvider.Builder staticKeyValue(String staticKeyValue)
staticKeyValue
- Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value
(StaticKeyValue).StaticKeyProvider.Builder url(String url)
url
- Relates to DRM implementation. The location of the license server used for protecting content.Copyright © 2019. All rights reserved.