gi-gstpbutils-1.0.24: GStreamer Plugins Base Utils bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GstPbutils.Objects.DiscovererContainerInfo

Description

DiscovererStreamInfo specific to container streams.

Synopsis

Exported types

newtype DiscovererContainerInfo Source #

Memory-managed wrapper type.

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

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.