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

GI.GstVideo.Interfaces.VideoDirection

Description

The interface allows unified access to control flipping and rotation operations of video-sources or operators.

Since: 1.10

Synopsis

Exported types

newtype VideoDirection Source #

Memory-managed wrapper type.

Constructors

VideoDirection (ManagedPtr VideoDirection) 

Instances

Instances details
Eq VideoDirection Source # 
Instance details

Defined in GI.GstVideo.Interfaces.VideoDirection

GObject VideoDirection Source # 
Instance details

Defined in GI.GstVideo.Interfaces.VideoDirection

ManagedPtrNewtype VideoDirection Source # 
Instance details

Defined in GI.GstVideo.Interfaces.VideoDirection

TypedObject VideoDirection Source # 
Instance details

Defined in GI.GstVideo.Interfaces.VideoDirection

Methods

glibType :: IO GType

HasParentTypes VideoDirection Source # 
Instance details

Defined in GI.GstVideo.Interfaces.VideoDirection

IsGValue (Maybe VideoDirection) Source #

Convert VideoDirection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.GstVideo.Interfaces.VideoDirection

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe VideoDirection -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe VideoDirection)

type ParentTypes VideoDirection Source # 
Instance details

Defined in GI.GstVideo.Interfaces.VideoDirection

type ParentTypes VideoDirection = '[Object]

class (GObject o, IsDescendantOf VideoDirection o) => IsVideoDirection o Source #

Type class for types which can be safely cast to VideoDirection, for instance with toVideoDirection.

Instances

Instances details
(GObject o, IsDescendantOf VideoDirection o) => IsVideoDirection o Source # 
Instance details

Defined in GI.GstVideo.Interfaces.VideoDirection

toVideoDirection :: (MonadIO m, IsVideoDirection o) => o -> m VideoDirection Source #

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

Methods

Properties

videoDirection

No description available in the introspection data.

constructVideoDirectionVideoDirection :: (IsVideoDirection o, MonadIO m) => VideoOrientationMethod -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “video-direction” property. This is rarely needed directly, but it is used by new.

getVideoDirectionVideoDirection :: (MonadIO m, IsVideoDirection o) => o -> m VideoOrientationMethod Source #

Get the value of the “video-direction” property. When overloading is enabled, this is equivalent to

get videoDirection #videoDirection

setVideoDirectionVideoDirection :: (MonadIO m, IsVideoDirection o) => o -> VideoOrientationMethod -> m () Source #

Set the value of the “video-direction” property. When overloading is enabled, this is equivalent to

set videoDirection [ #videoDirection := value ]