-
Notifications
You must be signed in to change notification settings - Fork 2
/
phonon.py
65 lines (54 loc) · 1.93 KB
/
phonon.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# encoding: utf-8
# module PyQt4.phonon
# from C:\Python27\lib\site-packages\PyQt4\phonon.pyd
# by generator 1.145
# no doc
# no imports
# no functions
# classes
class Phonon(): # skipped bases: <type 'sip.wrapper'>
# no doc
def categoryToString(self, Phonon_Category): # real signature unknown; restored from __doc__
""" Phonon.categoryToString(Phonon.Category) -> QString """
pass
def createPath(self, Phonon_MediaNode, Phonon_MediaNode_1): # real signature unknown; restored from __doc__
""" Phonon.createPath(Phonon.MediaNode, Phonon.MediaNode) -> Phonon.Path """
pass
def createPlayer(self, Phonon_Category, Phonon_MediaSource_source=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__
""" Phonon.createPlayer(Phonon.Category, Phonon.MediaSource source=Phonon.MediaSource()) -> Phonon.MediaObject """
pass
def phononVersion(self): # real signature unknown; restored from __doc__
""" Phonon.phononVersion() -> str """
return ""
def __init__(self, *args, **kwargs): # real signature unknown
pass
__weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None) # default
"""list of weak references to the object (if defined)"""
AccessibilityCategory = 5
AlbumMetaData = 1
ArtistMetaData = 0
BufferingState = 3
Cd = 0
CommunicationCategory = 3
DateMetaData = 3
DescriptionMetaData = 6
Dvd = 1
ErrorState = 5
FatalError = 2
GameCategory = 4
GenreMetaData = 4
LoadingState = 0
MusicBrainzDiscIdMetaData = 7
MusicCategory = 1
NoCategory = -1
NoDisc = -1
NoError = 0
NormalError = 1
NotificationCategory = 0
PausedState = 4
PlayingState = 2
StoppedState = 1
TitleMetaData = 2
TracknumberMetaData = 5
Vcd = 2
VideoCategory = 2