DrmConfigs class
Configurations for playing DRM content.
Constructors
- DrmConfigs({DrmType type = DrmType.none, String? licenseServerUrl, LicenseCallback? licenseCallback})
-
Creates a new DrmConfigs.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- licenseCallback → LicenseCallback?
-
A callback to retrieve a DRM license.
final
- licenseServerUrl → String?
-
The URL of the DRM license server.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DrmType
-
The DRM type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> - Converts to a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited