Logo

上一主题

ipaddress --- IPv4/IPv6 操作库

下一主题

wave --- 读写WAV格式文件

当前页面

  • 报告 Bug
  • 显示源码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • 3.13.0a2 Documentation »
  • Python 标准库 »
  • 多媒体服务
  • |
  • |

多媒体服务¶

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

  • wave --- 读写WAV格式文件
    • open()
    • Error
    • Wave_read对象
      • Wave_read
        • Wave_read.close()
        • Wave_read.getnchannels()
        • Wave_read.getsampwidth()
        • Wave_read.getframerate()
        • Wave_read.getnframes()
        • Wave_read.getcomptype()
        • Wave_read.getcompname()
        • Wave_read.getparams()
        • Wave_read.readframes()
        • Wave_read.rewind()
        • Wave_read.getmarkers()
        • Wave_read.getmark()
        • Wave_read.setpos()
        • Wave_read.tell()
    • Wave_write 对象
      • Wave_write
        • Wave_write.close()
        • Wave_write.setnchannels()
        • Wave_write.setsampwidth()
        • Wave_write.setframerate()
        • Wave_write.setnframes()
        • Wave_write.setcomptype()
        • Wave_write.setparams()
        • Wave_write.tell()
        • Wave_write.writeframesraw()
        • Wave_write.writeframes()
  • colorsys --- 颜色系统间的转换
    • rgb_to_yiq()
    • yiq_to_rgb()
    • rgb_to_hls()
    • hls_to_rgb()
    • rgb_to_hsv()
    • hsv_to_rgb()

上一主题

ipaddress --- IPv4/IPv6 操作库

下一主题

wave --- 读写WAV格式文件

当前页面

  • 报告 Bug
  • 显示源码
«

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • 3.13.0a2 Documentation »
  • Python 标准库 »
  • 多媒体服务
  • |
  • |
© 版权所有 2001-2023, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 Nov 29, 2023 (04:20 UTC). Found a bug?
由 Sphinx 6.2.1创建。