mirror of
https://github.com/samsonjs/media.git
synced 2026-04-16 13:05:46 +00:00
38 lines
1.4 KiB
Markdown
38 lines
1.4 KiB
Markdown
---
|
||
name: Feature request
|
||
about: Issue template for a feature request.
|
||
title: ''
|
||
labels: enhancement, needs triage
|
||
assignees: ''
|
||
---
|
||
|
||
Please only file a feature request here if you're using classes in the
|
||
`com.google.android.exoplayer2` package. If you're using classes in the
|
||
`androidx.media3` package (including `com.google.android.exoplayer2`), please file a
|
||
feature request on the AndroidX Media tracker instead:
|
||
https://github.com/androidx/media/issues/new/choose
|
||
|
||
## Before filing a feature request:
|
||
|
||
- Search existing open issues, specifically with the label ‘enhancement’
|
||
- On this tracker: https://github.com/google/ExoPlayer/labels/enhancement
|
||
- On the AndroidX Media tracker:
|
||
https://github.com/androidx/media/labels/enhancement
|
||
- Search existing pull requests
|
||
- On this tracker: https://github.com/google/ExoPlayer/pulls
|
||
- On the AndroidX Media tracker: https://github.com/androidx/media/pulls
|
||
|
||
When filing a feature request:
|
||
-----------------------
|
||
Replace the content in the sections below.
|
||
|
||
### [REQUIRED] Use case description
|
||
Describe the use case or problem you are trying to solve in detail. If there are
|
||
any standards or specifications involved, please provide the relevant details.
|
||
|
||
### Proposed solution
|
||
A clear and concise description of your proposed solution, if you have one.
|
||
|
||
### Alternatives considered
|
||
A clear and concise description of any alternative solutions you considered,
|
||
if applicable.
|