H264Codec constructor

H264Codec({
  1. VideoCodecProfile? profile,
  2. dynamic level,
})

Implementation

H264Codec({VideoCodecProfile? profile, dynamic level}): super('h264') {
  _profile = profile;
  _level = level;
}