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