gi-gst-1.0.7: 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.Sample

Contents

Description

A #GstSample is a small object containing data, a type, timing and extra arbitrary information.

Synopsis

Exported types

newtype Sample Source #

Constructors

Sample (ManagedPtr Sample) 

Instances

BoxedObject Sample Source # 

Methods

boxedType :: Sample -> IO GType

((~) * info (ResolveSampleMethod t Sample), MethodInfo * info Sample p) => IsLabel t (Sample -> p) Source # 

Methods

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

((~) * info (ResolveSampleMethod t Sample), MethodInfo * info Sample p) => IsLabelProxy t (Sample -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Sample -> p

HasAttributeList * Sample Source # 
((~) * signature (BufferList -> m ()), MonadIO m) => MethodInfo * SampleSetBufferListMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleSetBufferListMethodInfo Sample -> signature -> s

((~) * signature (m Segment), MonadIO m) => MethodInfo * SampleGetSegmentMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetSegmentMethodInfo Sample -> signature -> s

((~) * signature (m Structure), MonadIO m) => MethodInfo * SampleGetInfoMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetInfoMethodInfo Sample -> signature -> s

((~) * signature (m (Maybe Caps)), MonadIO m) => MethodInfo * SampleGetCapsMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetCapsMethodInfo Sample -> signature -> s

((~) * signature (m (Maybe BufferList)), MonadIO m) => MethodInfo * SampleGetBufferListMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetBufferListMethodInfo Sample -> signature -> s

((~) * signature (m (Maybe Buffer)), MonadIO m) => MethodInfo * SampleGetBufferMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetBufferMethodInfo Sample -> signature -> s

type AttributeList Sample Source # 
type AttributeList Sample

Methods

getBuffer

data SampleGetBufferMethodInfo Source #

Instances

((~) * signature (m (Maybe Buffer)), MonadIO m) => MethodInfo * SampleGetBufferMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetBufferMethodInfo Sample -> signature -> s

getBufferList

data SampleGetBufferListMethodInfo Source #

Instances

((~) * signature (m (Maybe BufferList)), MonadIO m) => MethodInfo * SampleGetBufferListMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetBufferListMethodInfo Sample -> signature -> s

getCaps

data SampleGetCapsMethodInfo Source #

Instances

((~) * signature (m (Maybe Caps)), MonadIO m) => MethodInfo * SampleGetCapsMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetCapsMethodInfo Sample -> signature -> s

getInfo

data SampleGetInfoMethodInfo Source #

Instances

((~) * signature (m Structure), MonadIO m) => MethodInfo * SampleGetInfoMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetInfoMethodInfo Sample -> signature -> s

getSegment

data SampleGetSegmentMethodInfo Source #

Instances

((~) * signature (m Segment), MonadIO m) => MethodInfo * SampleGetSegmentMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleGetSegmentMethodInfo Sample -> signature -> s

new

setBufferList

data SampleSetBufferListMethodInfo Source #

Instances

((~) * signature (BufferList -> m ()), MonadIO m) => MethodInfo * SampleSetBufferListMethodInfo Sample signature Source # 

Methods

overloadedMethod :: MethodProxy SampleSetBufferListMethodInfo Sample -> signature -> s