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

Class Position

source code

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

Enumeration of values used to set position (e.g. of video title).

Nested Classes [hide private]
  __ctype_be__
Enumeration of values used to set position (e.g.
  __ctype_le__
Enumeration of values used to set position (e.g.
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_ = {-1: 'disable', 0: 'center', 1: 'left', 2: 'rig...
  bottom = vlc.Position.bottom
  bottom_left = vlc.Position.bottom_left
  bottom_right = vlc.Position.bottom_right
  center = vlc.Position.center
  disable = vlc.Position.FIXME_(4294967295L)
  left = vlc.Position.left
  right = vlc.Position.right
  top = vlc.Position.top
  top_left = vlc.Position.top_left
  top_right = vlc.Position.top_right

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:
{-1: 'disable',
 0: 'center',
 1: 'left',
 2: 'right',
 3: 'top',
 4: 'top_left',
 5: 'top_right',
 6: 'bottom',
...