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