MobileForms Toolkit Documentation

AudioManager.GetCodec Method 

Gets the codec from its extension.

public static Codec GetCodec(
string extension
);

Parameters

extension
Extension of the codec.

Return Value

Codec class for the specified code or null if the codec is not supported.

See Also

AudioManager Class | Resco.Audio Namespace