~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.1-docs-html/library/mm.html

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
 
4
 
 
5
 
<html xmlns="http://www.w3.org/1999/xhtml">
6
 
  <head>
7
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
 
    
9
 
    <title>22. Multimedia Services &mdash; Python 3.5.1 documentation</title>
10
 
    
11
 
    <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
12
 
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
 
    
14
 
    <script type="text/javascript">
15
 
      var DOCUMENTATION_OPTIONS = {
16
 
        URL_ROOT:    '../',
17
 
        VERSION:     '3.5.1',
18
 
        COLLAPSE_INDEX: false,
19
 
        FILE_SUFFIX: '.html',
20
 
        HAS_SOURCE:  true
21
 
      };
22
 
    </script>
23
 
    <script type="text/javascript" src="../_static/jquery.js"></script>
24
 
    <script type="text/javascript" src="../_static/underscore.js"></script>
25
 
    <script type="text/javascript" src="../_static/doctools.js"></script>
26
 
    <script type="text/javascript" src="../_static/sidebar.js"></script>
27
 
    <link rel="search" type="application/opensearchdescription+xml"
28
 
          title="Search within Python 3.5.1 documentation"
29
 
          href="../_static/opensearch.xml"/>
30
 
    <link rel="author" title="About these documents" href="../about.html" />
31
 
    <link rel="copyright" title="Copyright" href="../copyright.html" />
32
 
    <link rel="top" title="Python 3.5.1 documentation" href="../contents.html" />
33
 
    <link rel="up" title="The Python Standard Library" href="index.html" />
34
 
    <link rel="next" title="22.1. audioop — Manipulate raw audio data" href="audioop.html" />
35
 
    <link rel="prev" title="21.28. ipaddress — IPv4/IPv6 manipulation library" href="ipaddress.html" />
36
 
    <link rel="shortcut icon" type="image/png" href="../_static/py.png" />
37
 
    <script type="text/javascript" src="../_static/copybutton.js"></script>
38
 
    <script type="text/javascript" src="../_static/version_switch.js"></script>
39
 
    
40
 
 
41
 
 
42
 
  </head>
43
 
  <body role="document">  
44
 
    <div class="related" role="navigation" aria-label="related navigation">
45
 
      <h3>Navigation</h3>
46
 
      <ul>
47
 
        <li class="right" style="margin-right: 10px">
48
 
          <a href="../genindex.html" title="General Index"
49
 
             accesskey="I">index</a></li>
50
 
        <li class="right" >
51
 
          <a href="../py-modindex.html" title="Python Module Index"
52
 
             >modules</a> |</li>
53
 
        <li class="right" >
54
 
          <a href="audioop.html" title="22.1. audioop — Manipulate raw audio data"
55
 
             accesskey="N">next</a> |</li>
56
 
        <li class="right" >
57
 
          <a href="ipaddress.html" title="21.28. ipaddress — IPv4/IPv6 manipulation library"
58
 
             accesskey="P">previous</a> |</li>
59
 
        <li><img src="../_static/py.png" alt=""
60
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
61
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
62
 
        <li>
63
 
          <span class="version_switcher_placeholder">3.5.1</span>
64
 
          <a href="../index.html">Documentation </a> &raquo;
65
 
        </li>
66
 
 
67
 
          <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">The Python Standard Library</a> &raquo;</li> 
68
 
      </ul>
69
 
    </div>    
70
 
 
71
 
    <div class="document">
72
 
      <div class="documentwrapper">
73
 
        <div class="bodywrapper">
74
 
          <div class="body" role="main">
75
 
            
76
 
  <div class="section" id="multimedia-services">
77
 
<span id="mmedia"></span><h1>22. Multimedia Services<a class="headerlink" href="#multimedia-services" title="Permalink to this headline">¶</a></h1>
78
 
<p>The modules described in this chapter implement various algorithms or interfaces
79
 
that are mainly useful for multimedia applications.  They are available at the
80
 
discretion of the installation.  Here&#8217;s an overview:</p>
81
 
<div class="toctree-wrapper compound">
82
 
<ul>
83
 
<li class="toctree-l1"><a class="reference internal" href="audioop.html">22.1. <code class="docutils literal"><span class="pre">audioop</span></code> &#8212; Manipulate raw audio data</a></li>
84
 
<li class="toctree-l1"><a class="reference internal" href="aifc.html">22.2. <code class="docutils literal"><span class="pre">aifc</span></code> &#8212; Read and write AIFF and AIFC files</a></li>
85
 
<li class="toctree-l1"><a class="reference internal" href="sunau.html">22.3. <code class="docutils literal"><span class="pre">sunau</span></code> &#8212; Read and write Sun AU files</a><ul>
86
 
<li class="toctree-l2"><a class="reference internal" href="sunau.html#au-read-objects">22.3.1. AU_read Objects</a></li>
87
 
<li class="toctree-l2"><a class="reference internal" href="sunau.html#au-write-objects">22.3.2. AU_write Objects</a></li>
88
 
</ul>
89
 
</li>
90
 
<li class="toctree-l1"><a class="reference internal" href="wave.html">22.4. <code class="docutils literal"><span class="pre">wave</span></code> &#8212; Read and write WAV files</a><ul>
91
 
