fetchKey property

JsFunction fetchKey
getter/setter pair

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".

Implementation

external JsFunction fetchKey;