gi-gst-1.0.25: GStreamer bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gst.Structs.DebugMessage

Description

No description available in the introspection data.

Synopsis

Exported types

Methods

Click to display all available methods, including inherited ones

Expand

Methods

get.

Getters

None.

Setters

None.

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.