28 H264() :
H264(std::string(kDefaultH264ProfileLevelId)) {}
33 H264(
const std::string& profile_level_id) {
37 {
"packetization-mode",
"1" },
39 {
"level-asymmetry-allowed",
"1" },
40 {
"profile-level-id", profile_level_id }
44 std::string
Name()
const override {
return "H264"; }
45 std::map<std::string, std::string>
Parameters()
const override {
return parameters; }
47 webrtc::VideoCodecType CodecType()
const override {
return webrtc::kVideoCodecH264; }
50 std::map<std::string, std::string> parameters;