Gst.Bus::message

function callback(bus, message:Gst.Message, ):void;

A message has been posted on the bus. This signal is emitted from a GSource added to the mainloop. this signal will only be emitted when there is a mainloop running.

bus

instance of Gst.Bus that is emitting the signal

message

the message that has been posted asynchronously