H264 constructor

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

Implementation

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