Logo

上個主題

ipaddress --- IPv4/IPv6 manipulation library

下個主題

wave --- 讀寫 WAV 檔案

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • python logo
  • Python »
  • 3.12.1 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 多媒體服務
  • |
  • |

多媒體服務¶

此章節所描述的模組 (module) 實作了多種在多媒體服務中相當有用的演算法和介面,並可在安裝時決定是否要使用它們。以下為綜述:

  • 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 manipulation library

下個主題

wave --- 讀寫 WAV 檔案

此頁面

  • 回報錯誤
  • 顯示原始碼
«

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • python logo
  • Python »
  • 3.12.1 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 多媒體服務
  • |
  • |
© 版權 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.

最後更新於 Jan 04, 2024 (08:45 UTC)。 Found a bug?
使用 Sphinx 7.2.6 建立。