Skip to content

[Media3] ExportException: "codecInfo" not bound #1263

@tipa

Description

@tipa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions