h264 static method

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

Implementation

static h264({VideoCodecProfile? profile, dynamic level}) {
  return H264Codec(profile: profile, level: level);
}