@volcengine/veplayer 1.9.4-rc.0 → 1.9.4-rc.1

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 CHANGED
@@ -3845,7 +3845,7 @@ declare class VeStrategyWrapper {
3845
3845
  getDeviceId(): string;
3846
3846
  isReady(): boolean;
3847
3847
  getStrategyRecommendations(options?: any, commonOptions?: any): StrategyRecommendation;
3848
- getStrategyRecommendationsAsync(): Promise<StrategyRecommendation>;
3848
+ getStrategyRecommendationsAsync(options?: any, commonOptions?: any): Promise<StrategyRecommendation>;
3849
3849
  isHevcRecommended(): boolean;
3850
3850
  private initPreloaderConfig;
3851
3851
  }