Skip to content

Commit

Permalink
Merge pull request webrtc-rs#194 from billylindeman/master
Browse files Browse the repository at this point in the history
Add AV1 MimeType and RtpCodecParameters
  • Loading branch information
lookback-hugotunius authored May 27, 2022
2 parents 9fe6af4 + 1f9f791 commit d0ceb9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/media_engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ pub const MIME_TYPE_VP8: &str = "video/VP8";
/// MIME_TYPE_VP9 VP9 MIME type
/// Note: Matching should be case insensitive.
pub const MIME_TYPE_VP9: &str = "video/VP9";
/// MIME_TYPE_AV1 AV1 MIME type
/// Note: Matching should be case insensitive.
pub const MIME_TYPE_AV1: &str = "video/AV1";
/// MIME_TYPE_G722 G722 MIME type
/// Note: Matching should be case insensitive.
pub const MIME_TYPE_G722: &str = "audio/G722";
Expand Down

0 comments on commit d0ceb9b

Please sign in to comment.