Portability | portable (depends on GHC) |
---|---|
Stability | alpha |
Maintainer | gtk2hs-devel@lists.sourceforge.net |
Safe Haskell | None |
Media.Streaming.GStreamer.Core.GhostPad
Description
Documentation
data GhostPad
class PadClass o => GhostPadClass o
Instances
castToGhostPad :: GObjectClass obj => obj -> GhostPad
ghostPadNewNoTarget :: String -> PadDirection -> IO (Maybe Pad)
ghostPadNewFromTemplate :: String -> Pad -> PadTemplate -> IO (Maybe Pad)
ghostPadNewNoTargetFromTemplate :: String -> PadTemplate -> IO (Maybe Pad)
ghostPadSetTarget :: GhostPad -> Pad -> IO Bool
ghostPadGetTarget :: GhostPad -> IO Pad