java.lang.Object
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) QMediaServiceProviderHint
(QMediaServiceProviderHint.Feature ... features) Overloaded constructor forQMediaServiceProviderHint(io.qt.multimedia.QMediaServiceProviderHint.Features)
.QMediaServiceProviderHint
(String mimeType, Collection<String> codecs) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QMediaServiceProviderHint other) final QCamera.Position
clone()
final QStringList
codecs()
final QByteArray
device()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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
-
assign
-
type
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-