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