gi-gstvideo-1.0.22: GStreamerVideo bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GstVideo.Structs.VideoTimeCodeMeta

Description

Extra buffer metadata describing the GstVideoTimeCode of the frame.

Each frame is assumed to have its own timecode, i.e. they are not automatically incremented/interpolated.

Since: 1.10

Synopsis

Exported types

newZeroVideoTimeCodeMeta :: MonadIO m => m VideoTimeCodeMeta Source #

Construct a VideoTimeCodeMeta struct initialized to zero.

Methods

Overloaded methods

getInfo

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

No description available in the introspection data.

Properties

meta

parent Meta

getVideoTimeCodeMetaMeta :: MonadIO m => VideoTimeCodeMeta -> m Meta Source #

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

get videoTimeCodeMeta #meta

tc

the GstVideoTimeCode to attach

getVideoTimeCodeMetaTc :: MonadIO m => VideoTimeCodeMeta -> m VideoTimeCode Source #

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

get videoTimeCodeMeta #tc