Qtc.Multimedia.QAudioDecoder

Contents

Documentation

class QqAudioDecoderTrUtf8 x1 where #

Methods

qAudioDecoderTrUtf8 :: x1 -> IO String #

Instances
QqAudioDecoderTrUtf8 String # 
Instance details

Defined in Qtc.Multimedia.QAudioDecoder

Methods

qAudioDecoderTrUtf8 :: String -> IO String #

QqAudioDecoderTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Multimedia.QAudioDecoder

Methods

qAudioDecoderTrUtf8 :: (String, String) -> IO String #

QqAudioDecoderTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Multimedia.QAudioDecoder

Methods

qAudioDecoderTrUtf8 :: (String, String, Int) -> IO String #

class QqAudioDecoder x1 where #

Methods

qAudioDecoder :: x1 -> IO (QAudioDecoder ()) #

Instances
QqAudioDecoder () # 
Instance details

Defined in Qtc.Multimedia.QAudioDecoder

Methods

qAudioDecoder :: () -> IO (QAudioDecoder ()) #

QqAudioDecoder (QObject t1) # 
Instance details

Defined in Qtc.Multimedia.QAudioDecoder

Methods

qAudioDecoder :: QObject t1 -> IO (QAudioDecoder ()) #

class QqAudioDecoderHasSupport x1 where #

Instances
QqAudioDecoderHasSupport String # 
Instance details

Defined in Qtc.Multimedia.QAudioDecoder

QqAudioDecoderHasSupport (String, [String]) # 
Instance details

Defined in Qtc.Multimedia.QAudioDecoder

Methods

qAudioDecoderHasSupport :: (String, [String]) -> IO SupportEstimate #

Orphan instances

QsenderSignalIndex (QAudioDecoder ()) () # 
Instance details

Methods

senderSignalIndex :: QAudioDecoder () -> () -> IO Int #

QsenderSignalIndex (QAudioDecoderSc a) () # 
Instance details

Methods

senderSignalIndex :: QAudioDecoderSc a -> () -> IO Int #

Qsender (QAudioDecoder ()) () # 
Instance details

Methods

sender :: QAudioDecoder () -> () -> IO (QObject ()) #

Qsender (QAudioDecoderSc a) () # 
Instance details

Methods

sender :: QAudioDecoderSc a -> () -> IO (QObject ()) #

Qreceivers (QAudioDecoder ()) String # 
Instance details

Methods

receivers :: QAudioDecoder () -> String -> IO Int #

Qreceivers (QAudioDecoderSc a) String # 
Instance details

Methods

receivers :: QAudioDecoderSc a -> String -> IO Int #

QisAvailable (QAudioDecoder ()) () # 
Instance details

Methods

isAvailable :: QAudioDecoder () -> () -> IO Bool #

QisAvailable (QAudioDecoderSc a) () # 
Instance details

Methods

isAvailable :: QAudioDecoderSc a -> () -> IO Bool #

QerrorString (QAudioDecoder ()) () # 
Instance details

Methods

errorString :: QAudioDecoder () -> () -> IO String #

QerrorString (QAudioDecoderSc a) () # 
Instance details

Methods

errorString :: QAudioDecoderSc a -> () -> IO String #

QsourceFilename (QAudioDecoder a) () # 
Instance details

Methods

sourceFilename :: QAudioDecoder a -> () -> IO String #

QsetSourceFilename (QAudioDecoder a) String # 
Instance details

Methods

setSourceFilename :: QAudioDecoder a -> String -> IO () #

QbufferAvailable (QAudioDecoder a) () # 
Instance details

Methods

bufferAvailable :: QAudioDecoder a -> () -> IO Bool #

Qavailability (QAudioDecoder ()) () # 
Instance details

Qavailability (QAudioDecoderSc a) () # 
Instance details

QaudioFormat (QAudioDecoder a) () # 
Instance details

Methods

audioFormat :: QAudioDecoder a -> () -> IO (QAudioFormat ()) #

Qstop (QAudioDecoder ()) () (IO ()) # 
Instance details

Methods

stop :: QAudioDecoder () -> () -> IO () #

Qstop (QAudioDecoderSc a) () (IO ()) # 
Instance details

Methods

stop :: QAudioDecoderSc a -> () -> IO () #

Qstate (QAudioDecoder a) () (IO QAudioDecoder_State) # 
Instance details

Methods

state :: QAudioDecoder a -> () -> IO QAudioDecoder_State #

Qstart (QAudioDecoder ()) () (IO ()) # 
Instance details

Methods

start :: QAudioDecoder () -> () -> IO () #

Qstart (QAudioDecoderSc a) () (IO ()) # 
Instance details

Methods

start :: QAudioDecoderSc a -> () -> IO () #

QsourceDevice (QAudioDecoder a) () (IO (QIODevice ())) # 
Instance details

Methods

sourceDevice :: QAudioDecoder a -> () -> IO (QIODevice ()) #

Qservice (QAudioDecoder ()) () (IO (QMediaService ())) # 
Instance details

Methods

