46
47
48
49
50
51
52
53
54
55
56
57
58
59
60 | 46
47
48
49
50
51
52
53
54
55
56
57
58
59
60 |
-
+
|
<section id="apps">
<title>Player application settings</title>
<p>MIME types are categorized identifiers for file types. <var>Audio/mpeg</var> for
<p>MIME types are abstract identifiers for media types. <var>Audio/mpeg</var> for
example represents MP3 files, and <var>audio/ogg</var> means OGG Vorbis. And the player
setting dialog simply associates an audio type with a playback application:</p>
<table shade="rows" rules="rows cols">
<thead> <tr><td><p>Format</p></td> <td><p>Application</p></td></tr> </thead>
<tr><td><p><var>audio/mpeg</var></p></td> <td><p><cmd>audacious</cmd></p></td></tr>
<tr><td><p><var>audio/ogg</var></p></td> <td><p><cmd>audacious</cmd></p></td></tr> |