H264 constructor
H264({
- required int govLength,
- required H264Profile h264Profile,
Implementation
H264({
required this.govLength,
required this.h264Profile,
});