SchemeData class
Constructors
- SchemeData({String? licenseServerUrl, required String mimeType, Uint8List? data, bool? requiresSecureDecryption})
Properties
- data → Uint8List?
-
The initialization base data.
you should build pssh manually for use.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- licenseServerUrl → String?
-
The URL of the server to which license requests should be made. May be null if unknown.
final
- mimeType → String
-
The mimeType of data.
final
- requiresSecureDecryption → bool?
-
Whether secure decryption is required.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWithData(
Uint8List? data) → SchemeData -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override