gi-gst-1.0.12: 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.StaticPadTemplate

Contents

Description

Structure describing the StaticPadTemplate.

Synopsis

Exported types

newtype StaticPadTemplate Source #

newZeroStaticPadTemplate :: MonadIO m => m StaticPadTemplate Source #

Construct a StaticPadTemplate struct initialized to zero.

Methods

get

staticPadTemplateGet Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> StaticPadTemplate

padTemplate: the static pad template

-> m PadTemplate

Returns: a new PadTemplate.

Converts a StaticPadTemplate into a PadTemplate.

getCaps

staticPadTemplateGetCaps Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> StaticPadTemplate

templ: a StaticPadTemplate to get capabilities of.

-> m Caps

Returns: the Caps of the static pad template. Unref after usage. Since the core holds an additional ref to the returned caps, use gst_caps_make_writable() on the returned caps to modify it.

Gets the capabilities of the static pad template.

Properties

direction

nameTemplate

presence

staticCaps