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

colorsys.rgb_to_hsv(r, g, b) Convert the color from RGB coordinates to HSV coordinates.

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

oss_audio_device.closed Boolean indicating whether the device has been closed.

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
audioop.adpcm2lin()
  • References/Python/Python/Multimedia

audioop.adpcm2lin(adpcmfragment, width, state) Decode an Intel/DVI ADPCM coded fragment to a linear fragment. See the description

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

oss_mixer_device.set_recsrc(bitmask) Call this function to specify a recording source. Returns a bitmask indicating the new

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

oss_audio_device.setparameters(format, nchannels, samplerate[, strict=False]) Set the key audio sampling parameters—sample format

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

Wave_read.getmarkers() Returns None.

2025-01-10 15:47:30
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
wave.Wave_read.getnframes()
  • References/Python/Python/Multimedia

Wave_read.getnframes() Returns number of audio frames.

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

wave.openfp(file, mode) A synonym for open(), maintained for backwards compatibility.

2025-01-10 15:47:30