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

GI.Gst.Structs.DebugMessage

Description

No description available in the introspection data.

Synopsis

Exported types

Methods

Overloaded methods

get

debugMessageGet Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DebugMessage

message: a debug message

-> m (Maybe Text)

Returns: the string representation of a DebugMessage.

Gets the string representation of a DebugMessage. This function is used in debug handlers to extract the message.