Documentation
class QreleaseControl_h x0 x1 where #
releaseControl_h :: x0 -> x1 -> IO () #
Instances
QreleaseControl_h (QMediaService ()) (QMediaControl t1) # | |
Defined in Qtc.Multimedia.QMediaService_h releaseControl_h :: QMediaService () -> QMediaControl t1 -> IO () # | |
QreleaseControl_h (QMediaServiceSc a) (QMediaControl t1) # | |
Defined in Qtc.Multimedia.QMediaService_h releaseControl_h :: QMediaServiceSc a -> QMediaControl t1 -> IO () # |
class QrequestControl_h x0 x1 where #
requestControl_h :: x0 -> x1 -> IO (QMediaControl ()) #
Instances
QrequestControl_h (QMediaService ()) String # | |
Defined in Qtc.Multimedia.QMediaService_h requestControl_h :: QMediaService () -> String -> IO (QMediaControl ()) # | |
QrequestControl_h (QMediaServiceSc a) String # | |
Defined in Qtc.Multimedia.QMediaService_h requestControl_h :: QMediaServiceSc a -> String -> IO (QMediaControl ()) # |