gi-gstbase-0.1.6.13: GstBase bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GstBase.Functions

Contents

Description

 

Synopsis

Methods

typeFindHelper

typeFindHelper :: (MonadIO m, PadK a) => a -> Word64 -> m Caps Source

typeFindHelperForBuffer

typeFindHelperForBuffer :: (MonadIO m, ObjectK a) => Maybe a -> Buffer -> m (Caps, TypeFindProbability) Source

typeFindHelperForData

typeFindHelperForData :: (MonadIO m, ObjectK a) => Maybe a -> Word8 -> Word64 -> m (Caps, TypeFindProbability) Source

typeFindHelperForExtension

typeFindHelperForExtension :: (MonadIO m, ObjectK a) => Maybe a -> Text -> m Caps Source

typeFindHelperGetRange

typeFindHelperGetRange :: (MonadIO m, ObjectK a, ObjectK b) => a -> Maybe b -> TypeFindHelperGetRangeFunction -> Word64 -> Text -> m (Caps, TypeFindProbability) Source