/** * 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;