# 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 QMediaBindableInterface(__sip.simplewrapper):
    """
    QMediaBindableInterface()
    QMediaBindableInterface(a0: QMediaBindableInterface)
    """
    def mediaObject(self): # real signature unknown; restored from __doc__
        """ mediaObject(self) -> Optional[QMediaObject] """
        pass

    def setMediaObject(self, p_object, QMediaObject=None): # real signature unknown; restored from __doc__
        """ setMediaObject(self, object: Optional[QMediaObject]) -> bool """
        return False

    def __init__(self, a0=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



