gi-gstpbutils-1.0.22: GStreamer Plugins Base Utils bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GstPbutils.Objects.DiscovererSubtitleInfo

Description

DiscovererStreamInfo specific to subtitle streams (this includes text and image based ones).

Synopsis

Exported types

class (GObject o, IsDescendantOf DiscovererSubtitleInfo o) => IsDiscovererSubtitleInfo o Source #

Type class for types which can be safely cast to DiscovererSubtitleInfo, for instance with toDiscovererSubtitleInfo.

Instances

Instances details
(GObject o, IsDescendantOf DiscovererSubtitleInfo o) => IsDiscovererSubtitleInfo o Source # 
Instance details

Defined in GI.GstPbutils.Objects.DiscovererSubtitleInfo

toDiscovererSubtitleInfo :: (MonadIO m, IsDiscovererSubtitleInfo o) => o -> m DiscovererSubtitleInfo Source #

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

Methods

Overloaded methods

getLanguage

discovererSubtitleInfoGetLanguage Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiscovererSubtitleInfo a) 
=> a

info: a DiscovererSubtitleInfo

-> m Text

Returns: the language of the stream, or NULL if unknown.

No description available in the introspection data.