/** * Meeting layout init template data * * @authors Luo-jinghui (luojinghui424@gmail.com) * @date 2019-10-24 20:41:38 */ import { ITypeTemplate, ITemplate, ITemplateObj } from '../type'; /** * 画廊模式: * 2 0.2812 * 3-4 0.5625 * 5-6 0.375 * 7-8 0.5625 * * 演讲者模式: * 2-4 0.4218 * 5-8 0.5625 */ export declare const RATE = 0.5625; export declare const hidePosition: number[]; export declare const SPEAKER_TEMPLATE: ITypeTemplate; export declare const GALLERY_TEMPLATE: ITypeTemplate; export declare const COMMON_TEMPLATE: Partial; export declare const MULTI_PIC_CONTENT_HIGH_PRIORITY: ITemplateObj; export declare const MULTI_PIC_ACTIVE_HIGH_PRIORITY: ITemplateObj; export declare const TWO_PIC_PIP_TEMPLATE: ITypeTemplate; export declare const CONTENT_ONLY_TEMPLATE: ITypeTemplate; export declare const TWO_PIC_SYMMETRIC_TEMPLATE: ITypeTemplate; export declare const CONTENT_TEMPLATE: Partial; export declare const TEMPLATE: Partial;