export default Object.freeze({ SCALE_TO_FILL: 0, // r5_scale_to_fill, //scale to fill and maintain aspect ratio (cropping will occur) SCALE_TO_FIT: 1, // r5_scale_to_fit, //scale to fit inside view (letterboxing will occur) SCALE_FILL: 2 // r5_scale_fill //scale to fill view (will not respect aspect ratio of video) })