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