ByteArkDrm class

Represents the DRM (Digital Rights Management) settings for a media item.

Constructors

ByteArkDrm({WidevineDrm? widevineDrm, FairPlayDrm? fairPlayDrm})
Constructor for creating a ByteArkDrm.

Properties

fairPlayDrm FairPlayDrm?
FairPlay DRM configuration for iOS.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widevineDrm WidevineDrm?
Widevine DRM configuration for Android.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the ByteArkDrm properties into a map representation.
toString() String
A string representation of this object.
inherited

Operators

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