Maintainer | gtk2hs-devel@lists.sourceforge.net Stability : alpha Portability : portable (depends on GHC) |
---|---|
Safe Haskell | None |
Media.Streaming.GStreamer.Core.Segment
Description
Documentation
data Segment
Constructors
Segment | |
Fields
|
segmentSetDuration :: Segment -> Format -> Int64 -> Segment
segmentSetLastStop :: Segment -> Format -> Int64 -> Segment
segmentSetSeek :: Segment -> Double -> Format -> [SeekFlags] -> SeekType -> Int64 -> SeekType -> Int64 -> (Segment, Bool)
segmentToRunningTime :: Segment -> Format -> Int64 -> Int64
segmentToStreamTime :: Segment -> Format -> Int64 -> Int64