Documentation
class QqqVideoSurfaceFormat x1 where #
qqVideoSurfaceFormat :: x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QqqVideoSurfaceFormat (QSize t1, QVideoFrame_PixelFormat) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qqVideoSurfaceFormat :: (QSize t1, QVideoFrame_PixelFormat) -> IO (QVideoSurfaceFormat ()) # | |
QqqVideoSurfaceFormat (QSize t1, QVideoFrame_PixelFormat, HandleType) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qqVideoSurfaceFormat :: (QSize t1, QVideoFrame_PixelFormat, HandleType) -> IO (QVideoSurfaceFormat ()) # |
class QqVideoSurfaceFormat x1 where #
qVideoSurfaceFormat :: x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QqVideoSurfaceFormat () # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qVideoSurfaceFormat :: () -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat (QVideoSurfaceFormat t1) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qVideoSurfaceFormat :: QVideoSurfaceFormat t1 -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat (Size, QVideoFrame_PixelFormat) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qVideoSurfaceFormat :: (Size, QVideoFrame_PixelFormat) -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat (Size, QVideoFrame_PixelFormat, HandleType) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qVideoSurfaceFormat :: (Size, QVideoFrame_PixelFormat, HandleType) -> IO (QVideoSurfaceFormat ()) # |
class QqqVideoSurfaceFormat_nf x1 where #
qqVideoSurfaceFormat_nf :: x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QqqVideoSurfaceFormat_nf (QSize t1, QVideoFrame_PixelFormat) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qqVideoSurfaceFormat_nf :: (QSize t1, QVideoFrame_PixelFormat) -> IO (QVideoSurfaceFormat ()) # | |
QqqVideoSurfaceFormat_nf (QSize t1, QVideoFrame_PixelFormat, HandleType) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qqVideoSurfaceFormat_nf :: (QSize t1, QVideoFrame_PixelFormat, HandleType) -> IO (QVideoSurfaceFormat ()) # |
class QqVideoSurfaceFormat_nf x1 where #
qVideoSurfaceFormat_nf :: x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QqVideoSurfaceFormat_nf () # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qVideoSurfaceFormat_nf :: () -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat_nf (QVideoSurfaceFormat t1) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qVideoSurfaceFormat_nf :: QVideoSurfaceFormat t1 -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat_nf (Size, QVideoFrame_PixelFormat) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qVideoSurfaceFormat_nf :: (Size, QVideoFrame_PixelFormat) -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat_nf (Size, QVideoFrame_PixelFormat, HandleType) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat qVideoSurfaceFormat_nf :: (Size, QVideoFrame_PixelFormat, HandleType) -> IO (QVideoSurfaceFormat ()) # |
frameHeight :: QVideoSurfaceFormat a -> () -> IO Int #
qpixelAspectRatio :: QVideoSurfaceFormat a -> () -> IO (QSize ()) #
pixelAspectRatio :: QVideoSurfaceFormat a -> () -> IO Size #
propertyNames :: QVideoSurfaceFormat a -> () -> IO [QByteArray ()] #
scanLineDirection :: QVideoSurfaceFormat a -> () -> IO QVideoSurfaceFormat_Direction #
class QsetFrameSize x1 where #
setFrameSize :: QVideoSurfaceFormat a -> x1 -> IO () #
Instances
QsetFrameSize Size # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat setFrameSize :: QVideoSurfaceFormat a -> Size -> IO () # | |
QsetFrameSize (Int, Int) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat setFrameSize :: QVideoSurfaceFormat a -> (Int, Int) -> IO () # |
qsetFrameSize :: QVideoSurfaceFormat a -> QSize t1 -> IO () #
class QsetPixelAspectRatio x1 where #
setPixelAspectRatio :: QVideoSurfaceFormat a -> x1 -> IO () #
Instances
QsetPixelAspectRatio Size # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat setPixelAspectRatio :: QVideoSurfaceFormat a -> Size -> IO () # | |
QsetPixelAspectRatio (Int, Int) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat setPixelAspectRatio :: QVideoSurfaceFormat a -> (Int, Int) -> IO () # |
qsetPixelAspectRatio :: QVideoSurfaceFormat a -> QSize t1 -> IO () #
setScanLineDirection :: QVideoSurfaceFormat a -> QVideoSurfaceFormat_Direction -> IO () #
setYCbCrColorSpace :: QVideoSurfaceFormat a -> YCbCrColorSpace -> IO () #
yCbCrColorSpace :: QVideoSurfaceFormat a -> () -> IO YCbCrColorSpace #
qVideoSurfaceFormat_delete :: QVideoSurfaceFormat a -> IO () #