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.Int64Range

Description

A fundamental type that describes a gint64 range

Synopsis

Exported types

newtype Int64Range Source #

Memory-managed wrapper type.

class (BoxedPtr o, TypedObject o, IsDescendantOf Int64Range o) => IsInt64Range o Source #

Type class for types which can be safely cast to Int64Range, for instance with toInt64Range.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf Int64Range o) => IsInt64Range o Source # 
Instance details

Defined in GI.Gst.Objects.Int64Range

toInt64Range :: (MonadIO m, IsInt64Range o) => o -> m Int64Range Source #

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

Methods