Class CommonEncryptionCencResponse
- java.lang.Object
-
- com.pulumi.azurenative.media.outputs.CommonEncryptionCencResponse
-
public final class CommonEncryptionCencResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommonEncryptionCencResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommonEncryptionCencResponse.Builder
builder()
static CommonEncryptionCencResponse.Builder
builder(CommonEncryptionCencResponse defaults)
java.util.List<TrackSelectionResponse>
clearTracks()
java.util.Optional<StreamingPolicyContentKeysResponse>
contentKeys()
java.util.Optional<CencDrmConfigurationResponse>
drm()
java.util.Optional<EnabledProtocolsResponse>
enabledProtocols()
-
-
-
Method Detail
-
clearTracks
public java.util.List<TrackSelectionResponse> clearTracks()
- Returns:
- Representing which tracks should not be encrypted
-
contentKeys
public java.util.Optional<StreamingPolicyContentKeysResponse> contentKeys()
- Returns:
- Representing default content key for each encryption scheme and separate content keys for specific tracks
-
drm
public java.util.Optional<CencDrmConfigurationResponse> drm()
- Returns:
- Configuration of DRMs for CommonEncryptionCenc encryption scheme
-
enabledProtocols
public java.util.Optional<EnabledProtocolsResponse> enabledProtocols()
- Returns:
- Representing supported protocols
-
builder
public static CommonEncryptionCencResponse.Builder builder()
-
builder
public static CommonEncryptionCencResponse.Builder builder(CommonEncryptionCencResponse defaults)
-
-