csharp
public static class AudioDecodersThe decoders an importer uses when nobody hands it a different set.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public static IReadOnlyList<IAudioDecoder> BuiltInEvery decoder that ships.
Methods (1)
public static IAudioDecoder? For(IReadOnlyList<IAudioDecoder> decoders, string extension)Finds the decoder for an extension.
Used by (1)
- AudioImporterVixen.Editor.Assets