This document is for an old version of Python that is no longer supported. You should upgrade, and read the Python documentation for the current stable release.

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • 3.5.10 Documentation »
  • 파이썬 표준 라이브러리 »
  • |

22. Multimedia Services¶

The modules described in this chapter implement various algorithms or interfaces that are mainly useful for multimedia applications. They are available at the discretion of the installation. Here’s an overview:

  • 22.1. audioop — Manipulate raw audio data
  • 22.2. aifc — Read and write AIFF and AIFC files
  • 22.3. sunau — Read and write Sun AU files
    • 22.3.1. AU_read Objects
    • 22.3.2. AU_write Objects
  • 22.4. wave — Read and write WAV files
    • 22.4.1. Wave_read Objects
    • 22.4.2. Wave_write Objects
  • 22.5. chunk — Read IFF chunked data
  • 22.6. colorsys — Conversions between color systems
  • 22.7. imghdr — Determine the type of an image
  • 22.8. sndhdr — Determine type of sound file
  • 22.9. ossaudiodev — Access to OSS-compatible audio devices
    • 22.9.1. Audio Device Objects
    • 22.9.2. Mixer Device Objects

이전 항목

21.28. ipaddress — IPv4/IPv6 manipulation library

다음 항목

22.1. audioop — Manipulate raw audio data

현재 문서

  • 버그 보고하기
  • 소스 코드를 보려면

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • 3.5.10 Documentation »
  • 파이썬 표준 라이브러리 »
  • |
© 저작권 2001-2020, Python Software Foundation.
파이썬 소프트웨어 재단은 비영리 법인입니다. 기부를 부탁합니다.
최종 업데이트: 12월 18, 2020 버그를 찾았나요?
Sphinx 1.8.4 를 사용해서 만들었습니다.