public static audioMIMETypes : Array [read-only]
Returns an array of MIME types for audio codecs supported by a mobile device.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.audioMIMETypes);