Libwinmedia Versions Save

[Archived] A cross-platform simple media playback library for C/C++.

v0.0.3

2 years ago
  • Feat: Add PlayerAdd, PlayerIsLooping, PlayerIsAutoRepeat, PlayerIsShuffling, PlayerSetIsLooping, PlayerSetAutoRepeat, PlayerSetIsShuffling support for __linux__ (@alexmercerind).
  • Feat: Add PlayerGetDownloadProgress, PlayerSetAutoRepeat, PlayerSetIsShuffling, PlayerIsAutoRepeat & PlayerIsShuffling C APIs for _WIN32 (@bdlukaa).
  • Fix: Fix empty playlist navigation crash (@alexmercerind).
  • Feat: Add PlayerSetDownloadProgressEventHandler & PlayerSetErrorEventHandler event callbacks for C & Dart VM (_WIN32 & __linux__)(@alexmercerind).
  • Fix: Typo in <audio> JavaScript on Linux (@Sotneo).
  • Fix: Freezing / std::invalid_argument on Linux.
  • pub.dev: Bump version to 0.0.7 & include updated bindings.

Release mode shared libraries are attached below to use in your C/C++ project. For Flutter, use pub.dev distribution.

v0.0.2

2 years ago

This new release of libwinmedia adds:

  • Nearly equivalent Linux support in the same C API.
  • Now using std::string instead of std::wstring in the API.
  • Add PlayerSetIsShuffling to C API.
  • Fix DART_VM Open callbacks.
  • Flutter plugin on pub.dev.
  • Flutter video playback coming in future releases.

v0.0.1

2 years ago

This new version of libwinmedia includes:

Ton of new features that I'm too lazy to document.