导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.6.7 文档 »
  • Python 标准库 »
  • |

22. Multimedia Services¶

The modules described in this chapter implement various algorithms or interfaces that are mainly useful for multimedia applications. They are available at the discretion of the installation. Here’s an overview:

  • 22.1. audioop — Manipulate raw audio data
  • 22.2. aifc — Read and write AIFF and AIFC files
  • 22.3. sunau — Read and write Sun AU files
    • 22.3.1. AU_read Objects
    • 22.3.2. AU_write Objects
  • 22.4. wave — 读写WAV格式文件
    • 22.4.1. Wave_read对象
    • 22.4.2. Wave_write对象
  • 22.5. chunk — Read IFF chunked data
  • 22.6. colorsys — Conversions between color systems
  • 22.7. imghdr — Determine the type of an image
  • 22.8. sndhdr — Determine type of sound file
  • 22.9. ossaudiodev — Access to OSS-compatible audio devices
    • 22.9.1. Audio Device Objects
    • 22.9.2. Mixer Device Objects

上一个主题

21.28. ipaddress — IPv4/IPv6 manipulation library

下一个主题

22.1. audioop — Manipulate raw audio data

本页

  • 提交 Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.6.7 文档 »
  • Python 标准库 »
  • |
© 版权所有 2001-2018, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
最后更新于 10月 25, 2018. 发现了问题?
使用Sphinx1.8.1 创建。