/** * The form of the content, used to optimize the loudness measurement gating * @export * @enum {string} */ export declare enum DolbyLoudnessContentForm { LONG = "LONG", SHORT = "SHORT", AUTO_DETECT = "AUTO_DETECT" } export default DolbyLoudnessContentForm;