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

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

Media.Streaming.GStreamer.Core.Index

Description

 

Documentation

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

indexGetGroup :: IndexClass index => index -> IO IntSource

indexNewGroup :: IndexClass index => index -> IO IntSource

indexSetGroup :: IndexClass index => index -> Int -> IO BoolSource

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

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

indexAddFormat :: IndexClass index => index -> Int -> Format -> IO IndexEntrySource

indexAddAssociations :: IndexClass index => index -> Int -> [AssocFlags] -> [IndexAssociation] -> IO IndexEntrySource

indexAddId :: IndexClass index => index -> Int -> String -> IO IndexEntrySource

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