Interface QMediaServiceProviderFactoryInterface

All Superinterfaces:
QtObjectInterface
All Known Implementing Classes:
QMediaServiceProviderFactoryInterface.Impl, QMediaServiceProviderPlugin

public interface QMediaServiceProviderFactoryInterface extends QtObjectInterface

Java wrapper for Qt class QMediaServiceProviderFactoryInterface

  • Field Details

    • Q_MEDIASERVICE_MEDIAPLAYER

      static final 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, QVideoWidgetControl
      See Also:
    • Q_MEDIASERVICE_AUDIOSOURCE

      static final String 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

      static final String 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

      static final String 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

      static final String Q_MEDIASERVICE_AUDIODECODER
      Service with support for decoding audio. Required Controls: QAudioDecoderControl Optional: that streams control
      See Also:
  • Method Details