colorsys.hls_to_rgb()
  • References/Python/Python/Multimedia

colorsys.hls_to_rgb(h, l, s) Convert the color from HLS coordinates to RGB coordinates.

2025-01-10 15:47:30
imghdr.tests
  • References/Python/Python/Multimedia

imghdr.tests A list of functions performing the individual tests. Each function takes two arguments: the byte-stream and an

2025-01-10 15:47:30
wave.Wave_write.writeframes()
  • References/Python/Python/Multimedia

Wave_write.writeframes(data) Write audio frames and make sure nframes is correct. It will raise an error if the output

2025-01-10 15:47:30
aifc.aifc.rewind()
  • References/Python/Python/Multimedia

aifc.rewind() Rewind the read pointer. The next readframes() will start from the beginning.

2025-01-10 15:47:30
aifc.aifc.setsampwidth()
  • References/Python/Python/Multimedia

aifc.setsampwidth(width) Specify the size in bytes of audio samples.

2025-01-10 15:47:30
chunk.Chunk.close()
  • References/Python/Python/Multimedia

close() Close and skip to the end of the chunk. This does not close the underlying file.

2025-01-10 15:47:30
ossaudiodev.oss_audio_device.obufcount()
  • References/Python/Python/Multimedia

oss_audio_device.obufcount() Returns the number of samples that are in the hardware buffer yet to be played.

2025-01-10 15:47:30
ossaudiodev.oss_audio_device.bufsize()
  • References/Python/Python/Multimedia

oss_audio_device.bufsize() Returns the size of the hardware buffer, in samples.

2025-01-10 15:47:30
aifc.aifc.writeframesraw()
  • References/Python/Python/Multimedia

aifc.writeframesraw(data) Like writeframes(), except that the header of the audio file is not updated.

2025-01-10 15:47:30
wave.Error
  • References/Python/Python/Multimedia

exception wave.Error An error raised when something is impossible because it violates the WAV specification or hits an implementation

2025-01-10 15:47:30