29 H264() :
H264(std::string(kDefaultH264ProfileLevelId)) {}
34 H264(
const std::string& profile_level_id) {
38 {
"packetization-mode",
"1" },
40 {
"level-asymmetry-allowed",
"1" },
41 {
"profile-level-id", profile_level_id }
45 std::string
Name()
const override {
return "H264"; }
46 std::map<std::string, std::string>
Parameters()
const override {
return parameters; }
48 webrtc::VideoCodecType CodecType()
const override {
return webrtc::kVideoCodecH264; }
51 std::map<std::string, std::string> parameters;