gi-gstpbutils-1.0.21: 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.DiscovererContainerInfo

Description

DiscovererStreamInfo specific to container streams.

Synopsis

Exported types

class (GObject o, IsDescendantOf DiscovererContainerInfo o) => IsDiscovererContainerInfo o Source #

Type class for types which can be safely cast to DiscovererContainerInfo, for instance with toDiscovererContainerInfo.

toDiscovererContainerInfo :: (MonadIO m, IsDiscovererContainerInfo o) => o -> m DiscovererContainerInfo Source #

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

Methods

Overloaded methods

getStreams

discovererContainerInfoGetStreams Source #

Arguments

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

info: a DiscovererStreamInfo

-> m [DiscovererStreamInfo]

Returns: the list of DiscovererStreamInfo this container stream offers. Free with discovererStreamInfoListFree after usage.

No description available in the introspection data.