Maintainer | gtk2hs-devel@lists.sourceforge.net Stability : alpha Portability : portable (depends on GHC) |
---|---|
Safe Haskell | None |
Language | Haskell98 |
Media.Streaming.GStreamer.Core.Index
Description
Documentation
data Index
Instances
class ObjectClass o => IndexClass o
Instances
castToIndex :: GObjectClass obj => obj -> Index
gTypeIndex :: GType
indexCommit :: IndexClass index => index -> Int -> IO ()
indexGetGroup :: IndexClass index => index -> IO Int
indexNewGroup :: IndexClass index => index -> IO Int
indexSetGroup :: IndexClass index => index -> Int -> IO Bool
indexSetCertainty :: IndexClass index => index -> IndexCertainty -> IO ()
indexSetFilter :: IndexClass index => index -> IndexFilter -> IO ()
indexGetWriterId :: IndexClass index => index -> Object -> IO (Maybe Int)
indexAddFormat :: IndexClass index => index -> Int -> Format -> IO IndexEntry
indexAddAssociations :: IndexClass index => index -> Int -> [AssocFlags] -> [IndexAssociation] -> IO IndexEntry
indexAddId :: IndexClass index => index -> Int -> String -> IO IndexEntry
indexGetAssocEntry :: IndexClass index => index -> Int -> IndexLookupMethod -> [AssocFlags] -> Format -> Int64 -> IO (Maybe IndexEntry)
indexEntryAssocMap :: IndexEntry -> Format -> Maybe Int64
onIndexEntryAdded :: IndexClass index => index -> (IndexEntry -> IO ()) -> IO (ConnectId index)
afterIndexEntryAdded :: IndexClass index => index -> (IndexEntry -> IO ()) -> IO (ConnectId index)