Documentation
class QqAudioDecoderTrUtf8 x1 where #
qAudioDecoderTrUtf8 :: x1 -> IO String #
Instances
QqAudioDecoderTrUtf8 String # | |
Defined in Qtc.Multimedia.QAudioDecoder qAudioDecoderTrUtf8 :: String -> IO String # | |
QqAudioDecoderTrUtf8 (String, String) # | |
Defined in Qtc.Multimedia.QAudioDecoder qAudioDecoderTrUtf8 :: (String, String) -> IO String # | |
QqAudioDecoderTrUtf8 (String, String, Int) # | |
Defined in Qtc.Multimedia.QAudioDecoder qAudioDecoderTrUtf8 :: (String, String, Int) -> IO String # |
class QqAudioDecoder x1 where #
qAudioDecoder :: x1 -> IO (QAudioDecoder ()) #
Instances
QqAudioDecoder () # | |
Defined in Qtc.Multimedia.QAudioDecoder qAudioDecoder :: () -> IO (QAudioDecoder ()) # | |
QqAudioDecoder (QObject t1) # | |
Defined in Qtc.Multimedia.QAudioDecoder qAudioDecoder :: QObject t1 -> IO (QAudioDecoder ()) # |
class QqAudioDecoderHasSupport x1 where #
qAudioDecoderHasSupport :: x1 -> IO SupportEstimate #
Instances
QqAudioDecoderHasSupport String # | |
Defined in Qtc.Multimedia.QAudioDecoder qAudioDecoderHasSupport :: String -> IO SupportEstimate # | |
QqAudioDecoderHasSupport (String, [String]) # | |
Defined in Qtc.Multimedia.QAudioDecoder qAudioDecoderHasSupport :: (String, [String]) -> IO SupportEstimate # |
qAudioDecoder_delete :: QAudioDecoder a -> IO () #
qAudioDecoder_deleteLater :: QAudioDecoder a -> IO () #