export class MatQualityControlComponent {
  @Input() video: HTMLVideoElement;

  constructor() {}
}