gi-gstbase-1.0.24: GStreamerBase bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GstBase.Enums

Description

 
Synopsis

Enumerations

AggregatorStartTimeSelection

data AggregatorStartTimeSelection Source #

No description available in the introspection data.

Since: 1.18

Constructors

AggregatorStartTimeSelectionZero

Start at running time 0.

AggregatorStartTimeSelectionFirst

Start at the running time of the first buffer that is received.

AggregatorStartTimeSelectionSet

Start at the running time selected by the start-time property.

AnotherAggregatorStartTimeSelection Int

Catch-all for unknown values

Instances

Instances details
Enum AggregatorStartTimeSelection Source # 
Instance details

Defined in GI.GstBase.Enums

Show AggregatorStartTimeSelection Source # 
Instance details

Defined in GI.GstBase.Enums

Eq AggregatorStartTimeSelection Source # 
Instance details

Defined in GI.GstBase.Enums

Ord AggregatorStartTimeSelection Source # 
Instance details

Defined in GI.GstBase.Enums

BoxedEnum AggregatorStartTimeSelection Source # 
Instance details

Defined in GI.GstBase.Enums

TypedObject AggregatorStartTimeSelection Source # 
Instance details

Defined in GI.GstBase.Enums

Methods

glibType :: IO GType

HasParentTypes AggregatorStartTimeSelection Source # 
Instance details

Defined in GI.GstBase.Enums

type ParentTypes AggregatorStartTimeSelection Source # 
Instance details

Defined in GI.GstBase.Enums

type ParentTypes AggregatorStartTimeSelection = '[] :: [Type]