gi-gstpbutils-1.0.15: GStreamer Plugins Base Utils bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GstPbutils.Objects.DiscovererSubtitleInfo

Contents

Description

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

Synopsis

Exported types

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

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.