DashIsoEncryptionSettings class

Specifies DRM settings for DASH outputs.

Constructors

DashIsoEncryptionSettings({DashIsoPlaybackDeviceCompatibility? playbackDeviceCompatibility, SpekeKeyProvider? spekeKeyProvider})
DashIsoEncryptionSettings.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
playbackDeviceCompatibility DashIsoPlaybackDeviceCompatibility?
This setting can improve the compatibility of your output with video players on obsolete devices. It applies only to DASH H.264 outputs with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED_SEI) only to correct problems with playback on older devices. Otherwise, keep the default setting CENC v1 (CENC_V1). If you choose Unencrypted SEI, for that output, the service will exclude the access unit delimiter and will leave the SEI NAL units unencrypted.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spekeKeyProvider SpekeKeyProvider?
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited