Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.GES.Objects.SourceClipAsset
Contents
Description
An asset types from which SourceClip
will be extracted
Since: 1.18
Synopsis
- newtype SourceClipAsset = SourceClipAsset (ManagedPtr SourceClipAsset)
- class (GObject o, IsDescendantOf SourceClipAsset o) => IsSourceClipAsset o
- toSourceClipAsset :: (MonadIO m, IsSourceClipAsset o) => o -> m SourceClipAsset
Exported types
newtype SourceClipAsset Source #
Memory-managed wrapper type.
Constructors
SourceClipAsset (ManagedPtr SourceClipAsset) |
Instances
class (GObject o, IsDescendantOf SourceClipAsset o) => IsSourceClipAsset o Source #
Type class for types which can be safely cast to SourceClipAsset
, for instance with toSourceClipAsset
.
Instances
(GObject o, IsDescendantOf SourceClipAsset o) => IsSourceClipAsset o Source # | |
Defined in GI.GES.Objects.SourceClipAsset |
toSourceClipAsset :: (MonadIO m, IsSourceClipAsset o) => o -> m SourceClipAsset Source #
Cast to SourceClipAsset
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
addMetasFromString, bindProperty, bindPropertyFull, checkMetaRegistered, extract, forceFloating, foreach, freezeNotify, getv, init, initAsync, initFinish, isFloating, listProxies, metasToString, newFinish, notify, notifyByPspec, ref, refSink, registerMeta, registerMetaBoolean, registerMetaDate, registerMetaDateTime, registerMetaDouble, registerMetaFloat, registerMetaInt, registerMetaInt64, registerMetaString, registerMetaUint, registerMetaUint64, registerStaticMeta, runDispose, stealData, stealQdata, thawNotify, unproxy, unref, watchClosure.
Getters
getBoolean, getData, getDate, getDateTime, getDouble, getError, getExtractableType, getFloat, getFrameTime, getId, getInt, getInt64, getMarkerList, getMeta, getNaturalFramerate, getProperty, getProxy, getProxyTarget, getQdata, getString, getSupportedFormats, getUint, getUint64.
Setters
setBoolean, setData, setDataFull, setDate, setDateTime, setDouble, setFloat, setInt, setInt64, setMarkerList, setMeta, setProperty, setProxy, setString, setSupportedFormats, setUint, setUint64.