H264 constructor

H264({
  1. required int govLength,
  2. required String h264Profile,
})

Implementation

H264({required this.govLength, required this.h264Profile});