Python logo

Önceki konu

ipaddress — IPv4/IPv6 manipulation library

Sonraki konu

wave — Read and write WAV files

Bu Sayfa

  • Hata Bildir
  • Kaynağı Göster

Gezinti

  • dizin
  • modülleri |
  • sonraki |
  • önceki |
  • Python logo
  • Python »
  • 3.14.0a3 Documentation »
  • Python Standart Kütüphanesi »
  • Multimedia Services
  • |
  • |

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:

  • wave — Read and write WAV files
    • open()
    • Error
    • Wave_read Objects
      • Wave_read
        • close()
        • getnchannels()
        • getsampwidth()
        • getframerate()
        • getnframes()
        • getcomptype()
        • getcompname()
        • getparams()
        • readframes()
        • rewind()
        • getmarkers()
        • getmark()
        • setpos()
        • tell()
    • Wave_write Objects
      • Wave_write
        • close()
        • setnchannels()
        • setsampwidth()
        • setframerate()
        • setnframes()
        • setcomptype()
        • setparams()
        • tell()
        • writeframesraw()
        • writeframes()
  • colorsys — Conversions between color systems
    • rgb_to_yiq()
    • yiq_to_rgb()
    • rgb_to_hls()
    • hls_to_rgb()
    • rgb_to_hsv()
    • hsv_to_rgb()

Önceki konu

ipaddress — IPv4/IPv6 manipulation library

Sonraki konu

wave — Read and write WAV files

Bu Sayfa

  • Hata Bildir
  • Kaynağı Göster
«

Gezinti

  • dizin
  • modülleri |
  • sonraki |
  • önceki |
  • Python logo
  • Python »
  • 3.14.0a3 Documentation »
  • Python Standart Kütüphanesi »
  • Multimedia Services
  • |
  • |
© Telif Hakkı 2001 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.

Son güncelleme: Ara 18, 2024 (05:23 UTC). Found a bug?
Created using Sphinx 8.1.3.