mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add CAF receiver version constant (#45948)
This commit is contained in:
parent
c359932f9d
commit
eb4fb2d6b5
@ -30,6 +30,11 @@ export enum ContentProtection {
|
||||
AES_128_CKP = 'aes_128_ckp',
|
||||
}
|
||||
|
||||
/**
|
||||
* Version of CAF receiver SDK.
|
||||
*/
|
||||
export const VERSION: string;
|
||||
|
||||
/**
|
||||
* Manages text tracks.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user