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 »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »

21. 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:

  • 21.1. audioop — Manipulate raw audio data
  • 21.2. imageop — Manipulate raw image data
  • 21.3. aifc — Read and write AIFF and AIFC files
  • 21.4. sunau — Read and write Sun AU files
    • 21.4.1. AU_read Objects
    • 21.4.2. AU_write Objects
  • 21.5. wave — Read and write WAV files
    • 21.5.1. Wave_read Objects
    • 21.5.2. Wave_write Objects
  • 21.6. chunk — Read IFF chunked data
  • 21.7. colorsys — Conversions between color systems
  • 21.8. imghdr — Determine the type of an image
  • 21.9. sndhdr — Determine type of sound file
  • 21.10. ossaudiodev — Access to OSS-compatible audio devices
    • 21.10.1. Audio Device Objects
    • 21.10.2. Mixer Device Objects

이전 항목

20.25. DocXMLRPCServer — Self-documenting XML-RPC server

다음 항목

21.1. audioop — Manipulate raw audio data

현재 문서

  • 소스 보기

빠른 검색

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »
© 저작권 1990-2020, Python Software Foundation.
파이썬 소프트웨어 재단은 비영리 법인입니다. 기부를 부탁합니다.
Last updated on 6월 19, 2020. 버그를 찾았나요?
Sphinx 2.3.1 를 사용해서 만들었습니다.