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

Maintainergtk2hs-devel@lists.sourceforge.net
Stabilityalpha
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Media.Streaming.GStreamer.Core.TagList

Description

 

Synopsis

Documentation

type Tag = String Source #

You should treat this type alias as opaque -- no fair treating it like an actual String!

type TagList = Structure Source #

You should treat this type alias as opaque.

data StandardTag Source #

tagGetFlag :: Tag -> TagFlag Source #

tagListMerge :: TagList -> TagList -> TagMergeMode -> TagList Source #

tagListInsert :: TagList -> TagMergeMode -> StructureM () Source #