gi-gstbase-1.0.7: GStreamerBase 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, IsPad a) => a -> Word64 -> m (Maybe Caps) Source #

typeFindHelperForBuffer

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

typeFindHelperForData

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

typeFindHelperForExtension

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

typeFindHelperGetRange

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