Mpeg4 constructor

Mpeg4({
  1. required int govLength,
  2. required String mpeg4Profile,
})

Implementation

Mpeg4({required this.govLength, required this.mpeg4Profile});