| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module media :: Class MediaCtrl |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Control--+ | MediaCtrl
Proxy of C++ MediaCtrl class
| Method Summary | |
|---|---|
| Control |
Create a Control. |
| bool |
Do the 2nd phase and create the GUI control. |
| wxFileOffset | GetDownloadProgress(self)
|
| wxFileOffset | GetDownloadTotal(self)
|
| double | GetPlaybackRate(self)
|
| int | GetState(self)
|
| double | GetVolume(self)
|
| wxFileOffset | Length(self)
|
| bool | Load(self,
fileName)
|
| bool | LoadFromURI(self,
fileName)
|
| bool | LoadURI(self,
fileName)
|
| bool | LoadURIWithProxy(self,
fileName,
proxy)
|
| bool | Pause(self)
|
| bool | Play(self)
|
| wxFileOffset | Seek(self,
where,
mode)
|
| bool | SetPlaybackRate(self,
dRate)
|
| bool | SetVolume(self,
dVolume)
|
| bool | ShowPlayerControls(self,
flags)
|
| bool | Stop(self)
|
| wxFileOffset | Tell(self)
|
| Property Summary | |
|---|---|
DownloadProgress: See GetDownloadProgress | |
DownloadTotal: See GetDownloadTotal | |
PlaybackRate: See GetPlaybackRate and SetPlaybackRate | |
State: See GetState | |
thisown: The membership flag | |
Volume: See GetVolume and SetVolume | |
| Instance Method Details |
|---|
__init__(self,
parent,
id=-1,
fileName=EmptyString,
pos=DefaultPosition,
size=DefaultSize,
style=0,
szBackend=EmptyString,
validator=DefaultValidator,
name=MediaCtrlNameStr)
|
Create(self, parent, id=-1, fileName=EmptyString, pos=DefaultPosition, size=DefaultSize, style=0, szBackend=EmptyString, validator=DefaultValidator, name=MediaCtrlNameStr)Do the 2nd phase and create the GUI control.
|
| Property Details |
|---|
DownloadProgress
|
DownloadTotalSee
|
PlaybackRateSee
|
StateSee
|
thisownThe membership flag
|
Volume |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:16 2007 | http://epydoc.sf.net |