gi-gst-1.0.25: 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.DoubleRange

Description

A fundamental type that describes a gdouble range

Synopsis

Exported types

newtype DoubleRange Source #

Memory-managed wrapper type.

class (BoxedPtr o, TypedObject o, IsDescendantOf DoubleRange o) => IsDoubleRange o Source #

Type class for types which can be safely cast to DoubleRange, for instance with toDoubleRange.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf DoubleRange o) => IsDoubleRange o Source # 
Instance details

Defined in GI.Gst.Objects.DoubleRange

toDoubleRange :: (MonadIO m, IsDoubleRange o) => o -> m DoubleRange Source #

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

Methods