gi-gstvideo-1.0.25: GStreamerVideo bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GstVideo.Objects.VideoMultiviewFlagsSet

Description

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf VideoMultiviewFlagsSet o) => IsVideoMultiviewFlagsSet o Source #

Type class for types which can be safely cast to VideoMultiviewFlagsSet, for instance with toVideoMultiviewFlagsSet.

toVideoMultiviewFlagsSet :: (MonadIO m, IsVideoMultiviewFlagsSet o) => o -> m VideoMultiviewFlagsSet Source #

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

Methods