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

Class MediaTrack

source code

   object --+            
            |            
    ??._CData --+        
                |        
_ctypes.Structure --+    
                    |    
             _Cstruct --+
                        |
                       MediaTrack

Instance Methods [hide private]

Inherited from _Cstruct: __repr__, __str__

Inherited from _ctypes.Structure: __init__, __new__

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

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

Class Variables [hide private]
  _anonymous_ = ('u')
  _fields_ = [('codec', <class 'ctypes.c_uint'>), ('original_fou...
  audio = <Field type=LP_AudioTrack, ofs=24, size=8>
  bitrate = <Field type=c_uint, ofs=32, size=4>
  codec = <Field type=c_uint, ofs=0, size=4>
  description = <Field type=c_char_p, ofs=48, size=8>
  id = <Field type=c_int, ofs=8, size=4>
  language = <Field type=c_char_p, ofs=40, size=8>
  level = <Field type=c_int, ofs=20, size=4>
  original_fourcc = <Field type=c_uint, ofs=4, size=4>
  profile = <Field type=c_int, ofs=16, size=4>
  subtitle = <Field type=LP_SubtitleTrack, ofs=24, size=8>
  type = <Field type=TrackType, ofs=12, size=4>
  u = <Field type=MediaTrackTracks, ofs=24, size=8>
  video = <Field type=LP_VideoTrack, ofs=24, size=8>
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:
[('codec', <class 'ctypes.c_uint'>),
 ('original_fourcc', <class 'ctypes.c_uint'>),
 ('id', <class 'ctypes.c_int'>),
 ('type', <class 'vlc.TrackType'>),
 ('profile', <class 'ctypes.c_int'>),
 ('level', <class 'ctypes.c_int'>),
 ('u', <class 'vlc.MediaTrackTracks'>),
 ('bitrate', <class 'ctypes.c_uint'>),
...