Documentation
class QisFormatSupported_h x0 x1 where #
isFormatSupported_h :: x0 -> x1 -> IO Bool #
Instances
QisFormatSupported_h (QAbstractVideoSurface ()) (QVideoSurfaceFormat t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface_h isFormatSupported_h :: QAbstractVideoSurface () -> QVideoSurfaceFormat t1 -> IO Bool # | |
QisFormatSupported_h (QAbstractVideoSurfaceSc a) (QVideoSurfaceFormat t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface_h isFormatSupported_h :: QAbstractVideoSurfaceSc a -> QVideoSurfaceFormat t1 -> IO Bool # |
class QnearestFormat_h x0 x1 where #
nearestFormat_h :: x0 -> x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QnearestFormat_h (QAbstractVideoSurface ()) (QVideoSurfaceFormat t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface_h nearestFormat_h :: QAbstractVideoSurface () -> QVideoSurfaceFormat t1 -> IO (QVideoSurfaceFormat ()) # | |
QnearestFormat_h (QAbstractVideoSurfaceSc a) (QVideoSurfaceFormat t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface_h nearestFormat_h :: QAbstractVideoSurfaceSc a -> QVideoSurfaceFormat t1 -> IO (QVideoSurfaceFormat ()) # |
class Qpresent_h x0 x1 where #
Instances
Qpresent_h (QAbstractVideoSurface ()) (QVideoFrame t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface_h present_h :: QAbstractVideoSurface () -> QVideoFrame t1 -> IO Bool # | |
Qpresent_h (QAbstractVideoSurfaceSc a) (QVideoFrame t1) # | |
Defined in Qtc.Multimedia.QAbstractVideoSurface_h present_h :: QAbstractVideoSurfaceSc a -> QVideoFrame t1 -> IO Bool # |
class QsupportedPixelFormats_h x0 x1 where #
supportedPixelFormats_h :: x0 -> x1 -> IO [QVideoFrame_PixelFormat] #