Python logo

Sujet précédent

ipaddress --- IPv4/IPv6 manipulation library

Sujet suivant

wave --- Read and write WAV files

Cette page

  • Signalement de bogue
  • Voir la source

Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python logo
  • Python »
  • 3.14.0a2 Documentation »
  • La bibliothèque standard »
  • Services multimédia
  • |
  • |

Services multimédia¶

Les modules documentés dans ce chapitre implémentent divers algorithmes ou interfaces principalement utiles pour les applications multimédia. Ils peuvent ne pas être disponibles sur votre installation. En voici un aperçu :

  • wave --- Read and write WAV files
    • open()
    • Error
    • Objets Wave_read
      • Wave_read
        • close()
        • getnchannels()
        • getsampwidth()
        • getframerate()
        • getnframes()
        • getcomptype()
        • getcompname()
        • getparams()
        • readframes()
        • rewind()
        • getmarkers()
        • getmark()
        • setpos()
        • tell()
    • Objets Wave_write
      • 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()

Sujet précédent

ipaddress --- IPv4/IPv6 manipulation library

Sujet suivant

wave --- Read and write WAV files

Cette page

  • Signalement de bogue
  • Voir la source
«

Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python logo
  • Python »
  • 3.14.0a2 Documentation »
  • La bibliothèque standard »
  • Services multimédia
  • |
  • |
© Copyright 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.

Mis à jour le nov. 26, 2024 (04:56 UTC). Found a bug?
Créé en utilisant Sphinx 8.1.3.