This document is for an old version of Python that is no longer supported. You should upgrade and read the Python 当前稳定版本的文档.

导航

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

21. 多媒体服务¶

本章描述的模块实现了主要用于多媒体应用的各种算法或接口。 它们可在安装时自行决定。 这是一个概述:

  • 21.1. audioop — Manipulate raw audio data
  • 21.2. imageop — Manipulate raw image data
  • 21.3. aifc — Read and write AIFF and AIFC files
  • 21.4. sunau — 读写 Sun AU 文件
    • 21.4.1. AU_read 对象
    • 21.4.2. AU_write 对象
  • 21.5. wave — 读写WAV格式文件
    • 21.5.1. Wave_read对象
    • 21.5.2. Wave_write 对象
  • 21.6. chunk — 读取 IFF 分块数据
  • 21.7. colorsys — 颜色系统间的转换
  • 21.8. imghdr — 推测图像类型
  • 21.9. sndhdr — 推测声音文件的类型
  • 21.10. ossaudiodev — Access to OSS-compatible audio devices
    • 21.10.1. Audio Device Objects
    • 21.10.2. Mixer Device Objects

上一个主题

20.25. DocXMLRPCServer — Self-documenting XML-RPC server

下一个主题

21.1. audioop — Manipulate raw audio data

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 2.7.18 文档 »
  • Python 标准库 »
© 版权所有 1990-2020, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
Last updated on 6月 19, 2020. 发现了问题?
使用Sphinx2.3.1 创建。