Skip to content

Commit

Permalink
Compact some feature comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Oct 29, 2023
1 parent f94c1dc commit 4fecc94
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,9 @@
//! | Packetize | :white_check_mark: | :white_check_mark: |
//! | Fixed Depacketize Buffer | :white_check_mark: | :white_check_mark: |
//! | Adaptive Jitter Buffer | :x: | :white_check_mark: |
//! | Video encode | :x: | :white_check_mark: |
//! | Video decode | :x: | :white_check_mark: |
//! | Video capture | :x: | :white_check_mark: |
//! | Audio encode | :x: | :white_check_mark: |
//! | Audio decode | :x: | :white_check_mark: |
//! | Audio capture | :x: | :white_check_mark: |
//! | Video/audio capture | :x: | :white_check_mark: |
//! | Video/audio encode | :x: | :white_check_mark: |
//! | Video/audio decode | :x: | :white_check_mark: |
//! | Audio render | :x: | :white_check_mark: |
//! | Turn | :x: | :white_check_mark: |
//! | Network interface enum | :x: | :white_check_mark: |
Expand Down

0 comments on commit 4fecc94

Please sign in to comment.