UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

12 lines (11 loc) 256 B
/** * Defines the mode for weighted prediction for P-frames * @export * @enum {string} */ export declare enum WeightedPredictionPFrames { DISABLED = "DISABLED", SIMPLE = "SIMPLE", SMART = "SMART" } export default WeightedPredictionPFrames;