Python logo

上一主题

ipaddress --- IPv4/IPv6 操作库

下一主题

wave --- 读写 WAV 文件

当前页

  • 报告 Bug
  • 显示源码

导航

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

多媒体服务¶

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

  • wave --- 读写 WAV 文件
    • open()
    • Error
    • Wave_read对象
      • Wave_read
        • close()
        • getnchannels()
        • getsampwidth()
        • getframerate()
        • getnframes()
        • getcomptype()
        • getcompname()
        • getparams()
        • readframes()
        • rewind()
        • getmarkers()
        • getmark()
        • setpos()
        • tell()
    • Wave_write 对象
      • Wave_write
        • close()
        • setnchannels()
        • setsampwidth()
        • setframerate()
        • setnframes()
        • setcomptype()
        • setparams()
        • tell()
        • writeframesraw()
        • 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.1 Documentation »
  • Python 标准库 »
  • 多媒体服务
  • |
  • |
© 版权所有 2001-2024, 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.

最后更新于 12月 06, 2024 (06:47 UTC). Found a bug?
由 Sphinx 8.1.3创建。