gi-gstvideo-1.0.14: GStreamerVideo 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.GstVideo.Structs.VideoTimeCodeInterval

Contents

Description

A representation of a difference between two VideoTimeCode instances. Will not necessarily correspond to a real timecode (e.g. 00:00:10;00)

Synopsis

Exported types

Methods

clear

videoTimeCodeIntervalClear Source #

Initializes tc with empty/zero/NULL values.

Since: 1.12

copy

videoTimeCodeIntervalCopy Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> VideoTimeCodeInterval

tc: a VideoTimeCodeInterval

-> m VideoTimeCodeInterval

Returns: a new VideoTimeCodeInterval with the same values as tc .

No description available in the introspection data.

Since: 1.12

free

videoTimeCodeIntervalFree Source #

Frees tc .

Since: 1.12

init

videoTimeCodeIntervalInit Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> VideoTimeCodeInterval

tc: a VideoTimeCodeInterval

-> Word32

hours: the hours field of VideoTimeCodeInterval

-> Word32

minutes: the minutes field of VideoTimeCodeInterval

-> Word32

seconds: the seconds field of VideoTimeCodeInterval

-> Word32

frames: the frames field of VideoTimeCodeInterval

-> m () 

Initializes tc with the given values.

Since: 1.12

new

videoTimeCodeIntervalNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Word32

hours: the hours field of VideoTimeCodeInterval

-> Word32

minutes: the minutes field of VideoTimeCodeInterval

-> Word32

seconds: the seconds field of VideoTimeCodeInterval

-> Word32

frames: the frames field of VideoTimeCodeInterval

-> m VideoTimeCodeInterval

Returns: a new VideoTimeCodeInterval with the given values.

No description available in the introspection data.

Since: 1.12

newFromString

videoTimeCodeIntervalNewFromString Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text

tcInterStr: The string that represents the VideoTimeCodeInterval

-> m VideoTimeCodeInterval

Returns: a new VideoTimeCodeInterval from the given string

tcInterStr must only have ":" as separators.

Since: 1.12

Properties

frames

hours

minutes

seconds