Qtc.Multimedia.QVideoDeviceSelectorControl
Contents
Documentation
class QqVideoDeviceSelectorControlTrUtf8 x1 where #
Methods
qVideoDeviceSelectorControlTrUtf8 :: x1 -> IO String #
Instances
QqVideoDeviceSelectorControlTrUtf8 String # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods qVideoDeviceSelectorControlTrUtf8 :: String -> IO String # | |
QqVideoDeviceSelectorControlTrUtf8 (String, String) # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods qVideoDeviceSelectorControlTrUtf8 :: (String, String) -> IO String # | |
QqVideoDeviceSelectorControlTrUtf8 (String, String, Int) # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods qVideoDeviceSelectorControlTrUtf8 :: (String, String, Int) -> IO String # |
class QqVideoDeviceSelectorControl x1 where #
Methods
qVideoDeviceSelectorControl :: x1 -> IO (QVideoDeviceSelectorControl ()) #
Instances
QqVideoDeviceSelectorControl () # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods qVideoDeviceSelectorControl :: () -> IO (QVideoDeviceSelectorControl ()) # | |
QqVideoDeviceSelectorControl (QObject t1) # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods qVideoDeviceSelectorControl :: QObject t1 -> IO (QVideoDeviceSelectorControl ()) # |
class QdefaultDevice x0 x1 where #
Methods
defaultDevice :: x0 -> x1 -> IO Int #
Instances
QdefaultDevice (QVideoDeviceSelectorControl ()) () # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods defaultDevice :: QVideoDeviceSelectorControl () -> () -> IO Int # | |
QdefaultDevice (QVideoDeviceSelectorControlSc a) () # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods defaultDevice :: QVideoDeviceSelectorControlSc a -> () -> IO Int # |
class QdeviceCount x0 x1 where #
Methods
deviceCount :: x0 -> x1 -> IO Int #
Instances
QdeviceCount (QVideoDeviceSelectorControl ()) () # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods deviceCount :: QVideoDeviceSelectorControl () -> () -> IO Int # | |
QdeviceCount (QVideoDeviceSelectorControlSc a) () # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods deviceCount :: QVideoDeviceSelectorControlSc a -> () -> IO Int # |
class QselectedDevice x0 x1 where #
Methods
selectedDevice :: x0 -> x1 -> IO Int #
Instances
QselectedDevice (QVideoDeviceSelectorControl ()) () # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods selectedDevice :: QVideoDeviceSelectorControl () -> () -> IO Int # | |
QselectedDevice (QVideoDeviceSelectorControlSc a) () # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods selectedDevice :: QVideoDeviceSelectorControlSc a -> () -> IO Int # |
class QsetSelectedDevice x0 x1 where #
Methods
setSelectedDevice :: x0 -> x1 -> IO () #
Instances
QsetSelectedDevice (QVideoDeviceSelectorControl ()) Int # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods setSelectedDevice :: QVideoDeviceSelectorControl () -> Int -> IO () # | |
QsetSelectedDevice (QVideoDeviceSelectorControlSc a) Int # | |
Defined in Qtc.Multimedia.QVideoDeviceSelectorControl Methods setSelectedDevice :: QVideoDeviceSelectorControlSc a -> Int -> IO () # |
qVideoDeviceSelectorControl_delete :: QVideoDeviceSelectorControl a -> IO () #