h264_profile_level_id 0.2.1 h264_profile_level_id: ^0.2.1 copied to clipboard
Dart utility to process H264 profile-level-id values based on Google's libwebrtc C++ code.
Changelog #
[0.2.1] - 2023.06.10
- feat: add tests
- fix: parseProfileLevelId could throw an error if the argument contained characters that are not a hex
[0.2.0] - 2021.09.06
- refactor: parseSdpProfileLevelId rewrite argument potential issue
[0.1.0] - 2021.09.05
- Initial release.