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

Class VideoOrient

source code

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

N/A

Nested Classes [hide private]
  __ctype_be__
N/A
  __ctype_le__
N/A
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: 'top_left', 1: 'top_right', 2: 'bottom_left...
  bottom_left = vlc.VideoOrient.bottom_left
  bottom_right = vlc.VideoOrient.bottom_right
  left_bottom = vlc.VideoOrient.left_bottom
  left_top = vlc.VideoOrient.left_top
  right_bottom = vlc.VideoOrient.right_bottom
  right_top = vlc.VideoOrient.right_top
  top_left = vlc.VideoOrient.top_left
  top_right = vlc.VideoOrient.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:
{0: 'top_left',
 1: 'top_right',
 2: 'bottom_left',
 3: 'bottom_right',
 4: 'left_top',
 5: 'left_bottom',
 6: 'right_top',
 7: 'right_bottom'}