Module qtjambi.multimedia
Package io.qt.multimedia
Class QMediaServiceSupportedFormatsInterface.Impl
java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaServiceSupportedFormatsInterface.Impl
- All Implemented Interfaces:
QMediaServiceSupportedFormatsInterface
,QtObjectInterface
- Enclosing interface:
- QMediaServiceSupportedFormatsInterface
public abstract static class QMediaServiceSupportedFormatsInterface.Impl extends QtObject implements QMediaServiceSupportedFormatsInterface
Implementor class for interface QMediaServiceSupportedFormatsInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.multimedia.QMediaServiceSupportedFormatsInterface
QMediaServiceSupportedFormatsInterface.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QMultimedia.SupportEstimate
hasSupport(String mimeType, Collection<String> codecs)
abstract List<String>
supportedMimeTypes()
-
Constructor Details
-
Method Details
-
hasSupport
@QtUninvokable public abstract QMultimedia.SupportEstimate hasSupport(String mimeType, Collection<String> codecs)- Specified by:
hasSupport
in interfaceQMediaServiceSupportedFormatsInterface
-
supportedMimeTypes
- Specified by:
supportedMimeTypes
in interfaceQMediaServiceSupportedFormatsInterface
-