Qtc.Multimedia.QVideoSurfaceFormat
Contents
Documentation
class QqqVideoSurfaceFormat x1 where #
Methods
qqVideoSurfaceFormat :: x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QqqVideoSurfaceFormat (QSize t1, QVideoFrame_PixelFormat) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qqVideoSurfaceFormat :: (QSize t1, QVideoFrame_PixelFormat) -> IO (QVideoSurfaceFormat ()) # | |
QqqVideoSurfaceFormat (QSize t1, QVideoFrame_PixelFormat, HandleType) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qqVideoSurfaceFormat :: (QSize t1, QVideoFrame_PixelFormat, HandleType) -> IO (QVideoSurfaceFormat ()) # |
class QqVideoSurfaceFormat x1 where #
Methods
qVideoSurfaceFormat :: x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QqVideoSurfaceFormat () # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qVideoSurfaceFormat :: () -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat (QVideoSurfaceFormat t1) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qVideoSurfaceFormat :: QVideoSurfaceFormat t1 -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat (Size, QVideoFrame_PixelFormat) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qVideoSurfaceFormat :: (Size, QVideoFrame_PixelFormat) -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat (Size, QVideoFrame_PixelFormat, HandleType) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qVideoSurfaceFormat :: (Size, QVideoFrame_PixelFormat, HandleType) -> IO (QVideoSurfaceFormat ()) # |
class QqqVideoSurfaceFormat_nf x1 where #
Methods
qqVideoSurfaceFormat_nf :: x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QqqVideoSurfaceFormat_nf (QSize t1, QVideoFrame_PixelFormat) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qqVideoSurfaceFormat_nf :: (QSize t1, QVideoFrame_PixelFormat) -> IO (QVideoSurfaceFormat ()) # | |
QqqVideoSurfaceFormat_nf (QSize t1, QVideoFrame_PixelFormat, HandleType) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qqVideoSurfaceFormat_nf :: (QSize t1, QVideoFrame_PixelFormat, HandleType) -> IO (QVideoSurfaceFormat ()) # |
class QqVideoSurfaceFormat_nf x1 where #
Methods
qVideoSurfaceFormat_nf :: x1 -> IO (QVideoSurfaceFormat ()) #
Instances
QqVideoSurfaceFormat_nf () # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qVideoSurfaceFormat_nf :: () -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat_nf (QVideoSurfaceFormat t1) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qVideoSurfaceFormat_nf :: QVideoSurfaceFormat t1 -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat_nf (Size, QVideoFrame_PixelFormat) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods qVideoSurfaceFormat_nf :: (Size, QVideoFrame_PixelFormat) -> IO (QVideoSurfaceFormat ()) # | |
QqVideoSurfaceFormat_nf (Size, QVideoFrame_PixelFormat, HandleType) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods 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 #
Methods
setFrameSize :: QVideoSurfaceFormat a -> x1 -> IO () #
Instances
QsetFrameSize Size # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods setFrameSize :: QVideoSurfaceFormat a -> Size -> IO () # | |
QsetFrameSize (Int, Int) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods setFrameSize :: QVideoSurfaceFormat a -> (Int, Int) -> IO () # |
qsetFrameSize :: QVideoSurfaceFormat a -> QSize t1 -> IO () #
class QsetPixelAspectRatio x1 where #
Methods
setPixelAspectRatio :: QVideoSurfaceFormat a -> x1 -> IO () #
Instances
QsetPixelAspectRatio Size # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods setPixelAspectRatio :: QVideoSurfaceFormat a -> Size -> IO () # | |
QsetPixelAspectRatio (Int, Int) # | |
Defined in Qtc.Multimedia.QVideoSurfaceFormat Methods 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 () #