encoding_checker 0.0.2 copy "encoding_checker: ^0.0.2" to clipboard
encoding_checker: ^0.0.2 copied to clipboard

discontinued
PlatformAndroid

A Plugin to check if a device supports playing h265 encoded videos

encoding_checker #

The sole purpose of this plugin is to check if an android device supports playing h265 encoded videos.

How to use #

  1. Create an instance of the plugin EncodingChecker
final _encodingCheckerPlugin = EncodingChecker();
  1. Check for h265 support by calling the function checkH265Support()
final checkResult =await _encodingCheckerPlugin.checkH265Support() 
1
likes
150
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

A Plugin to check if a device supports playing h265 encoded videos

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on encoding_checker

Packages that implement encoding_checker