Module vlc :: Class CallbackDecorators
[hide private]
[frames] | no frames]

Class CallbackDecorators

source code

object --+
         |
        CallbackDecorators

Class holding various method decorators for callback functions.

Nested Classes [hide private]
  Callback
Callback prototype to display a picture.
  LogCb
Callback prototype for LibVLC log message handler.
  MediaOpenCb
Callback prototype to open a custom bitstream input media.
  MediaReadCb
Callback prototype to read data from a custom bitstream input media.
  MediaSeekCb
Callback prototype to seek a custom bitstream input media.
  MediaCloseCb
Callback prototype for audio playback cleanup.
  VideoLockCb
Callback prototype to allocate and lock a picture buffer.
  VideoUnlockCb
Callback prototype to unlock a picture buffer.
  VideoDisplayCb
Callback prototype to display a picture.
  VideoFormatCb
Callback prototype to configure picture buffers format.
  VideoCleanupCb
Callback prototype for audio playback cleanup.
  AudioPlayCb
Callback prototype for audio playback.
  AudioPauseCb
Callback prototype for audio buffer flush.
  AudioResumeCb
Callback prototype for audio buffer flush.
  AudioFlushCb
Callback prototype for audio buffer flush.
  AudioDrainCb
Callback prototype for audio playback cleanup.
  AudioSetVolumeCb
Callback prototype for audio volume change.
  AudioSetupCb
Callback prototype to setup the audio playback.
  AudioCleanupCb
Callback prototype for audio playback cleanup.
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__