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

Class EventUnion

source code

object --+        
         |        
 ??._CData --+    
             |    
 _ctypes.Union --+
                 |
                EventUnion

Instance Methods [hide private]

Inherited from _ctypes.Union: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

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

Class Variables [hide private]
  _fields_ = [('meta_type', <class 'ctypes.c_uint'>), ('new_chil...
  filename = <Field type=c_char_p, ofs=0, size=8>
  media = <Field type=c_void_p, ofs=0, size=8>
  media_event = <Field type=MediaEvent, ofs=0, size=16>
  meta_type = <Field type=c_uint, ofs=0, size=4>
  new_cache = <Field type=c_float, ofs=0, size=4>
  new_child = <Field type=c_uint, ofs=0, size=4>
  new_count = <Field type=c_long, ofs=0, size=8>
  new_duration = <Field type=c_long, ofs=0, size=8>
  new_length = <Field type=c_long, ofs=0, size=8>
  new_pausable = <Field type=c_long, ofs=0, size=8>
  new_position = <Field type=c_float, ofs=0, size=4>
  new_scrambled = <Field type=c_long, ofs=0, size=8>
  new_seekable = <Field type=c_long, ofs=0, size=8>
  new_state = <Field type=c_uint, ofs=0, size=4>
  new_status = <Field type=c_int, ofs=0, size=4>
  new_time = <Field type=c_long, ofs=0, size=8>
  new_title = <Field type=c_int, ofs=0, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('meta_type', <class 'ctypes.c_uint'>),
 ('new_child', <class 'ctypes.c_uint'>),
 ('new_duration', <class 'ctypes.c_long'>),
 ('new_status', <class 'ctypes.c_int'>),
 ('media', <class 'ctypes.c_void_p'>),
 ('new_state', <class 'ctypes.c_uint'>),
 ('new_cache', <class 'ctypes.c_float'>),
 ('new_position', <class 'ctypes.c_float'>),
...