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

Class VideoLogoOption

source code

      object --+                
               |                
       ??._CData --+            
                   |            
_ctypes._SimpleCData --+        
                       |        
           ctypes.c_uint --+    
                           |    
                       _Enum --+
                               |
                              VideoLogoOption

Option values for libvlc_video_{get,set}_logo_{int,string}.

Nested Classes [hide private]
  __ctype_be__
Option values for libvlc_video_{get,set}_logo_{int,string}.
  __ctype_le__
Option values for libvlc_video_{get,set}_logo_{int,string}.
Instance Methods [hide private]

Inherited from _Enum: __eq__, __hash__, __ne__, __repr__, __str__

Inherited from _ctypes._SimpleCData: __ctypes_from_outparam__, __init__, __new__, __nonzero__

Inherited from unreachable._CData: __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  _enum_names_ = {0: 'logo_enable', 1: 'logo_file', 2: 'logo_x',...
  logo_delay = vlc.VideoLogoOption.logo_delay
  logo_enable = vlc.VideoLogoOption.logo_enable
  logo_file = vlc.VideoLogoOption.logo_file
  logo_opacity = vlc.VideoLogoOption.logo_opacity
  logo_position = vlc.VideoLogoOption.logo_position
  logo_repeat = vlc.VideoLogoOption.logo_repeat
  logo_x = vlc.VideoLogoOption.logo_x
  logo_y = vlc.VideoLogoOption.logo_y

Inherited from ctypes.c_uint: _type_

Properties [hide private]

Inherited from _ctypes._SimpleCData: value

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_enum_names_

Value:
{0: 'logo_enable',
 1: 'logo_file',
 2: 'logo_x',
 3: 'logo_y',
 4: 'logo_delay',
 5: 'logo_repeat',
 6: 'logo_opacity',
 7: 'logo_position'}