- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QMediaServiceProviderPlugin
Java wrapper for Qt class QMediaServiceProviderFactoryInterface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Service with support for decoding audio.static final String
Service with support for recording from audio sources Required Controls: QAudioDeviceControl Recording Controls (QMediaRecorder): Required: QMediaRecorderControl Recommended: QAudioEncoderSettingsControl Optional: QMediaContainerControlstatic final String
Service with support for camera use.static final String
Service with support for media playback Required Controls: QMediaPlayerControl Optional Controls: QMediaPlaylistControl, QAudioDeviceControl Video Output Controls (used by QWideoWidget and QGraphicsVideoItem): Required: QVideoOutputControl Optional: QVideoWindowControl, QVideoRendererControl, QVideoWidgetControlstatic final String
Service with support for radio tuning. -
Method Summary
Modifier and TypeMethodDescriptionSeeQMediaServiceProviderFactoryInterface::
create(QString) void
release
(QMediaService service) SeeQMediaServiceProviderFactoryInterface::
release(QMediaService*) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Field Details
-
Q_MEDIASERVICE_MEDIAPLAYER
Service with support for media playback Required Controls: QMediaPlayerControl Optional Controls: QMediaPlaylistControl, QAudioDeviceControl Video Output Controls (used by QWideoWidget and QGraphicsVideoItem): Required: QVideoOutputControl Optional: QVideoWindowControl, QVideoRendererControl, QVideoWidgetControl- See Also:
-
Q_MEDIASERVICE_AUDIOSOURCE
Service with support for recording from audio sources Required Controls: QAudioDeviceControl Recording Controls (QMediaRecorder): Required: QMediaRecorderControl Recommended: QAudioEncoderSettingsControl Optional: QMediaContainerControl- See Also:
-
Q_MEDIASERVICE_CAMERA
Service with support for camera use. Required Controls: QCameraControl Optional Controls: QCameraExposureControl, QCameraFocusControl, QCameraImageProcessingControl Still Capture Controls: QCameraImageCaptureControl Video Capture Controls (QMediaRecorder): Required: QMediaRecorderControl Recommended: QAudioEncoderSettingsControl, QVideoEncoderSettingsControl, QMediaContainerControl Viewfinder Video Output Controls (used by QCameraViewfinder and QGraphicsVideoItem): Required: QVideoOutputControl Optional: QVideoWindowControl, QVideoRendererControl, QVideoWidgetControl- See Also:
-
Q_MEDIASERVICE_RADIO
Service with support for radio tuning. Required Controls: QRadioTunerControl Recording Controls (Optional, used by QMediaRecorder): Required: QMediaRecorderControl Recommended: QAudioEncoderSettingsControl Optional: QMediaContainerControl- See Also:
-
Q_MEDIASERVICE_AUDIODECODER
Service with support for decoding audio. Required Controls: QAudioDecoderControl Optional: that streams control- See Also:
-
-
Method Details
-
create
See
QMediaServiceProviderFactoryInterface::
create(QString) - Parameters:
key
-- Returns:
-
release
See
QMediaServiceProviderFactoryInterface::
release(QMediaService*) - Parameters:
service
-
-