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

Class MediaPlayerRole

source code

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

Media player roles.
ersion libvlc 3.0.0 and later.
see 
ef libvlc_media_player_set_role().
    

Nested Classes [hide private]
  __ctype_be__
Media player roles.
  __ctype_le__
Media player roles.
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: '_None', 1: 'Music', 2: 'Video', 3: 'Commun...
  Accessibility = vlc.MediaPlayerRole.Accessibility
  Animation = vlc.MediaPlayerRole.Animation
  Communication = vlc.MediaPlayerRole.Communication
  Game = vlc.MediaPlayerRole.Game
  Music = vlc.MediaPlayerRole.Music
  Notification = vlc.MediaPlayerRole.Notification
  Production = vlc.MediaPlayerRole.Production
  Test = vlc.MediaPlayerRole.Test
  Video = vlc.MediaPlayerRole.Video
  _None = vlc.MediaPlayerRole._None

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: '_None',
 1: 'Music',
 2: 'Video',
 3: 'Communication',
 4: 'Game',
 5: 'Notification',
 6: 'Animation',
 7: 'Production',
...