Python logo

이전 항목

ipaddress — IPv4/IPv6 manipulation library

다음 항목

wave — Read and write WAV files

이 페이지

  • 버그 보고하기
  • 소스 보기

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python logo
  • Python »
  • 3.12.8 Documentation »
  • 파이썬 표준 라이브러리 »
  • 멀티미디어 서비스
  • |
  • |

멀티미디어 서비스¶

이 장에서 설명하는 모듈은 주로 멀티미디어 응용 프로그램에 유용한 다양한 알고리즘 또는 인터페이스를 구현합니다. 가용성은 설치에 달려있습니다. 다음은 개요입니다:

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

이전 항목

ipaddress — IPv4/IPv6 manipulation library

다음 항목

wave — Read and write WAV files

이 페이지

  • 버그 보고하기
  • 소스 보기
«

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python logo
  • Python »
  • 3.12.8 Documentation »
  • 파이썬 표준 라이브러리 »
  • 멀티미디어 서비스
  • |
  • |
© 저작권 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.

최종 업데이트: 12월 21, 2024 (07:22 UTC) Found a bug?
Sphinx 8.1.3 버전으로 생성되었습니다.