gi-gstvideo-1.0.28: GStreamerVideo bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GstVideo.Structs.VideoOverlayCompositionMeta

Description

Extra buffer metadata describing image overlay data.

Synopsis

Exported types

Methods

getInfo

videoOverlayCompositionMetaGetInfo :: (HasCallStack, MonadIO m) => m MetaInfo Source #

No description available in the introspection data.

Properties

meta

parent Meta

getVideoOverlayCompositionMetaMeta :: MonadIO m => VideoOverlayCompositionMeta -> m Meta Source #

Get the value of the “meta” field. When overloading is enabled, this is equivalent to

get videoOverlayCompositionMeta #meta

overlay

clearVideoOverlayCompositionMetaOverlay :: MonadIO m => VideoOverlayCompositionMeta -> m () Source #

Set the value of the “overlay” field to Nothing. When overloading is enabled, this is equivalent to

clear #overlay

getVideoOverlayCompositionMetaOverlay :: MonadIO m => VideoOverlayCompositionMeta -> m (Maybe VideoOverlayComposition) Source #

Get the value of the “overlay” field. When overloading is enabled, this is equivalent to

get videoOverlayCompositionMeta #overlay

setVideoOverlayCompositionMetaOverlay :: MonadIO m => VideoOverlayCompositionMeta -> Ptr VideoOverlayComposition -> m () Source #

Set the value of the “overlay” field. When overloading is enabled, this is equivalent to

set videoOverlayCompositionMeta [ #overlay := value ]