- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QMediaServiceProviderFactoryInterface.Impl
,QMediaServiceProviderPlugin
public interface QMediaServiceProviderFactoryInterface extends QtObjectInterface
Java wrapper for Qt class QMediaServiceProviderFactoryInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QMediaServiceProviderFactoryInterface.Impl
Implementor class for interfaceQMediaServiceProviderFactoryInterface
-
Field Summary
Fields Modifier and Type Field Description static String
Q_MEDIASERVICE_AUDIODECODER
Service with support for decoding audio.static String
Q_MEDIASERVICE_AUDIOSOURCE
Service with support for recording from audio sources Required Controls: QAudioDeviceControl Recording Controls (QMediaRecorder): Required: QMediaRecorderControl Recommended: QAudioEncoderSettingsControl Optional: QMediaContainerControlstatic String
Q_MEDIASERVICE_CAMERA
Service with support for camera use.static String
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, QVideoWidgetControlstatic String
Q_MEDIASERVICE_RADIO
Service with support for radio tuning. -
Method Summary
Modifier and Type Method Description QMediaService
create(String key)
void
release(QMediaService service)
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
Q_MEDIASERVICE_AUDIODECODER
Service with support for decoding audio. Required Controls: QAudioDecoderControl Optional: that streams control- See Also:
- Constant Field Values
-
-
Method Details