File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ shaka.extern.CreateSegmentIndexFunction;
254254 * @typedef {{
255255 * bitsKey: number,
256256 * blockCipherMode: string,
257- * cryptoKey: (webCrypto. CryptoKey|undefined),
257+ * cryptoKey: (CryptoKey|undefined),
258258 * fetchKey: (shaka.extern.CreateSegmentIndexFunction|undefined),
259259 * iv: (!Uint8Array|undefined),
260260 * firstMediaSequenceNumber: number
@@ -267,7 +267,7 @@ shaka.extern.CreateSegmentIndexFunction;
267267 * The number of the bit key (eg: 128, 256).
268268 * @property {string } blockCipherMode
269269 * The block cipher mode of operation. Possible values: 'CTR', 'CBC' or 'GCM'.
270- * @property {webCrypto. CryptoKey|undefined } cryptoKey
270+ * @property {CryptoKey|undefined } cryptoKey
271271 * Web crypto key object of the AES key. If unset, the "fetchKey"
272272 * property should be provided.
273273 * @property {shaka.extern.FetchCryptoKeysFunction|undefined } fetchKey
You can’t perform that action at this time.
0 commit comments