Python logo

Tema anterior

ipaddress — Biblioteca de manipulación IPv4 / IPv6

Próximo tema

wave — Leer y escribir archivos WAV

Esta página

  • Reporta un bug
  • Ver fuente

Navegación

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

Nota

¡Ayúdanos a traducir la documentación oficial de Python al Español! Puedes encontrar más información en Como contribuir. Ayuda a acercar Python a más personas de habla hispana.

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 — Leer y escribir archivos WAV
    • open()
    • Error
    • Los objetos 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()
    • Los objetos 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 — Conversiones entre sistemas de color
    • rgb_to_yiq()
    • yiq_to_rgb()
    • rgb_to_hls()
    • hls_to_rgb()
    • rgb_to_hsv()
    • hsv_to_rgb()

Tema anterior

ipaddress — Biblioteca de manipulación IPv4 / IPv6

Próximo tema

wave — Leer y escribir archivos WAV

Esta página

  • Reporta un bug
  • Ver fuente
«

Navegación

  • índice
  • módulos |
  • siguiente |
  • anterior |
  • Python logo
  • Python »
  • Documentación 3.12.0 »
  • 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 21, 2024. Found a bug?
Creado usando Sphinx 7.2.6.