gi-gst-1.0.9: GStreamer 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.Gst.Structs.StaticCaps

Contents

Description

Datastructure to initialize #GstCaps from a string description usually used in conjunction with GST_STATIC_CAPS() and gst_static_caps_get() to instantiate a #GstCaps.

Synopsis

Exported types

newtype StaticCaps Source #

Constructors

StaticCaps (ManagedPtr StaticCaps) 

Instances

WrappedPtr StaticCaps Source # 
(~) AttrOpTag tag AttrSet => Constructible StaticCaps tag Source # 

Methods

new :: MonadIO m => (ManagedPtr StaticCaps -> StaticCaps) -> [AttrOp StaticCaps tag] -> m StaticCaps

((~) * info (ResolveStaticCapsMethod t StaticCaps), MethodInfo * info StaticCaps p) => IsLabel t (StaticCaps -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> StaticCaps -> p #

((~) * info (ResolveStaticCapsMethod t StaticCaps), MethodInfo * info StaticCaps p) => IsLabelProxy t (StaticCaps -> p) Source # 
HasAttributeList * StaticCaps Source # 
((~) * signature (m Caps), MonadIO m) => MethodInfo * StaticCapsGetMethodInfo StaticCaps signature Source # 

Methods

overloadedMethod :: MethodProxy StaticCapsGetMethodInfo StaticCaps -> signature -> s

((~) * signature (m ()), MonadIO m) => MethodInfo * StaticCapsCleanupMethodInfo StaticCaps signature Source # 

Methods

overloadedMethod :: MethodProxy StaticCapsCleanupMethodInfo StaticCaps -> signature -> s

type AttributeList StaticCaps Source # 
type AttributeList StaticCaps

newZeroStaticCaps :: MonadIO m => m StaticCaps Source #

Construct a StaticCaps struct initialized to zero.

Methods

cleanup

data StaticCapsCleanupMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m) => MethodInfo * StaticCapsCleanupMethodInfo StaticCaps signature Source # 

Methods

overloadedMethod :: MethodProxy StaticCapsCleanupMethodInfo StaticCaps -> signature -> s

get

data StaticCapsGetMethodInfo Source #

Instances

((~) * signature (m Caps), MonadIO m) => MethodInfo * StaticCapsGetMethodInfo StaticCaps signature Source # 

Methods

overloadedMethod :: MethodProxy StaticCapsGetMethodInfo StaticCaps -> signature -> s

Properties

caps

staticCaps_caps :: AttrLabelProxy "caps" Source #

string

staticCaps_string :: AttrLabelProxy "string" Source #