98 public Task<object>
DecodeAsync(
string ContentType,
byte[] Data, Encoding Encoding, KeyValuePair<string, string>[] Fields, Uri BaseUri)
Binary audio decoder. Is used to identify audio content, but does not have actual decoding of corresp...
Task< object > DecodeAsync(string ContentType, byte[] Data, Encoding Encoding, KeyValuePair< string, string >[] Fields, Uri BaseUri)
Decodes an object.
bool TryGetFileExtension(string ContentType, out string FileExtension)
Tries to get the file extension of an item, given its Content-Type.
static readonly string[] AudioFileExtensions
Audio content types.
bool TryGetContentType(string FileExtension, out string ContentType)
Tries to get the content type of an item, given its file extension.
string[] FileExtensions
Supported file extensions.
bool Decodes(string ContentType, out Grade Grade)
If the decoder decodes an object with a given content type.
AudioDecoder()
Binary audio decoder. Is used to identify audio content, but does not have actual decoding of corresp...
static readonly string[] AudioContentTypes
Audio content types.
Basic interface for Internet Content decoders. A class implementing this interface and having a defau...