Python logo

Topik sebelumnya

ipaddress --- IPv4/IPv6 manipulation library

Topik berikutnya

wave --- Read and write WAV files

Halaman Ini

  • Laporkan Bug
  • Perlihatkan Sumber

Navigasi

  • index
  • modul |
  • berikut |
  • sebelum |
  • Python logo
  • Python »
  • 3.13.0 Documentation »
  • Pustaka Standar Python »
  • Layanan Multimedia
  • |
  • |

Layanan Multimedia¶

Modul yang dijelaskan dalam bab ini menerapkan berbagai algoritma atau antarmuka yang terutama berguna untuk aplikasi multimedia. Mereka tersedia atas kebijaksanaan instalasi. Berikut ini ikhtisar:

  • 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()

Topik sebelumnya

ipaddress --- IPv4/IPv6 manipulation library

Topik berikutnya

wave --- Read and write WAV files

Halaman Ini

  • Laporkan Bug
  • Perlihatkan Sumber
«

Navigasi

  • index
  • modul |
  • berikut |
  • sebelum |
  • Python logo
  • Python »
  • 3.13.0 Documentation »
  • Pustaka Standar Python »
  • Layanan Multimedia
  • |
  • |
© Hak Cipta 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.

Terakhir diperbarui pada Nov 30, 2024 (06:11 UTC). Found a bug?
Created using Sphinx 8.1.3.