Package deefuzzer :: Package tools :: Module gstplayer :: Class PiPlayer
[hide private]
[frames] | no frames]

Class PiPlayer

source code

object --+
         |
        PiPlayer

Instance Methods [hide private]
 
__init__(self, play_dir)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
on_pad_added(self, element, pad) source code
 
on_eos(self, bus, msg) source code
 
on_tag(self, bus, msg) source code
 
on_error(self, bus, msg) source code
 
set_playlist(self) source code
 
next(self) source code
 
gpio_parasite_filter(self) source code
 
play(self) source code
 
stop(self) source code
 
pause(self) source code
 
osc_play_pause(self, path, value) source code
 
osc_stop(self, path, value) source code
 
gpio_play(self, channel) source code
 
gpio_stop(self, channel) source code
 
run(self) source code
 
quit(self) source code

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

Class Variables [hide private]
  osc_port = 12345
  gpio_channel_play = 22
  gpio_channel_stop = 24
  playing = False
  looping = False
  auto_next = False
  alsa_device = 'hw:0'
  gpio_parasite_filter_time = 0.02
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, play_dir)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)