<li class="toctree-l2"><a class="reference internal" href="wave.html#wave-read-objects">22.4.1. Wave_read Objects</a></li>
92
 
<li class="toctree-l2"><a class="reference internal" href="wave.html#wave-write-objects">22.4.2. Wave_write Objects</a></li>
93
 
</ul>
94
 
</li>
95
 
<li class="toctree-l1"><a class="reference internal" href="chunk.html">22.5. <code class="docutils literal"><span class="pre">chunk</span></code> &#8212; Read IFF chunked data</a></li>
96
 
<li class="toctree-l1"><a class="reference internal" href="colorsys.html">22.6. <code class="docutils literal"><span class="pre">colorsys</span></code> &#8212; Conversions between color systems</a></li>
97
 
<li class="toctree-l1"><a class="reference internal" href="imghdr.html">22.7. <code class="docutils literal"><span class="pre">imghdr</span></code> &#8212; Determine the type of an image</a></li>
98
 
<li class="toctree-l1"><a class="reference internal" href="sndhdr.html">22.8. <code class="docutils literal"><span class="pre">sndhdr</span></code> &#8212; Determine type of sound file</a></li>
99
 
<li class="toctree-l1"><a class="reference internal" href="ossaudiodev.html">22.9. <code class="docutils literal"><span class="pre">ossaudiodev</span></code> &#8212; Access to OSS-compatible audio devices</a><ul>
100
 
<li class="toctree-l2"><a class="reference internal" href="ossaudiodev.html#audio-device-objects">22.9.1. Audio Device Objects</a></li>
101
 
<li class="toctree-l2"><a class="reference internal" href="ossaudiodev.html#mixer-device-objects">22.9.2. Mixer Device Objects</a></li>
102
 
</ul>
103
 
</li>
104
 
</ul>
105
 
</div>
106
 
</div>
107
 
 
108
 
 
109
 
          </div>
110
 
        </div>
111
 
      </div>
112
 
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
113
 
        <div class="sphinxsidebarwrapper">
114
 
  <h4>Previous topic</h4>
115
 
  <p class="topless"><a href="ipaddress.html"
116
 
                        title="previous chapter">21.28. <code class="docutils literal"><span class="pre">ipaddress</span></code> &#8212; IPv4/IPv6 manipulation library</a></p>
117
 
  <h4>Next topic</h4>
118
 
  <p class="topless"><a href="audioop.html"
119
 
                        title="next chapter">22.1. <code class="docutils literal"><span class="pre">audioop</span></code> &#8212; Manipulate raw audio data</a></p>
120
 
<h3>This Page</h3>
121
 
<ul class="this-page-menu">
122
 
  <li><a href="../bugs.html">Report a Bug</a></li>
123
 
  <li><a href="../_sources/library/mm.txt"
124
 
         rel="nofollow">Show Source</a></li>
125
 
</ul>
126
 
 
127
 
<div id="searchbox" style="display: none" role="search">
128
 
  <h3>Quick search</h3>
129
 
    <form class="search" action="../search.html" method="get">
130
 
      <input type="text" name="q" />
131
 
      <input type="submit" value="Go" />
132
 
      <input type="hidden" name="check_keywords" value="yes" />
133
 
      <input type="hidden" name="area" value="default" />
134
 
    </form>
135
 
    <p class="searchtip" style="font-size: 90%">
136
 
    Enter search terms or a module, class or function name.
137
 
    </p>
138
 
</div>
139
 
<script type="text/javascript">$('#searchbox').show(0);</script>
140
 
        </div>
141
 
      </div>
142
 
      <div class="clearer"></div>
143
 
    </div>  
144
 
    <div class="related" role="navigation" aria-label="related navigation">
145
 
      <h3>Navigation</h3>
146
 
      <ul>
147
 
        <li class="right" style="margin-right: 10px">
148
 
          <a href="../genindex.html" title="General Index"
149
 
             >index</a></li>
150
 
        <li class="right" >
151
 
          <a href="../py-modindex.html" title="Python Module Index"
152
 
             >modules</a> |</li>
153
 
        <li class="right" >
154
 
          <a href="audioop.html" title="22.1. audioop — Manipulate raw audio data"
155
 
             >next</a> |</li>
156
 
        <li class="right" >
157
 
          <a href="ipaddress.html" title="21.28. ipaddress — IPv4/IPv6 manipulation library"
158
 
             >previous</a> |</li>
159
 
        <li><img src="../_static/py.png" alt=""
160
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
161
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
162
 
        <li>
163
 
          <span class="version_switcher_placeholder">3.5.1</span>
164
 
          <a href="../index.html">Documentation </a> &raquo;
165
 
        </li>
166
 
 
167
 
          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li> 
168
 
      </ul>
169
 
    </div>  
170
 
    <div class="footer">
171
 
    &copy; <a href="../copyright.html">Copyright</a> 1990-2016, Python Software Foundation.
172
 
    <br />
173
 
    The Python Software Foundation is a non-profit corporation.
174
 
    <a href="https://www.python.org/psf/donations/">Please donate.</a>
175
 
    <br />
176
 
    Last updated on Jan 22, 2016.
177
 
    <a href="../bugs.html">Found a bug</a>?
178
 
    <br />
179
 
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
180
 
    </div>
181
 
 
182
 
  </body>
183
 
</html>
 
 
b'\\ No newline at end of file'