java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaServiceProviderHint
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QMediaServiceProviderHint
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QMediaServiceProviderHint::Featurestatic final class
QFlags type for enumQMediaServiceProviderHint.Feature
static enum
Java wrapper for Qt enum QMediaServiceProviderHint::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQMediaServiceProviderHint
(QByteArray device) QMediaServiceProviderHint
(QCamera.Position position) Overloaded constructor forQMediaServiceProviderHint(io.qt.multimedia.QMediaServiceProviderHint.Features)
.protected
Constructor for internal use only.QMediaServiceProviderHint
(String mimeType, Collection<String> codecs) -
Method Summary
Modifier and TypeMethodDescriptionfinal QCamera.Position
clone()
final QStringList
codecs()
final QByteArray
device()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.features()
int
hashCode()
final boolean
isNull()
final String
mimeType()
type()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMediaServiceProviderHint
public QMediaServiceProviderHint() -
QMediaServiceProviderHint
-
QMediaServiceProviderHint
Overloaded constructor for
QMediaServiceProviderHint(io.qt.multimedia.QMediaServiceProviderHint.Features)
. -
QMediaServiceProviderHint
-
QMediaServiceProviderHint
-
QMediaServiceProviderHint
-
QMediaServiceProviderHint
-
QMediaServiceProviderHint
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
cameraPosition
-
codecs
-
device
-
features
-
isNull
-
mimeType
-
type
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-