DebugMessage

class DebugMessage {
GstDebugMessage* cInstancePtr;
bool owned;
}

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()
get
string get()

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

getId
string getId()

Get the id of the object that emitted this message. This function is used in debug handlers. Can be empty.