Documentation
class QqAbstractVideoSurfaceTrUtf8 x1 where #
qAbstractVideoSurfaceTrUtf8 :: x1 -> IO String #
Instances
QqAbstractVideoSurfaceTrUtf8 String # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface qAbstractVideoSurfaceTrUtf8 :: String -> IO String # | |
QqAbstractVideoSurfaceTrUtf8 (String, String) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface qAbstractVideoSurfaceTrUtf8 :: (String, String) -> IO String # | |
QqAbstractVideoSurfaceTrUtf8 (String, String, Int) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface qAbstractVideoSurfaceTrUtf8 :: (String, String, Int) -> IO String # |
class QqAbstractVideoSurface x1 where #
qAbstractVideoSurface :: x1 -> IO (QAbstractVideoSurface ()) #
Instances
QqAbstractVideoSurface () # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface qAbstractVideoSurface :: () -> IO (QAbstractVideoSurface ()) # | |
QqAbstractVideoSurface (QObject t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface qAbstractVideoSurface :: QObject t1 -> IO (QAbstractVideoSurface ()) # |
qnativeResolution :: QAbstractVideoSurface a -> () -> IO (QSize ()) #
nativeResolution :: QAbstractVideoSurface a -> () -> IO Size #
Instances
Qpresent (QAbstractVideoSurface ()) (QVideoFrame t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface present :: QAbstractVideoSurface () -> QVideoFrame t1 -> IO Bool # | |
Qpresent (QAbstractVideoSurfaceSc a) (QVideoFrame t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface present :: QAbstractVideoSurfaceSc a -> QVideoFrame t1 -> IO Bool # |
class QsetNativeResolution x0 x1 where #
setNativeResolution :: x0 -> x1 -> IO () #
Instances
QsetNativeResolution (QAbstractVideoSurface ()) Size # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface setNativeResolution :: QAbstractVideoSurface () -> Size -> IO () # | |
QsetNativeResolution (QAbstractVideoSurfaceSc a) Size # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface setNativeResolution :: QAbstractVideoSurfaceSc a -> Size -> IO () # |
class QqsetNativeResolution x0 x1 where #
qsetNativeResolution :: x0 -> x1 -> IO () #
Instances
QqsetNativeResolution (QAbstractVideoSurface ()) (QSize t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface qsetNativeResolution :: QAbstractVideoSurface () -> QSize t1 -> IO () # | |
QqsetNativeResolution (QAbstractVideoSurfaceSc a) (QSize t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface qsetNativeResolution :: QAbstractVideoSurfaceSc a -> QSize t1 -> IO () # |
class QsupportedPixelFormats x0 x1 where #
supportedPixelFormats :: x0 -> x1 -> IO [QVideoFrame_PixelFormat] #
Instances
QsupportedPixelFormats (QAbstractVideoSurface ()) () # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface supportedPixelFormats :: QAbstractVideoSurface () -> () -> IO [QVideoFrame_PixelFormat] # | |
QsupportedPixelFormats (QAbstractVideoSurface ()) HandleType # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface supportedPixelFormats :: QAbstractVideoSurface () -> HandleType -> IO [QVideoFrame_PixelFormat] # | |
QsupportedPixelFormats (QAbstractVideoSurfaceSc a) HandleType # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface supportedPixelFormats :: QAbstractVideoSurfaceSc a -> HandleType -> IO [QVideoFrame_PixelFormat] # | |
QsupportedPixelFormats (QAbstractVideoSurfaceSc a) () # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface supportedPixelFormats :: QAbstractVideoSurfaceSc a -> () -> IO [QVideoFrame_PixelFormat] # |
surfaceFormat :: QAbstractVideoSurface a -> () -> IO (QVideoSurfaceFormat ()) #
qAbstractVideoSurface_delete :: QAbstractVideoSurface a -> IO () #
qAbstractVideoSurface_deleteLater :: QAbstractVideoSurface a -> IO () #