mediaindex_dart 0.0.2 mediaindex_dart: ^0.0.2 copied to clipboard
mp4 and webm media files sidx segment and ebml box parser for dart
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mediaindex_dart
With Flutter:
$ flutter pub add mediaindex_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
mediaindex_dart: ^0.0.2
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mediaindex_dart/ebml.dart';
import 'package:mediaindex_dart/mediaindex.dart';
import 'package:mediaindex_dart/sidx.dart';