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