h265 static method

dynamic h265({
  1. VideoCodecProfile? profile,
  2. dynamic level,
  3. bool? bFrames,
})

Implementation

static h265({VideoCodecProfile? profile, dynamic level, bool? bFrames}) {
  return H265Codec(profile: profile, level: level, bFrames: bFrames);
}