Notation used in Ruby API documentation
Module: QtMultimedia
Description: Binding of QMediaPlayer
Class hierarchy: QMediaPlayer » QMediaObject » QObject
Sub-classes: Error, QFlags_Error, Flag, QFlags_Flag, MediaStatus, QFlags_MediaStatus, State, QFlags_State
| new QMediaPlayer | new | (QObject ptr parent = 0, QMediaPlayer_QFlags_Flag flags = 0) | Constructor QMediaPlayer::QMediaPlayer(QObject *parent, QFlags<QMediaPlayer::Flag> flags) |
| void | _create | Ensures the C++ object is created | ||
| void | _destroy | Explicitly destroys the object | ||
| [const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
| [const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
| void | _manage | Marks the object as managed by the script side. | ||
| void | _unmanage | Marks the object as no longer owned by the script side. | ||
| [const] | bool | audioAvailable | Method bool QMediaPlayer::isAudioAvailable() | |
| void | audioAvailableChanged | (bool available) | Method void QMediaPlayer::audioAvailableChanged(bool available) | |
| [const] | QMultimedia_AvailabilityStatus | availability | Virtual method QMultimedia::AvailabilityStatus QMediaPlayer::availability() | |
| bool | bind | (QObject ptr arg1) | Virtual method bool QMediaPlayer::bind(QObject *) | |
| [const] | int | bufferStatus | Method int QMediaPlayer::bufferStatus() | |
| void | bufferStatusChanged | (int percentFilled) | Method void QMediaPlayer::bufferStatusChanged(int percentFilled) | |
| [const] | QMediaContent | currentMedia | Method QMediaContent QMediaPlayer::currentMedia() | |
| void | currentMediaChanged | (const QMediaContent media) | Method void QMediaPlayer::currentMediaChanged(const QMediaContent &media) | |
| [const] | QNetworkConfiguration | currentNetworkConfiguration | Method QNetworkConfiguration QMediaPlayer::currentNetworkConfiguration() | |
| [const] | long long | duration | Method qint64 QMediaPlayer::duration() | |
| void | durationChanged | (long long duration) | Method void QMediaPlayer::durationChanged(qint64 duration) | |
| [const] | QMediaPlayer_Error | error | Method QMediaPlayer::Error QMediaPlayer::error() | |
| [const] | string | errorString | Method QString QMediaPlayer::errorString() | |
| void | error_sig | (const QMediaPlayer_Error error) | Method void QMediaPlayer::error(QMediaPlayer::Error error) | |
| bool | event | (QEvent ptr arg1) | Virtual method bool QMediaPlayer::event(QEvent *) | |
| bool | eventFilter | (QObject ptr arg1, QEvent ptr arg2) | Virtual method bool QMediaPlayer::eventFilter(QObject *, QEvent *) | |
| [const] | bool | isAudioAvailable? | Method bool QMediaPlayer::isAudioAvailable() | |
| [const] | bool | isAvailable | Virtual method bool QMediaPlayer::isAvailable() | |
| [const] | bool | isMuted? | Method bool QMediaPlayer::isMuted() | |
| [const] | bool | isSeekable? | Method bool QMediaPlayer::isSeekable() | |
| [const] | bool | isVideoAvailable? | Method bool QMediaPlayer::isVideoAvailable() | |
| [const] | QMediaContent | media | Method QMediaContent QMediaPlayer::media() | |
| void | mediaChanged | (const QMediaContent media) | Method void QMediaPlayer::mediaChanged(const QMediaContent &media) | |
| [const] | QMediaPlayer_MediaStatus | mediaStatus | Method QMediaPlayer::MediaStatus QMediaPlayer::mediaStatus() | |
| void | mediaStatusChanged | (const QMediaPlayer_MediaStatus status) | Method void QMediaPlayer::mediaStatusChanged(QMediaPlayer::MediaStatus status) | |
| [const] | const QIODevice ptr | mediaStream | Method const QIODevice *QMediaPlayer::mediaStream() | |
| [const] | bool | muted | Method bool QMediaPlayer::isMuted() | |
| void | muted= | (bool muted) | Method void QMediaPlayer::setMuted(bool muted) | |
| void | mutedChanged | (bool muted) | Method void QMediaPlayer::mutedChanged(bool muted) | |
| void | networkConfigurationChanged | (const QNetworkConfiguration configuration) | Method void QMediaPlayer::networkConfigurationChanged(const QNetworkConfiguration &configuration) | |
| void | pause | Method void QMediaPlayer::pause() | ||
| void | play | Method void QMediaPlayer::play() | ||
| [const] | double | playbackRate | Method double QMediaPlayer::playbackRate() | |
| void | playbackRate= | (double rate) | Method void QMediaPlayer::setPlaybackRate(double rate) | |
| void | playbackRateChanged | (double rate) | Method void QMediaPlayer::playbackRateChanged(double rate) | |
| [const] | QMediaPlaylist ptr | playlist | Method QMediaPlaylist *QMediaPlayer::playlist() | |
| void | playlist= | (QMediaPlaylist ptr playlist) | Method void QMediaPlayer::setPlaylist(QMediaPlaylist *playlist) | |
| [const] | long long | position | Method qint64 QMediaPlayer::position() | |
| void | position= | (long long position) | Method void QMediaPlayer::setPosition(qint64 position) | |
| void | positionChanged | (long long position) | Method void QMediaPlayer::positionChanged(qint64 position) | |
| [const] | bool | seekable | Method bool QMediaPlayer::isSeekable() | |
| void | seekableChanged | (bool seekable) | Method void QMediaPlayer::seekableChanged(bool seekable) | |
| [const] | QMediaService ptr | service | Virtual method QMediaService *QMediaPlayer::service() | |
| void | setMedia | (const QMediaContent media, QIODevice ptr stream = 0) | Method void QMediaPlayer::setMedia(const QMediaContent &media, QIODevice *stream) | |
| void | setMuted | (bool muted) | Method void QMediaPlayer::setMuted(bool muted) | |
| void | setNetworkConfigurations | (QNetworkConfiguration[] configurations) | Method void QMediaPlayer::setNetworkConfigurations(const QList<QNetworkConfiguration> &configurations) | |
| void | setPlaybackRate | (double rate) | Method void QMediaPlayer::setPlaybackRate(double rate) | |
| void | setPlaylist | (QMediaPlaylist ptr playlist) | Method void QMediaPlayer::setPlaylist(QMediaPlaylist *playlist) | |
| void | setPosition | (long long position) | Method void QMediaPlayer::setPosition(qint64 position) | |
| void | setVideoOutput | (QVideoWidget ptr arg1) | Method void QMediaPlayer::setVideoOutput(QVideoWidget *) | |
| void | setVideoOutput | (QGraphicsVideoItem ptr arg1) | Method void QMediaPlayer::setVideoOutput(QGraphicsVideoItem *) | |
| void | setVideoOutput | (QAbstractVideoSurface ptr surface) | Method void QMediaPlayer::setVideoOutput(QAbstractVideoSurface *surface) | |
| void | setVolume | (int volume) | Method void QMediaPlayer::setVolume(int volume) | |
| [const] | QMediaPlayer_State | state | Method QMediaPlayer::State QMediaPlayer::state() | |
| void | stateChanged | (const QMediaPlayer_State newState) | Method void QMediaPlayer::stateChanged(QMediaPlayer::State newState) | |
| void | stop | Method void QMediaPlayer::stop() | ||
| void | unbind | (QObject ptr arg1) | Virtual method void QMediaPlayer::unbind(QObject *) | |
| [const] | bool | videoAvailable | Method bool QMediaPlayer::isVideoAvailable() | |
| void | videoAvailableChanged | (bool videoAvailable) | Method void QMediaPlayer::videoAvailableChanged(bool videoAvailable) | |
| [const] | int | volume | Method int QMediaPlayer::volume() | |
| void | volume= | (int volume) | Method void QMediaPlayer::setVolume(int volume) | |
| void | volumeChanged | (int volume) | Method void QMediaPlayer::volumeChanged(int volume) |
| [static,const] | QMediaPlayer_Error | AccessDeniedError | Enum constant QMediaPlayer::AccessDeniedError | |
| [static,const] | QMediaPlayer_MediaStatus | BufferedMedia | Enum constant QMediaPlayer::BufferedMedia | |
| [static,const] | QMediaPlayer_MediaStatus | BufferingMedia | Enum constant QMediaPlayer::BufferingMedia | |
| [static,const] | QMediaPlayer_MediaStatus | EndOfMedia | Enum constant QMediaPlayer::EndOfMedia | |
| [static,const] | QMediaPlayer_Error | FormatError | Enum constant QMediaPlayer::FormatError | |
| [static,const] | QMediaPlayer_MediaStatus | InvalidMedia | Enum constant QMediaPlayer::InvalidMedia | |
| [static,const] | QMediaPlayer_MediaStatus | LoadedMedia | Enum constant QMediaPlayer::LoadedMedia | |
| [static,const] | QMediaPlayer_MediaStatus | LoadingMedia | Enum constant QMediaPlayer::LoadingMedia | |
| [static,const] | QMediaPlayer_Flag | LowLatency | Enum constant QMediaPlayer::LowLatency | |
| [static,const] | QMediaPlayer_Error | MediaIsPlaylist | Enum constant QMediaPlayer::MediaIsPlaylist | |
| [static,const] | QMediaPlayer_Error | NetworkError | Enum constant QMediaPlayer::NetworkError | |
| [static,const] | QMediaPlayer_Error | NoError | Enum constant QMediaPlayer::NoError | |
| [static,const] | QMediaPlayer_MediaStatus | NoMedia | Enum constant QMediaPlayer::NoMedia | |
| [static,const] | QMediaPlayer_State | PausedState | Enum constant QMediaPlayer::PausedState | |
| [static,const] | QMediaPlayer_State | PlayingState | Enum constant QMediaPlayer::PlayingState | |
| [static,const] | QMediaPlayer_Error | ResourceError | Enum constant QMediaPlayer::ResourceError | |
| [static,const] | QMediaPlayer_Error | ServiceMissingError | Enum constant QMediaPlayer::ServiceMissingError | |
| [static,const] | QMediaPlayer_MediaStatus | StalledMedia | Enum constant QMediaPlayer::StalledMedia | |
| [static,const] | QMediaPlayer_State | StoppedState | Enum constant QMediaPlayer::StoppedState | |
| [static,const] | QMediaPlayer_Flag | StreamPlayback | Enum constant QMediaPlayer::StreamPlayback | |
| [static,const] | QMediaPlayer_MediaStatus | UnknownMediaStatus | Enum constant QMediaPlayer::UnknownMediaStatus | |
| [static,const] | QMediaPlayer_Flag | VideoSurface | Enum constant QMediaPlayer::VideoSurface | |
| QMultimedia_SupportEstimate | hasSupport | (string mimeType, string[] codecs = QStringList(), QMediaPlayer_QFlags_Flag flags = 0) | Static method QMultimedia::SupportEstimate QMediaPlayer::hasSupport(const QString &mimeType, const QStringList &codecs, QFlags<QMediaPlayer::Flag> flags) | |
| QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
| string[] | supportedMimeTypes | (QMediaPlayer_QFlags_Flag flags = 0) | Static method QStringList QMediaPlayer::supportedMimeTypes(QFlags<QMediaPlayer::Flag> flags) | |
| string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QMediaPlayer::tr(const char *s, const char *c, int n) | |
| string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QMediaPlayer::trUtf8(const char *s, const char *c, int n) |
| void | addPropertyWatch | (bytes name) | Method void QMediaPlayer::addPropertyWatch(QByteArray const &name) | ||
| void | childEvent | (QChildEvent ptr arg1) | Virtual method void QMediaPlayer::childEvent(QChildEvent *) | ||
| void | customEvent | (QEvent ptr arg1) | Virtual method void QMediaPlayer::customEvent(QEvent *) | ||
| void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QMediaPlayer::disconnectNotify(const QMetaMethod &signal) | ||
| [const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QMediaPlayer::isSignalConnected(const QMetaMethod &signal) | |
| [const] | int | receivers | (string signal) | Method int QMediaPlayer::receivers(const char *signal) | |
| void | removePropertyWatch | (bytes name) | Method void QMediaPlayer::removePropertyWatch(QByteArray const &name) | ||
| [const] | QObject ptr | sender | Method QObject *QMediaPlayer::sender() | ||
| [const] | int | senderSignalIndex | Method int QMediaPlayer::senderSignalIndex() | ||
| void | timerEvent | (QTimerEvent ptr arg1) | Virtual method void QMediaPlayer::timerEvent(QTimerEvent *) |
AccessDeniedError | Signature: [static,const] QMediaPlayer_Error AccessDeniedError Description: Enum constant QMediaPlayer::AccessDeniedError Python specific notes: |
BufferedMedia | Signature: [static,const] QMediaPlayer_MediaStatus BufferedMedia Description: Enum constant QMediaPlayer::BufferedMedia Python specific notes: |
BufferingMedia | Signature: [static,const] QMediaPlayer_MediaStatus BufferingMedia Description: Enum constant QMediaPlayer::BufferingMedia Python specific notes: |
EndOfMedia | Signature: [static,const] QMediaPlayer_MediaStatus EndOfMedia Description: Enum constant QMediaPlayer::EndOfMedia Python specific notes: |
FormatError | Signature: [static,const] QMediaPlayer_Error FormatError Description: Enum constant QMediaPlayer::FormatError Python specific notes: |
InvalidMedia | Signature: [static,const] QMediaPlayer_MediaStatus InvalidMedia Description: Enum constant QMediaPlayer::InvalidMedia Python specific notes: |
LoadedMedia | Signature: [static,const] QMediaPlayer_MediaStatus LoadedMedia Description: Enum constant QMediaPlayer::LoadedMedia Python specific notes: |
LoadingMedia | Signature: [static,const] QMediaPlayer_MediaStatus LoadingMedia Description: Enum constant QMediaPlayer::LoadingMedia Python specific notes: |
LowLatency | Signature: [static,const] QMediaPlayer_Flag LowLatency Description: Enum constant QMediaPlayer::LowLatency Python specific notes: |
MediaIsPlaylist | Signature: [static,const] QMediaPlayer_Error MediaIsPlaylist Description: Enum constant QMediaPlayer::MediaIsPlaylist Python specific notes: |
NetworkError | Signature: [static,const] QMediaPlayer_Error NetworkError Description: Enum constant QMediaPlayer::NetworkError Python specific notes: |
NoError | Signature: [static,const] QMediaPlayer_Error NoError Description: Enum constant QMediaPlayer::NoError Python specific notes: |
NoMedia | Signature: [static,const] QMediaPlayer_MediaStatus NoMedia Description: Enum constant QMediaPlayer::NoMedia Python specific notes: |
PausedState | Signature: [static,const] QMediaPlayer_State PausedState Description: Enum constant QMediaPlayer::PausedState Python specific notes: |
PlayingState | Signature: [static,const] QMediaPlayer_State PlayingState Description: Enum constant QMediaPlayer::PlayingState Python specific notes: |
ResourceError | Signature: [static,const] QMediaPlayer_Error ResourceError Description: Enum constant QMediaPlayer::ResourceError Python specific notes: |
ServiceMissingError | Signature: [static,const] QMediaPlayer_Error ServiceMissingError Description: Enum constant QMediaPlayer::ServiceMissingError Python specific notes: |
StalledMedia | Signature: [static,const] QMediaPlayer_MediaStatus StalledMedia Description: Enum constant QMediaPlayer::StalledMedia Python specific notes: |
StoppedState | Signature: [static,const] QMediaPlayer_State StoppedState Description: Enum constant QMediaPlayer::StoppedState Python specific notes: |
StreamPlayback | Signature: [static,const] QMediaPlayer_Flag StreamPlayback Description: Enum constant QMediaPlayer::StreamPlayback Python specific notes: |
UnknownMediaStatus | Signature: [static,const] QMediaPlayer_MediaStatus UnknownMediaStatus Description: Enum constant QMediaPlayer::UnknownMediaStatus Python specific notes: |
VideoSurface | Signature: [static,const] QMediaPlayer_Flag VideoSurface Description: Enum constant QMediaPlayer::VideoSurface Python specific notes: |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
addPropertyWatch | Signature: void addPropertyWatch (bytes name) Description: Method void QMediaPlayer::addPropertyWatch(QByteArray const &name) This method is protected and can only be called from inside a derived class. |
audioAvailable | Signature: [const] bool audioAvailable Description: Method bool QMediaPlayer::isAudioAvailable() Python specific notes: |
audioAvailableChanged | Signature: void audioAvailableChanged (bool available) Description: Method void QMediaPlayer::audioAvailableChanged(bool available) |
availability | Signature: [const] QMultimedia_AvailabilityStatus availability Description: Virtual method QMultimedia::AvailabilityStatus QMediaPlayer::availability() This method can be reimplemented in a derived class. |
bind | Signature: bool bind (QObject ptr arg1) Description: Virtual method bool QMediaPlayer::bind(QObject *) This method can be reimplemented in a derived class. |
bufferStatus | Signature: [const] int bufferStatus Description: Method int QMediaPlayer::bufferStatus() Python specific notes: |
bufferStatusChanged | Signature: void bufferStatusChanged (int percentFilled) Description: Method void QMediaPlayer::bufferStatusChanged(int percentFilled) |
childEvent | Signature: void childEvent (QChildEvent ptr arg1) Description: Virtual method void QMediaPlayer::childEvent(QChildEvent *) This method can be reimplemented in a derived class. |
currentMedia | Signature: [const] QMediaContent currentMedia Description: Method QMediaContent QMediaPlayer::currentMedia() Python specific notes: |
currentMediaChanged | Signature: void currentMediaChanged (const QMediaContent media) Description: Method void QMediaPlayer::currentMediaChanged(const QMediaContent &media) |
currentNetworkConfiguration | Signature: [const] QNetworkConfiguration currentNetworkConfiguration Description: Method QNetworkConfiguration QMediaPlayer::currentNetworkConfiguration() |
customEvent | Signature: void customEvent (QEvent ptr arg1) Description: Virtual method void QMediaPlayer::customEvent(QEvent *) This method can be reimplemented in a derived class. |
disconnectNotify | Signature: void disconnectNotify (const QMetaMethod signal) Description: Virtual method void QMediaPlayer::disconnectNotify(const QMetaMethod &signal) This method can be reimplemented in a derived class. |
duration | Signature: [const] long long duration Description: Method qint64 QMediaPlayer::duration() Python specific notes: |
durationChanged | Signature: void durationChanged (long long duration) Description: Method void QMediaPlayer::durationChanged(qint64 duration) |
error | Signature: [const] QMediaPlayer_Error error Description: Method QMediaPlayer::Error QMediaPlayer::error() Python specific notes: |
errorString | Signature: [const] string errorString Description: Method QString QMediaPlayer::errorString() |
error_sig | Signature: void error_sig (const QMediaPlayer_Error error) Description: Method void QMediaPlayer::error(QMediaPlayer::Error error) |
event | Signature: bool event (QEvent ptr arg1) Description: Virtual method bool QMediaPlayer::event(QEvent *) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr arg1, QEvent ptr arg2) Description: Virtual method bool QMediaPlayer::eventFilter(QObject *, QEvent *) This method can be reimplemented in a derived class. |
hasSupport | Signature: [static] QMultimedia_SupportEstimate hasSupport (string mimeType, string[] codecs = QStringList(), QMediaPlayer_QFlags_Flag flags = 0) Description: Static method QMultimedia::SupportEstimate QMediaPlayer::hasSupport(const QString &mimeType, const QStringList &codecs, QFlags<QMediaPlayer::Flag> flags) This method is static and can be called without an instance. |
isAudioAvailable? | Signature: [const] bool isAudioAvailable? Description: Method bool QMediaPlayer::isAudioAvailable() Python specific notes: |
isAvailable | Signature: [const] bool isAvailable Description: Virtual method bool QMediaPlayer::isAvailable() This method can be reimplemented in a derived class. |
isMuted? | Signature: [const] bool isMuted? Description: Method bool QMediaPlayer::isMuted() Python specific notes: |
isSeekable? | Signature: [const] bool isSeekable? Description: Method bool QMediaPlayer::isSeekable() Python specific notes: |
isSignalConnected | Signature: [const] bool isSignalConnected (const QMetaMethod signal) Description: Method bool QMediaPlayer::isSignalConnected(const QMetaMethod &signal) This method is protected and can only be called from inside a derived class. |
isVideoAvailable? | Signature: [const] bool isVideoAvailable? Description: Method bool QMediaPlayer::isVideoAvailable() Python specific notes: |
media | Signature: [const] QMediaContent media Description: Method QMediaContent QMediaPlayer::media() Python specific notes: |
mediaChanged | Signature: void mediaChanged (const QMediaContent media) Description: Method void QMediaPlayer::mediaChanged(const QMediaContent &media) |
mediaStatus | Signature: [const] QMediaPlayer_MediaStatus mediaStatus Description: Method QMediaPlayer::MediaStatus QMediaPlayer::mediaStatus() Python specific notes: |
mediaStatusChanged | Signature: void mediaStatusChanged (const QMediaPlayer_MediaStatus status) Description: Method void QMediaPlayer::mediaStatusChanged(QMediaPlayer::MediaStatus status) |
mediaStream | Signature: [const] const QIODevice ptr mediaStream Description: Method const QIODevice *QMediaPlayer::mediaStream() |
muted | Signature: [const] bool muted Description: Method bool QMediaPlayer::isMuted() Python specific notes: |
muted= | Signature: void muted= (bool muted) Description: Method void QMediaPlayer::setMuted(bool muted) Python specific notes: |
mutedChanged | Signature: void mutedChanged (bool muted) Description: Method void QMediaPlayer::mutedChanged(bool muted) |
networkConfigurationChanged | Signature: void networkConfigurationChanged (const QNetworkConfiguration configuration) Description: Method void QMediaPlayer::networkConfigurationChanged(const QNetworkConfiguration &configuration) |
new | Signature: [static] new QMediaPlayer new (QObject ptr parent = 0, QMediaPlayer_QFlags_Flag flags = 0) Description: Constructor QMediaPlayer::QMediaPlayer(QObject *parent, QFlags<QMediaPlayer::Flag> flags) This method creates an object of class QMediaPlayer. Python specific notes: |
pause | Signature: void pause Description: Method void QMediaPlayer::pause() |
play | Signature: void play Description: Method void QMediaPlayer::play() |
playbackRate | Signature: [const] double playbackRate Description: Method double QMediaPlayer::playbackRate() Python specific notes: |
playbackRate= | Signature: void playbackRate= (double rate) Description: Method void QMediaPlayer::setPlaybackRate(double rate) Python specific notes: |
playbackRateChanged | Signature: void playbackRateChanged (double rate) Description: Method void QMediaPlayer::playbackRateChanged(double rate) |
playlist | Signature: [const] QMediaPlaylist ptr playlist Description: Method QMediaPlaylist *QMediaPlayer::playlist() Python specific notes: |
playlist= | Signature: void playlist= (QMediaPlaylist ptr playlist) Description: Method void QMediaPlayer::setPlaylist(QMediaPlaylist *playlist) Python specific notes: |
position | Signature: [const] long long position Description: Method qint64 QMediaPlayer::position() Python specific notes: |
position= | Signature: void position= (long long position) Description: Method void QMediaPlayer::setPosition(qint64 position) Python specific notes: |
positionChanged | Signature: void positionChanged (long long position) Description: Method void QMediaPlayer::positionChanged(qint64 position) |
receivers | Signature: [const] int receivers (string signal) Description: Method int QMediaPlayer::receivers(const char *signal) This method is protected and can only be called from inside a derived class. |
removePropertyWatch | Signature: void removePropertyWatch (bytes name) Description: Method void QMediaPlayer::removePropertyWatch(QByteArray const &name) This method is protected and can only be called from inside a derived class. |
seekable | Signature: [const] bool seekable Description: Method bool QMediaPlayer::isSeekable() Python specific notes: |
seekableChanged | Signature: void seekableChanged (bool seekable) Description: Method void QMediaPlayer::seekableChanged(bool seekable) |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QMediaPlayer::sender() This method is protected and can only be called from inside a derived class. |
senderSignalIndex | Signature: [const] int senderSignalIndex Description: Method int QMediaPlayer::senderSignalIndex() This method is protected and can only be called from inside a derived class. |
service | Signature: [const] QMediaService ptr service Description: Virtual method QMediaService *QMediaPlayer::service() This method can be reimplemented in a derived class. |
setMedia | Signature: void setMedia (const QMediaContent media, QIODevice ptr stream = 0) Description: Method void QMediaPlayer::setMedia(const QMediaContent &media, QIODevice *stream) |
setMuted | Signature: void setMuted (bool muted) Description: Method void QMediaPlayer::setMuted(bool muted) Python specific notes: |
setNetworkConfigurations | Signature: void setNetworkConfigurations (QNetworkConfiguration[] configurations) Description: Method void QMediaPlayer::setNetworkConfigurations(const QList<QNetworkConfiguration> &configurations) |
setPlaybackRate | Signature: void setPlaybackRate (double rate) Description: Method void QMediaPlayer::setPlaybackRate(double rate) Python specific notes: |
setPlaylist | Signature: void setPlaylist (QMediaPlaylist ptr playlist) Description: Method void QMediaPlayer::setPlaylist(QMediaPlaylist *playlist) Python specific notes: |
setPosition | Signature: void setPosition (long long position) Description: Method void QMediaPlayer::setPosition(qint64 position) Python specific notes: |
setVideoOutput | (1) Signature: void setVideoOutput (QVideoWidget ptr arg1) Description: Method void QMediaPlayer::setVideoOutput(QVideoWidget *) |
(2) Signature: void setVideoOutput (QGraphicsVideoItem ptr arg1) Description: Method void QMediaPlayer::setVideoOutput(QGraphicsVideoItem *) | |
(3) Signature: void setVideoOutput (QAbstractVideoSurface ptr surface) Description: Method void QMediaPlayer::setVideoOutput(QAbstractVideoSurface *surface) | |
setVolume | Signature: void setVolume (int volume) Description: Method void QMediaPlayer::setVolume(int volume) Python specific notes: |
state | Signature: [const] QMediaPlayer_State state Description: Method QMediaPlayer::State QMediaPlayer::state() Python specific notes: |
stateChanged | Signature: void stateChanged (const QMediaPlayer_State newState) Description: Method void QMediaPlayer::stateChanged(QMediaPlayer::State newState) |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
stop | Signature: void stop Description: Method void QMediaPlayer::stop() |
supportedMimeTypes | Signature: [static] string[] supportedMimeTypes (QMediaPlayer_QFlags_Flag flags = 0) Description: Static method QStringList QMediaPlayer::supportedMimeTypes(QFlags<QMediaPlayer::Flag> flags) This method is static and can be called without an instance. |
timerEvent | Signature: void timerEvent (QTimerEvent ptr arg1) Description: Virtual method void QMediaPlayer::timerEvent(QTimerEvent *) This method can be reimplemented in a derived class. |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) Description: Static method QString QMediaPlayer::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) Description: Static method QString QMediaPlayer::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |
unbind | Signature: void unbind (QObject ptr arg1) Description: Virtual method void QMediaPlayer::unbind(QObject *) This method can be reimplemented in a derived class. |
videoAvailable | Signature: [const] bool videoAvailable Description: Method bool QMediaPlayer::isVideoAvailable() Python specific notes: |
videoAvailableChanged | Signature: void videoAvailableChanged (bool videoAvailable) Description: Method void QMediaPlayer::videoAvailableChanged(bool videoAvailable) |
volume | Signature: [const] int volume Description: Method int QMediaPlayer::volume() Python specific notes: |
volume= | Signature: void volume= (int volume) Description: Method void QMediaPlayer::setVolume(int volume) Python specific notes: |
volumeChanged | Signature: void volumeChanged (int volume) Description: Method void QMediaPlayer::volumeChanged(int volume) |