Python logo

Tema anterior

ipaddress — IPv4/IPv6 manipulation library

Próximo tema

wave — Read and write WAV files

Esta página

  • Reporta un bug
  • Ver fuente

Navegación

  • índice
  • módulos |
  • siguiente |
  • anterior |
  • Python logo
  • Python »
  • 3.13.0 Documentation »
  • La biblioteca estándar de Python »
  • Servicios Multimedia
  • |
  • |

Servicios Multimedia¶

Los módulos descritos en este capítulo implementan varios algoritmos o interfaces que son útiles principalmente para aplicaciones multimedia. Su disponibilidad depende de la instalación. He aquí una visión general:

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

Tema anterior

ipaddress — IPv4/IPv6 manipulation library

Próximo tema

wave — Read and write WAV files

Esta página

  • Reporta un bug
  • Ver fuente
«

Navegación

  • índice
  • módulos |
  • siguiente |
  • anterior |
  • Python logo
  • Python »
  • 3.13.0 Documentation »
  • La biblioteca estándar de Python »
  • Servicios Multimedia
  • |
  • |
© Copyright 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.

La Python Software Foundation es una organización sin fines de lucro. Por favor, haga una donación.

Última actualización el nov 17, 2024 (05:53 UTC). Found a bug?
Creado usando Sphinx 8.1.3.