gstreamer-0.11.0: Binding to the GStreamer open source multimedia framework.Source codeContentsIndex
Media.Streaming.GStreamer.Core.Structure
Maintainergtk2hs-devel@lists.sourceforge.net Stability : alpha Portability : portable (depends on GHC)
Description
Documentation
data Structure Source
structureEmpty :: String -> StructureSource
structureToString :: Structure -> StringSource
structureFromString :: String -> (Maybe Structure, Int)Source
structureName :: Structure -> StringSource
structureHasName :: Structure -> String -> BoolSource
structureGetBool :: Structure -> String -> Maybe BoolSource
structureGetInt :: Structure -> String -> Maybe IntSource
structureGetFourCC :: Structure -> String -> Maybe FourCCSource
structureGetDouble :: Structure -> String -> Maybe DoubleSource
structureGetString :: Structure -> String -> Maybe StringSource
structureGetDate :: Structure -> String -> Maybe GDateSource
structureGetClockTime :: Structure -> String -> Maybe ClockTimeSource
structureGetFraction :: Structure -> String -> Maybe FractionSource
data StructureM a Source
structureCreate :: String -> StructureM a -> (Structure, a)Source
structureModify :: Structure -> StructureM a -> (Structure, a)Source
structureSetNameM :: String -> StructureM ()Source
structureRemoveFieldM :: String -> StructureM ()Source
structureSetBoolM :: String -> Bool -> StructureM ()Source
structureSetIntM :: String -> Int -> StructureM ()Source
structureSetFourCCM :: String -> FourCC -> StructureM ()Source
structureSetDoubleM :: String -> Double -> StructureM ()Source
structureSetStringM :: String -> String -> StructureM ()Source
structureSetDateM :: String -> GDate -> StructureM ()Source
structureSetClockTimeM :: String -> ClockTime -> StructureM ()Source
structureSetFractionM :: String -> Fraction -> StructureM ()Source
structureFixateFieldNearestIntM :: String -> Int -> StructureM BoolSource
structureFixateFieldNearestDoubleM :: String -> Double -> StructureM BoolSource
structureFixateFieldNearestFractionM :: String -> Fraction -> StructureM BoolSource
structureFixateFieldBoolM :: String -> Bool -> StructureM BoolSource
Produced by Haddock version 2.6.0