service :: QAudioDecoder () -> () -> IO (QMediaService ()) #

Qservice (QAudioDecoderSc a) () (IO (QMediaService ())) # 
Instance details

Methods

service :: QAudioDecoderSc a -> () -> IO (QMediaService ()) #

Qqread (QAudioDecoder a) () (IO (QAudioBuffer ())) # 
Instance details

Methods

qread :: QAudioDecoder a -> () -> IO (QAudioBuffer ()) #

Qproperty (QAudioDecoder ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QAudioDecoder () -> String -> IO (QVariant ()) #

Qproperty (QAudioDecoderSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QAudioDecoderSc a -> String -> IO (QVariant ()) #

Qposition (QAudioDecoder a) () (IO Int) # 
Instance details

Methods

position :: QAudioDecoder a -> () -> IO Int #

Qparent (QAudioDecoder ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QAudioDecoder () -> () -> IO (QObject ()) #

Qparent (QAudioDecoderSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QAudioDecoderSc a -> () -> IO (QObject ()) #

Qqerror (QAudioDecoder a) () (IO QAudioDecoder_Error) # 
Instance details

Methods

qerror :: QAudioDecoder a -> () -> IO QAudioDecoder_Error #

Qduration (QAudioDecoder a) () (IO Int) # 
Instance details

Methods

duration :: QAudioDecoder a -> () -> IO Int #

QuserMethod (QAudioDecoder ()) () (IO ()) # 
Instance details

Methods

userMethod :: QAudioDecoder () -> Int -> () -> IO () #

QuserMethod (QAudioDecoderSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QAudioDecoderSc a -> Int -> () -> IO () #

QtimerEvent (QAudioDecoder ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QAudioDecoder () -> QTimerEvent t1 -> IO () #

QtimerEvent (QAudioDecoderSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QAudioDecoderSc a -> QTimerEvent t1 -> IO () #

QsetSourceDevice (QAudioDecoder a) (QIODevice t1) # 
Instance details

Methods

setSourceDevice :: QAudioDecoder a -> QIODevice t1 -> IO () #

QisSignalConnected (QAudioDecoder ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QAudioDecoder () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QAudioDecoderSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QAudioDecoderSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QAudioDecoder ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QAudioDecoder () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QAudioDecoderSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QAudioDecoderSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QAudioDecoder ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QAudioDecoder () -> QEvent t1 -> IO () #

QcustomEvent (QAudioDecoderSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QAudioDecoderSc a -> QEvent t1 -> IO () #

QconnectNotify (QAudioDecoder ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QAudioDecoder () -> QMetaMethod t1 -> IO () #

QconnectNotify (QAudioDecoderSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QAudioDecoderSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QAudioDecoder ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QAudioDecoder () -> QChildEvent t1 -> IO () #

QchildEvent (QAudioDecoderSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QAudioDecoderSc a -> QChildEvent t1 -> IO () #

Qunbind (QAudioDecoder ()) (QObject t1) # 
Instance details

Methods

unbind :: QAudioDecoder () -> QObject t1 -> IO () #

Qunbind (QAudioDecoderSc a) (QObject t1) # 
Instance details

Methods

unbind :: QAudioDecoderSc a -> QObject t1 -> IO () #

QsetAudioFormat (QAudioDecoder a) (QAudioFormat t1) # 
Instance details

Methods

setAudioFormat :: QAudioDecoder a -> QAudioFormat t1 -> IO () #

QremovePropertyWatch (QAudioDecoder ()) (QByteArray t1) # 
Instance details

Methods

removePropertyWatch :: QAudioDecoder () -> QByteArray t1 -> IO () #

QremovePropertyWatch (QAudioDecoderSc a) (QByteArray t1) # 
Instance details

Methods

removePropertyWatch :: QAudioDecoderSc a -> QByteArray t1 -> IO () #

QaddPropertyWatch (QAudioDecoder ()) (QByteArray t1) # 
Instance details

Methods

addPropertyWatch :: QAudioDecoder () -> QByteArray t1 -> IO () #

QaddPropertyWatch (QAudioDecoderSc a) (QByteArray t1) # 
Instance details

Methods

addPropertyWatch :: QAudioDecoderSc a -> QByteArray t1 -> IO () #

Qevent (QAudioDecoder ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QAudioDecoder () -> QEvent t1 -> IO Bool #

Qevent (QAudioDecoderSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QAudioDecoderSc a -> QEvent t1 -> IO Bool #

Qbind (QAudioDecoder ()) (QObject t1) (IO Bool) # 
Instance details

Methods

bind :: QAudioDecoder () -> QObject t1 -> IO Bool #

Qbind (QAudioDecoderSc a) (QObject t1) (IO Bool) # 
Instance details

Methods

bind :: QAudioDecoderSc a -> QObject t1 -> IO Bool #

QuserMethod (QAudioDecoder ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QAudioDecoder () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QAudioDecoderSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QAudioDecoderSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QAudioDecoder ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QAudioDecoder () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QAudioDecoderSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QAudioDecoderSc a -> (QObject t1, QEvent t2) -> IO Bool #