java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaServiceProviderHint
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QMediaServiceProviderHint extends QtObject implements Cloneable
Java wrapper for Qt class QMediaServiceProviderHint
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QMediaServiceProviderHint.Feature
Java wrapper for Qt enum QMediaServiceProviderHint::Featurestatic class
QMediaServiceProviderHint.Features
QFlags type for enumQMediaServiceProviderHint.Feature
static class
QMediaServiceProviderHint.Type
Java wrapper for Qt enum QMediaServiceProviderHint::Type -
Constructor Summary
Constructors Modifier Constructor Description QMediaServiceProviderHint()
QMediaServiceProviderHint(QByteArray device)
QMediaServiceProviderHint(QCamera.Position position)
QMediaServiceProviderHint(QMediaServiceProviderHint other)
QMediaServiceProviderHint(QMediaServiceProviderHint.Feature... features)
Overloaded constructor forQMediaServiceProviderHint(io.qt.multimedia.QMediaServiceProviderHint.Features)
.QMediaServiceProviderHint(QMediaServiceProviderHint.Features features)
protected
QMediaServiceProviderHint(QtObject.QPrivateConstructor p)
Constructor for internal use only.QMediaServiceProviderHint(String mimeType, Collection<String> codecs)
-
Method Summary
Modifier and Type Method Description QCamera.Position
cameraPosition()
QMediaServiceProviderHint
clone()
List<String>
codecs()
QByteArray
device()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.QMediaServiceProviderHint.Features
features()
int
hashCode()
boolean
isNull()
String
mimeType()
QMediaServiceProviderHint.Type
type()
-
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
public int hashCode() -
clone
-