gstreamer-0.11.0: Binding to the GStreamer open source multimedia framework.Source codeContentsIndex
Media.Streaming.GStreamer.Core.Segment
Maintainergtk2hs-devel@lists.sourceforge.net Stability : alpha Portability : portable (depends on GHC)
Description
Documentation
data Segment Source
Constructors
Segment
segmentRate :: Double
segmentAbsRate :: Double
segmentFormat :: Format
segmentFlags :: [SeekFlags]
segmentStart :: Int64
segmentStop :: Int64
segmentTime :: Int64
segmentAccum :: Int64
segmentLastStop :: Int64
segmentDuration :: Int64
segmentClip :: Segment -> Format -> Int64 -> Int64 -> (Segment, Bool, Int64, Int64)Source
segmentSetDuration :: Segment -> Format -> Int64 -> SegmentSource
segmentSetLastStop :: Segment -> Format -> Int64 -> SegmentSource
segmentSetNewsegment :: Segment -> Bool -> Double -> Format -> Int64 -> Int64 -> Int64 -> SegmentSource
segmentSetSeek :: Segment -> Double -> Format -> [SeekFlags] -> SeekType -> Int64 -> SeekType -> Int64 -> (Segment, Bool)Source
segmentToRunningTime :: Segment -> Format -> Int64 -> Int64Source
segmentToStreamTime :: Segment -> Format -> Int64 -> Int64Source
Produced by Haddock version 2.6.0