Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[video_player_avplay] Fix getAudioTracks out of bounds issue #750

Conversation

xiaowei-guan
Copy link
Contributor

Checked with MM team, the audio track channel range is 2 ~ 12, the AudioTrackChannelType is not suitable for use here, so return channel directly.

enum AudioTrackChannelType {
  /// The mono channel.
  mono,

  /// The stereo channel.
  stereo,

  /// The surround channel.
  surround,
}

@JSUYA
Copy link
Member

JSUYA commented Sep 24, 2024

Could you please apply this to videohole plugin as well?

@xiaowei-guan
Copy link
Contributor Author

Could you please apply this to videohole plugin as well?

Ok, No problem, I will apply it today.

@xiaowei-guan
Copy link
Contributor Author

#753

@xiaowei-guan xiaowei-guan merged commit 36e0966 into flutter-tizen:master Sep 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants