gstreamer-0.12.8: Binding to the GStreamer open source multimedia framework.

Maintainergtk2hs-devel@lists.sourceforge.net Stability : alpha Portability : portable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Media.Streaming.GStreamer.Core.Index

Description

 

Documentation

indexCommit :: IndexClass index => index -> Int -> IO () Source #

indexGetGroup :: IndexClass index => index -> IO Int Source #

indexNewGroup :: IndexClass index => index -> IO Int Source #

indexSetGroup :: IndexClass index => index -> Int -> IO Bool Source #

indexSetCertainty :: IndexClass index => index -> IndexCertainty -> IO () Source #

indexSetFilter :: IndexClass index => index -> IndexFilter -> IO () Source #

indexGetWriterId :: IndexClass index => index -> Object -> IO (Maybe Int) Source #

indexAddFormat :: IndexClass index => index -> Int -> Format -> IO IndexEntry Source #

indexAddAssociations :: IndexClass index => index -> Int -> [AssocFlags] -> [IndexAssociation] -> IO IndexEntry Source #

indexAddId :: IndexClass index => index -> Int -> String -> IO IndexEntry Source #

indexGetAssocEntry :: IndexClass index => index -> Int -> IndexLookupMethod -> [AssocFlags] -> Format -> Int64 -> IO (Maybe IndexEntry) Source #

onIndexEntryAdded :: IndexClass index => index -> (IndexEntry -> IO ()) -> IO (ConnectId index) Source #

afterIndexEntryAdded :: IndexClass index => index -> (IndexEntry -> IO ()) -> IO (ConnectId index) Source #