[Media3] ExportException: "codecInfo" not bound
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 52/100
Research direction
Start at the Xamarin.AndroidX.Media3.Transformer binding for ExportException and compare it with the linked AndroidX Media3 ExportException API, focusing on the missing CodecInfo member. Verify the provided ExportException.CreateForUnexpected(null).CodecInfo example compiles and that the generated binding exposes the property.
Written by the indexing model from the issue text.
Description
Android framework version
net9.0-android
Affected platform version
.NET 9
Description
I'm interested in the codecInfo field of ExportException, which is currently not bound
I'm using Xamarin.AndroidX.Media3.Transformer 1.7.1.1
Steps to Reproduce
This doesn't compile because the CodecInfo property is missing
var codecInfo = ExportException.CreateForUnexpected(null).CodecInfo
Did you find any workaround?
I could use reflection or call ToString() on the exception to parse the info from the CodecInfo, both are hacks that I'd prefer not to use
- Dominant language
- C#
- Stars
- 318
- Forks
- 73
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 10
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from dotnet/android-libraries
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
dotnet/android-libraries#1503 ·
-
dotnet/android-libraries#1470 · 1 reaction · 2 assignees ·
-
dotnet/android-libraries#1467 · 1 reaction · 2 assignees ·
-
Difficulty 5/5 Over a week Newbie friendliness 45/100
dotnet/android-libraries#1456 · 2 comments · 1 reaction ·
-
area-androidx missing-api
Difficulty 4/5 3-5 days Newbie friendliness 52/100
dotnet/android-libraries#1453 ·
All issues in dotnet/android-libraries
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·