|
| Media.Streaming.GStreamer.Core.GhostPad | | Maintainer | gtk2hs-devel@lists.sourceforge.net
Stability : alpha
Portability : portable (depends on GHC) |
|
|
|
| Description |
|
|
|
| Documentation |
|
| data GhostPad |
Instances | |
|
|
| class PadClass o => GhostPadClass o |
| Instances | |
|
|
| castToGhostPad :: GObjectClass obj => obj -> GhostPad |
|
| toGhostPad :: GhostPadClass o => o -> GhostPad |
|
| ghostPadNew :: PadClass pad => String -> pad -> IO (Maybe Pad) |
|
| 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 |
|
| Produced by Haddock version 0.8 |