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 class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.multimedia.QMediaServiceSupportedFormatsInterface
QMediaServiceSupportedFormatsInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract QMultimedia.SupportEstimate
hasSupport
(String mimeType, Collection<String> codecs) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
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
-