# encoding: utf-8
# module PyQt5.QtMultimedia
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtMultimedia.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QMultimedia(__sip.simplewrapper):
    # no doc
    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    Available = 0
    AverageBitRateEncoding = 2
    Busy = 2
    ConstantBitRateEncoding = 1
    ConstantQualityEncoding = 0
    HighQuality = 3
    LowQuality = 1
    MaybeSupported = 1
    NormalQuality = 2
    NotSupported = 0
    PreferredService = 3
    ProbablySupported = 2
    ResourceError = 3
    ServiceMissing = 1
    TwoPassEncoding = 3
    VeryHighQuality = 4
    VeryLowQuality = 0


