| Safe Haskell | None |
|---|
Graphics.XHB.Gen.Xv
Documentation
queryAdaptors :: Connection -> WINDOW -> IO (Receipt QueryAdaptorsReply)Source
queryEncodings :: Connection -> PORT -> IO (Receipt QueryEncodingsReply)Source
grabPort :: Connection -> PORT -> TIMESTAMP -> IO (Receipt GrabPortStatus)Source
ungrabPort :: Connection -> PORT -> TIMESTAMP -> IO ()Source
putVideo :: Connection -> PutVideo -> IO ()Source
putStill :: Connection -> PutStill -> IO ()Source
getVideo :: Connection -> GetVideo -> IO ()Source
getStill :: Connection -> GetStill -> IO ()Source
selectVideoNotify :: Connection -> DRAWABLE -> Bool -> IO ()Source
selectPortNotify :: Connection -> PORT -> Bool -> IO ()Source
setPortAttribute :: Connection -> SetPortAttribute -> IO ()Source
getPortAttribute :: Connection -> PORT -> ATOM -> IO (Receipt Int32)Source
queryImageAttributes :: Connection -> QueryImageAttributes -> IO (Receipt QueryImageAttributesReply)Source
putImage :: Connection -> PutImage -> IO ()Source
shmPutImage :: Connection -> ShmPutImage -> IO ()Source
data ImageFormatInfoType Source
Constructors
| ImageFormatInfoTypeRGB | |
| ImageFormatInfoTypeYUV |
data VideoNotifyReason Source
Constructors
| VideoNotifyReasonStarted | |
| VideoNotifyReasonStopped | |
| VideoNotifyReasonBusy | |
| VideoNotifyReasonPreempted | |
| VideoNotifyReasonHardError |
Instances
data GrabPortStatus Source
Constructors
| GrabPortStatusSuccess | |
| GrabPortStatusBadExtension | |
| GrabPortStatusAlreadyGrabbed | |
| GrabPortStatusInvalidTime | |
| GrabPortStatusBadReply | |
| GrabPortStatusBadAlloc |
Instances
Constructors
| MkRational | |
Fields | |
Constructors
| MkFormat | |
Fields | |
data AdaptorInfo Source
Constructors
| MkAdaptorInfo | |
Fields | |
Instances
| Show AdaptorInfo | |
| Typeable AdaptorInfo | |
| Deserialize AdaptorInfo | |
| Serialize AdaptorInfo |
data EncodingInfo Source
Constructors
| MkEncodingInfo | |
Instances
| Show EncodingInfo | |
| Typeable EncodingInfo | |
| Deserialize EncodingInfo | |
| Serialize EncodingInfo |
Constructors
| MkImage | |
Fields
| |
data AttributeInfo Source
Constructors
| MkAttributeInfo | |
Fields | |
Instances
| Show AttributeInfo | |
| Typeable AttributeInfo | |
| Deserialize AttributeInfo | |
| Serialize AttributeInfo |
data ImageFormatInfo Source
Constructors
Instances
| Show ImageFormatInfo | |
| Typeable ImageFormatInfo | |
| Deserialize ImageFormatInfo | |
| Serialize ImageFormatInfo |
data QueryExtension Source
Constructors
| MkQueryExtension | |
Instances
| Show QueryExtension | |
| Typeable QueryExtension | |
| ExtensionRequest QueryExtension |
data QueryAdaptors Source
Constructors
| MkQueryAdaptors | |
Fields | |
Instances
| Show QueryAdaptors | |
| Typeable QueryAdaptors | |
| ExtensionRequest QueryAdaptors |
data QueryEncodings Source
Constructors
| MkQueryEncodings | |
Fields | |
Instances
| Show QueryEncodings | |
| Typeable QueryEncodings | |
| ExtensionRequest QueryEncodings |
Constructors
| MkGrabPort | |
Fields | |
data GrabPortReply Source
Constructors
| MkGrabPortReply | |
Fields | |
Instances
| Show GrabPortReply | |
| Typeable GrabPortReply | |
| Deserialize GrabPortReply |
data UngrabPort Source
Constructors
| MkUngrabPort | |
Fields | |
Instances
| Show UngrabPort | |
| Typeable UngrabPort | |
| ExtensionRequest UngrabPort |
Constructors
| MkPutVideo | |
Fields | |
Constructors
| MkPutStill | |
Fields | |
Constructors
| MkGetVideo | |
Fields | |
Constructors
| MkGetStill | |
Fields | |
Constructors
| MkStopVideo | |
Fields | |
data SelectVideoNotify Source
Constructors
| MkSelectVideoNotify | |
Instances
| Show SelectVideoNotify | |
| Typeable SelectVideoNotify | |
| ExtensionRequest SelectVideoNotify |
data SelectPortNotify Source
Constructors
| MkSelectPortNotify | |
Fields | |
Instances
| Show SelectPortNotify | |
| Typeable SelectPortNotify | |
| ExtensionRequest SelectPortNotify |
data QueryBestSize Source
Constructors
| MkQueryBestSize | |
Instances
| Show QueryBestSize | |
| Typeable QueryBestSize | |
| ExtensionRequest QueryBestSize |
data SetPortAttribute Source
Constructors
| MkSetPortAttribute | |
Instances
| Show SetPortAttribute | |
| Typeable SetPortAttribute | |
| ExtensionRequest SetPortAttribute |
data GetPortAttribute Source
Constructors
| MkGetPortAttribute | |
Fields | |
Instances
| Show GetPortAttribute | |
| Typeable GetPortAttribute | |
| ExtensionRequest GetPortAttribute |
data QueryPortAttributes Source
Constructors
| MkQueryPortAttributes | |
Fields | |
Instances
| Show QueryPortAttributes | |
| Typeable QueryPortAttributes | |
| ExtensionRequest QueryPortAttributes |
data ListImageFormats Source
Constructors
| MkListImageFormats | |
Fields | |
Instances
| Show ListImageFormats | |
| Typeable ListImageFormats | |
| ExtensionRequest ListImageFormats |
data QueryImageAttributes Source
Constructors
| MkQueryImageAttributes | |
Instances
| Show QueryImageAttributes | |
| Typeable QueryImageAttributes | |
| ExtensionRequest QueryImageAttributes |
Constructors
| MkPutImage | |
Fields
| |
data ShmPutImage Source
Constructors
Instances
| Show ShmPutImage | |
| Typeable ShmPutImage | |
| ExtensionRequest ShmPutImage |