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

Class AudioOutputDeviceTypes

source code

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

Audio device types.

Nested Classes [hide private]
  __ctype_be__
Audio device types.
  __ctype_le__
Audio device types.
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: 'Error', 1: 'Mono', 2: 'Stereo', 4: '_2F2R...
  Error = vlc.AudioOutputDeviceTypes.FIXME_(4294967295L)
  Mono = vlc.AudioOutputDeviceTypes.Mono
  SPDIF = vlc.AudioOutputDeviceTypes.SPDIF
  Stereo = vlc.AudioOutputDeviceTypes.Stereo
  _2F2R = vlc.AudioOutputDeviceTypes._2F2R
  _3F2R = vlc.AudioOutputDeviceTypes._3F2R
  _5_1 = vlc.AudioOutputDeviceTypes._5_1
  _6_1 = vlc.AudioOutputDeviceTypes._6_1
  _7_1 = vlc.AudioOutputDeviceTypes._7_1

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: 'Error',
 1: 'Mono',
 2: 'Stereo',
 4: '_2F2R',
 5: '_3F2R',
 6: '_5_1',
 7: '_6_1',
 8: '_7_1',
...