| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
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
listImageFormats :: Connection -> PORT -> IO (Receipt ListImageFormatsReply) 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 | |
Constructors
| MkImage | |
Fields
| |
data ImageFormatInfo Source
Constructors
Instances
data VideoNotifyEvent Source
Constructors
| MkVideoNotifyEvent | |
Constructors
| MkGrabPort | |
Fields | |
Constructors
| MkPutVideo | |
Fields | |
Constructors
| MkPutStill | |
Fields | |
Constructors
| MkGetVideo | |
Fields | |
Constructors
| MkGetStill | |
Fields | |
Constructors
| MkStopVideo | |
Fields | |
data QueryPortAttributesReply Source
Constructors
| MkQueryPortAttributesReply | |
data QueryImageAttributesReply Source
Constructors
| MkQueryImageAttributesReply | |
Constructors
| MkPutImage | |
Fields
| |
data ShmPutImage Source
Constructors
Instances