Python logo

Tópico anterior

ipaddress — Biblioteca de manipulação de IPv4/IPv6

Próximo tópico

wave — Read and write WAV files

Esta página

  • Relatar um erro
  • Exibir código-fonte

Navegação

  • índice
  • módulos |
  • próximo |
  • anterior |
  • Python logo
  • Python »
  • 3.13.0 Documentation »
  • A Biblioteca Padrão do Python »
  • Serviços Multimídia
  • |
  • |

Serviços Multimídia¶

Os módulos descritos neste capítulo implementam vários algoritmos ou interfaces que são bastante úteis em aplicações multimídia. Eles estão disponíveis a critério da instalação. Aqui está uma visão geral:

  • wave — Read and write WAV files
    • open()
    • Error
    • Objetos Wave_read
      • Wave_read
        • close()
        • getnchannels()
        • getsampwidth()
        • getframerate()
        • getnframes()
        • getcomptype()
        • getcompname()
        • getparams()
        • readframes()
        • rewind()
        • getmarkers()
        • getmark()
        • setpos()
        • tell()
    • Objetos Wave_write
      • Wave_write
        • close()
        • setnchannels()
        • setsampwidth()
        • setframerate()
        • setnframes()
        • setcomptype()
        • setparams()
        • tell()
        • writeframesraw()
        • writeframes()
  • colorsys — Conversões entre sistemas de cores
    • rgb_to_yiq()
    • yiq_to_rgb()
    • rgb_to_hls()
    • hls_to_rgb()
    • rgb_to_hsv()
    • hsv_to_rgb()

Tópico anterior

ipaddress — Biblioteca de manipulação de IPv4/IPv6

Próximo tópico

wave — Read and write WAV files

Esta página

  • Relatar um erro
  • Exibir código-fonte
«

Navegação

  • índice
  • módulos |
  • próximo |
  • anterior |
  • Python logo
  • Python »
  • 3.13.0 Documentation »
  • A Biblioteca Padrão do Python »
  • Serviços Multimídia
  • |
  • |
© Direitos autorais 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.

Última atualização em out. 31, 2024 (06:50 UTC). Found a bug?
Criada usando Sphinx 8.1.3.