gi-gst-1.0.29: GStreamer bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gst.Objects.FractionRange

Description

A fundamental type that describes a GstFractionRange range

Synopsis

Exported types

newtype FractionRange Source #

Memory-managed wrapper type.

Constructors

FractionRange (ManagedPtr FractionRange) 

Instances

Instances details
Eq FractionRange Source # 
Instance details

Defined in GI.Gst.Objects.FractionRange

BoxedPtr FractionRange Source # 
Instance details

Defined in GI.Gst.Objects.FractionRange

ManagedPtrNewtype FractionRange Source # 
Instance details

Defined in GI.Gst.Objects.FractionRange

Methods

toManagedPtr :: FractionRange -> ManagedPtr FractionRange

TypedObject FractionRange Source # 
Instance details

Defined in GI.Gst.Objects.FractionRange

Methods

glibType :: IO GType

HasParentTypes FractionRange Source # 
Instance details

Defined in GI.Gst.Objects.FractionRange

type ParentTypes FractionRange Source # 
Instance details

Defined in GI.Gst.Objects.FractionRange

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

class (BoxedPtr o, TypedObject o, IsDescendantOf FractionRange o) => IsFractionRange o Source #

Type class for types which can be safely cast to FractionRange, for instance with toFractionRange.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf FractionRange o) => IsFractionRange o Source # 
Instance details

Defined in GI.Gst.Objects.FractionRange

toFractionRange :: (MonadIO m, IsFractionRange o) => o -> m FractionRange Source #

Cast to FractionRange, for types for which this is known to be safe. For general casts, use castTo.

Methods