KMediaPlayer Namespace Reference
KMediaPlayer contains an interface to reusable media player components. More...
Compounds | |
class | Player |
Player is the center of the KMediaPlayer interface. More... | |
class | View |
View is part of the user interface of a Player. More... |
Detailed Description
KMediaPlayer contains an interface to reusable media player components.Variable Documentation
|
Initial value: { { "bool", "openURL(KURL)", "openURL(KURL file)" }, { "void", "pause()", "pause()" }, { "void", "play()", "play()" }, { "void", "stop()", "stop()" }, { "void", "seek(unsigned long int)", "seek(unsigned long int msec)" }, { "bool", "isSeekable()", "isSeekable()" }, { "unsigned long int", "position()", "position()" }, { "bool", "hasLength()", "hasLength()" }, { "unsigned long int", "length()", "length()" }, { "void", "setLooping(bool)", "setLooping(bool)" }, { "bool", "isLooping()", "isLooping()" }, { "int", "state()", "state()" }, { "void", "setState(int)", "setState(int)" }, { 0, 0, 0 } } Definition at line 17 of file playerdcopobject_skel.cpp. |