| commit | 9905c4affb0365bc4e7a263e7b6928faca9d9272 | [log] [tgz] |
|---|---|---|
| author | Natesh Bhat <nateshmbhat1@gmail.com> | Mon Oct 27 20:43:08 2025 +0530 |
| committer | GitHub <noreply@github.com> | Mon Oct 27 15:13:08 2025 +0000 |
| tree | 1dc3debca53d9ea1fa902150beab6acf1fd38d13 | |
| parent | bbf96a0755af17e4038ffd9192fe06fdeae2721c [diff] |
[video_player] Add audio track management support to platform interface (#10171) ## Description platform interface pr for #9925 #### Core Features - **Added `VideoAudioTrack` model** with comprehensive metadata fields: `id`, `label`, `language`, `isSelected`, `bitrate`, `sampleRate`, `channelCount`, `codec` - **Added [getAudioTracks()]() method** to retrieve all available audio tracks with real metadata - **Added [selectAudioTrack()]() method** to switch between audio tracks during playback ### Breaking Changes None - all changes are additive and backward compatible. ## Pre-Review Checklist
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: