@volcengine/veplayer 1.9.8-rc.2 → 1.9.8-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.min.js +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4589,7 +4589,7 @@ declare class VePlayer {
|
|
|
4589
4589
|
static isRTMSupportCodec: (codec: RTMCodec, options: {
|
|
4590
4590
|
targetProfileLevel?: string;
|
|
4591
4591
|
}) => Promise<boolean>;
|
|
4592
|
-
static setLicenseConfig(config: ILicenseConfig): void
|
|
4592
|
+
static setLicenseConfig(config: ILicenseConfig): Promise<void>;
|
|
4593
4593
|
static checkLicense(): Promise<LicenseEdition>;
|
|
4594
4594
|
static checkModuleList(): Promise<string[]>;
|
|
4595
4595
|
static checLicenseStatus(): Promise<LicenseStatus>;
|