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

Class Meta

source code

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

Meta data types.

Nested Classes [hide private]
  __ctype_be__
Meta data types.
  __ctype_le__
Meta data 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_ = {0: 'Title', 1: 'Artist', 2: 'Genre', 3: 'Copyr...
  Actors = vlc.Meta.Actors
  Album = vlc.Meta.Album
  AlbumArtist = vlc.Meta.AlbumArtist
  Artist = vlc.Meta.Artist
  ArtworkURL = vlc.Meta.ArtworkURL
  Copyright = vlc.Meta.Copyright
  Date = vlc.Meta.Date
  Description = vlc.Meta.Description
  Director = vlc.Meta.Director
  DiscNumber = vlc.Meta.DiscNumber
  DiscTotal = vlc.Meta.DiscTotal
  EncodedBy = vlc.Meta.EncodedBy
  Episode = vlc.Meta.Episode
  Genre = vlc.Meta.Genre
  Language = vlc.Meta.Language
  NowPlaying = vlc.Meta.NowPlaying
  Publisher = vlc.Meta.Publisher
  Rating = vlc.Meta.Rating
  Season = vlc.Meta.Season
  Setting = vlc.Meta.Setting
  ShowName = vlc.Meta.ShowName
  Title = vlc.Meta.Title
  TrackID = vlc.Meta.TrackID
  TrackNumber = vlc.Meta.TrackNumber
  TrackTotal = vlc.Meta.TrackTotal
  URL = vlc.Meta.URL

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: 'Title',
 1: 'Artist',
 2: 'Genre',
 3: 'Copyright',
 4: 'Album',
 5: 'TrackNumber',
 6: 'Description',
 7: 'Rating',
...