QMultimedia露
- PyQt5.QtMultimedia.QMultimedia
Description露
TODO
Enums露
- AvailabilityStatus
Enumerates Service status errors.
Member
Value
Description
Available 0
The service is operating correctly.
Busy 2
The service must wait for access to necessary resources.
ResourceError 3
The service could not allocate resources required to function correctly.
ServiceMissing 1
There is no service available to provide the requested functionality.
- EncodingMode
Enumerates encoding modes.
Member
Value
Description
AverageBitRateEncoding 2
Encoding will try to keep an average bitrate setting, but will use more or less as needed.
ConstantBitRateEncoding 1
Encoding will use a constant bit rate, adjust quality to fit.
ConstantQualityEncoding 0
Encoding will aim to have a constant quality, adjusting bitrate to fit.
TwoPassEncoding 3
The media will first be processed to determine the characteristics, and then processed a second time allocating more bits to the areas that need it.
- EncodingQuality
Enumerates quality encoding levels.
Member
Value
Description
HighQuality TODO
TODO
LowQuality TODO
TODO
NormalQuality TODO
TODO
VeryHighQuality TODO
TODO
VeryLowQuality TODO
TODO
- SupportEstimate
Enumerates the levels of support a media service provider may have for a feature.
Member
Value
Description
MaybeSupported 1
The feature may be supported.
NotSupported 0
The feature is not supported.
PreferredService 3
The service is the preferred provider of a service.
ProbablySupported 2
The feature is probably supported.