Media_ListSoundOutputFormats
Media_ListSoundOutputFormats gives you a list of the available output formats.
No parameter is used.
If you are giving users the option to select from all possible output formats, a useful technique is to create two fields: a calculation text field equal to this function, and another text field to be used as the selection field. Set the selection field to display a popup menu value list that is generated by the calculation field.
Only the first part of the format (8-digit hex code) is required by Media_ConvertSound or Media_SoundFormatDialog, though the entire line can be used, as well.
Returns
A list of all installed sound output format codecs, such as:
41494646|AIFF|AIFF|Exports into an AIFF sound file
4D6F6F56|MooV|QuickTime Movie|Exports file into a QuickTime Movie
554C4157|ULAW|AU|Exports into an AU sound file
56665720|VfW |AVI|Exports file into an AVI file
57415645|WAVE|Wave|Exports into a WAV sound file
33677070|3gpp|3G|Exports file to a 3G file
6D706734|mpg4|MPEG-4|Exports file into a MP4 Movie