HlsAes128Key class

Annotations
  • @JS('HlsAes128Key')

Constructors

HlsAes128Key()

Properties

cryptoKey ↔ dynamic
webCrypto.CryptoKey | undefined Web crypto key object of the AES-128 CBC key. If unset, the "fetchKey" property should be provided.
getter/setter pair
fetchKey JsFunction
shaka.extern.FetchCryptoKeysFunction | undefined A function that fetches the key. Should be provided if the "cryptoKey" property is unset. Should update this object in-place, to set "cryptoKey".
getter/setter pair
firstMediaSequenceNumber num
number The starting Media Sequence Number of the playlist, used when IV is undefined.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iv JSUint8Array
Uint8Array | undefined The IV in the HLS manifest, if defined. See HLS RFC 8216 Section 5.2 for handling undefined IV.
getter/setter pair
method String
The key method defined in the HLS manifest.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 ==(Object other) bool
The equality operator.
inherited